Hi Christian, Christian Holden <[EMAIL PROTECTED]> wrote: > > What I've done today has mostly been trying to find out where and > what the problem is. So I just started a terminal, changed directory > and typed "make". This didn't work, of course, but I didn't expect it > too either. I got the following error when it was trying to build > libjirtrcx: > > > irctrcx.libs: > [exec] gcc -c -o /Users/christh/lejos/src/comms/libirtrcx/ > rcx_comm_cygwin.o -O2 -mno-cygwin -D__CYGWIN32__ "/Users/christh/ > lejos/src/comms/libirtrcx/rcx_comm_cygwin.c" > [exec] cc1: error: invalid option 'no-cygwin' > [exec] make[1]: *** [/Users/christh/lejos/src/comms/libirtrcx/ > rcx_comm_cygwin.o] Error 1 > > BUILD FAILED > /Users/christh/lejos/build.xml:95: exec returned: 2 > > > I can't find out where to look for the cause of this error. I > obviously tried looking in the build.xml file indicated, but that > didn't shed much light on the situation.
looks like the Makefile is thinking you are using MS-Windows, so probably the problem is earlier in the recognition of the system. Jürgen -- Jürgen Stuber <[EMAIL PROTECTED]> http://www.jstuber.net/ gnupg key fingerprint = 2767 CA3C 5680 58BA 9A91 23D9 BED6 9A7A AF9E 68B4 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Lejos-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lejos-discussion
