>> You can build the limbo source tree from inside acme:
>> cd /appl/
>> mk install
I opened a terminal with "win" and did this. So far so good, no errors I could see. The problems came later (as... expected?)
>> cd /sys/
>> run MacOSX/MacOSX-386...(etc)
Didn't work. Looks like a problem looking for the included libraries. One of the first errors is for
In file included from ./sys/MacOSX/386/include/lib9.h:18,
from ./sys/libdraw/alloc.c:1:
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
Which suggests I don't have the required Mac SDK... But I do:
ls -lrth /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h
-rw-r--r-- 1 root wheel 234B Jan 31 2007 /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h
Any idea? It looks like compiling from within acme is impossible, filename lookup would never work like this (sample: from within a prompt in acme the previous query returns ls: stat /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h: '/Developer' file does not exist)
Any hint? I'd love to be able to hack a little the source, or at least get to the compilation point so I can learn a little limbo development.
Thanks,
Ruben Berenguel