Community
Participate
Working Groups
Build Identifier: 20110916-0149 Build always fails. gcc may output warnings in files, but it will only process one it "Stop on first build error." It then outputs "Build error occurred, build is stopped" with no other useful output. Without this option the output looks like this: **** Rebuild of configuration Release for project project1 **** **** Internal Builder is used for build **** gcc -IF:\temp\Libraries -O3 -Wall -c -fmessage-length=0 -o Source\fileMan.o ..\Source\fileMan.c gcc -IF:\temp\Libraries -O3 -Wall -c -fmessage-length=0 -o Source\attrib.o ..\Source\attrib.c gcc -IF:\temp\Libraries -O3 -Wall -c -fmessage-length=0 -o Source\cursor.o ..\Source\cursor.c gcc -IF:\temp\Libraries -O3 -Wall -c -fmessage-length=0 -o Source\screen.o ..\Source\screen.c gcc -IF:\temp\Libraries -O3 -Wall -c -fmessage-length=0 -o Source\control.o ..\Source\control.c gcc -IF:\temp\Libraries -O3 -Wall -c -fmessage-length=0 -o Source\undo.o ..\Source\undo.c gcc -IF:\temp\Libraries -O3 -Wall -c -fmessage-length=0 -o Source\00_main.o ..\Source\00_main.c gcc -IF:\temp\Libraries -O3 -Wall -c -fmessage-length=0 -o Source\draw.o ..\Source\draw.c gcc -IF:\temp\Libraries -O3 -Wall -c -fmessage-length=0 -o Source\charIO.o ..\Source\charIO.c gcc -IF:\temp\Libraries -O3 -Wall -c -fmessage-length=0 -o Source\map.o ..\Source\map.c gcc -LF:\temp\Libraries -o project1.exe Source\undo.o Source\screen.o Source\map.o Source\fileMan.o Source\draw.o Source\cursor.o Source\control.o Source\charIO.o Source\attrib.o Source\00_main.o -llibADT -lendianConv -lmemMan gcc: error: Source\undo.o: No such file or directory gcc: error: Source\screen.o: No such file or directory gcc: error: Source\map.o: No such file or directory gcc: error: Source\fileMan.o: No such file or directory gcc: error: Source\draw.o: No such file or directory gcc: error: Source\cursor.o: No such file or directory gcc: error: Source\control.o: No such file or directory gcc: error: Source\charIO.o: No such file or directory gcc: error: Source\attrib.o: No such file or directory gcc: error: Source\00_main.o: No such file or directory Build completed with errors Time consumed: 2313 ms. Reproducible: Always Steps to Reproduce: 1.Try to build
This happens with x86_64 version of Indigo on Win XP x64 with x86 version of gcc. I seriously hope that the mis-match isn't the reason for this.
--- To future people with this problem; this is what we've found thus far... --- Switched to Windows 7 x64 because of system upgrading, and Indigo is working with the x86 gcc perfectly. I'm using the same version of java (7_01), so it seems that there was a problem with the XP code?