-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to compile "stream" module into binary. #546
Comments
Well, I got to this point here now:
From what I can tell, the usage of Edit
Looks like the one being needed is "undefined". I am ... rather surprised. |
Oh... Using
I'm... so confused on how to get this to work. :/ |
@IngwiePhoenix sorry for not getting back to you earlier (I'm currently moving to another country and changing my job...). I'll get back to you later. On the first sight I can tell, that the use of daomake is the only supported way of compiling Dao. Though it should be possible to instruct daomake to compile an all-static binary IIRC. |
Ahh, well that's understandable. Good luck on that! =) Being able to disassemble the build steps so I can port it to a different build system - which is more convenient to myself - would be very nice. That is why I have been trying to compile Dao straight off the commandline with no build tool in order to reproduce how to compile Dao - without Daomake. Once you have the time, it'd be nice to hear from you how I could achieve this. Thank you in advance :) |
So, I finally found some time and thought a little bit about your effort. First thing you shall probably know is, that Daomake is basically a standalone pure Dao interpreter but providing few built-in additional classes, objects, routines and constants useful for automated generation of system-specific, more or less POSIX-compliant Daomake exists because it's super easy and extremely advantageous to leverage basically the biggest in the world mechanism for anything system-specific - which is the C compiler toolchain. This is then compiled on your platform in a form of Daomake which in turn is a super thin layer providing unified interface (used in all In this light you could proceed like this.
|
I was trying to find out how I could compile an all-static binary, but it doesnt load
stream
now...Any idea on how I could fix this? Thanks!
The text was updated successfully, but these errors were encountered: