[maemo-developers] Having problems getting build enviroment set up (Chinook)
From: William Hope hope.we at gmail.comDate: Thu Dec 13 22:08:05 EET 2007
- Previous message: ANN: rootsh -- alternative to becomeroot
- Next message: Having problems getting build enviroment set up (Chinook)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm having a problem getting the build tools properly configured. I've read various online articles/books/docs and I have a start. The problem is that it doesn't compile anything. Below is output & directory structure. I can't really concentrate on developing until I can simplify builds. I know it's not invoking the compiler as some of the files have errors. If I compile by hand, then it doesn't 'attempt' to compile them. Can anyone help? Point me to a better place to ask? TIA, Bill I reconfigure with the following: autoreconf; ./configure Output of make: [sbox-SDK_BETA_X86: ~/prgms/ppim/trunk] > make make all-recursive make[1]: Entering directory `/home/wehope/prgms/ppim/trunk' Making all in src make[2]: Entering directory `/home/wehope/prgms/ppim/trunk/src' make[3]: Entering directory `/home/wehope/prgms/ppim/trunk/src' source='pPim.cpp' object='pPim.o' libtool=no \ depfile='.deps/pPim.Po' tmpdepfile='.deps/pPim.TPo' \ depmode=none /bin/sh ../config/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o pPimString.o pPimString.cpp source='pPimTime.cpp' object=' pPimTime.o' libtool=no \ depfile='.deps/pPimTime.Po' tmpdepfile='.deps/pPimTime.TPo' \ depmode=none /bin/sh ../config/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o pPimTime.o pPimTime.cpp source='ppim.cpp' object='ppim.o' libtool=no \ depfile='.deps/ppim.Po' tmpdepfile='.deps/ppim.TPo' \ depmode=none /bin/sh ../config/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o ppim.o ppim.cpp source='refList.cpp' object='refList.o' libtool=no \ depfile='.deps/refList.Po' tmpdepfile='.deps/refList.TPo' \ depmode=none /bin/sh ../config/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o refList.o refList.cpp source='sio.cpp' object='sio.o' libtool=no \ depfile='.deps/sio.Po' tmpdepfile='.deps/sio.TPo' \ depmode=none /bin/sh ../config/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o sio.o sio.cpp g++ -g -O2 -o ppim pPim.o pPimTime.o ppim.o refList.o sio.o sbox-i686-linux-g++: pPimString.o: No such file or directory sbox-i686-linux-g++: pPimTime.o: No such file or directory sbox-i686-linux-g++: ppim.o: No such file or directory sbox-i686-linux-g++: refList.o: No such file or directory sbox-i686-linux-g++: sio.o: No such file or directory sbox-i686-linux-g++: no input files make[3]: *** [ppim] Error 1 make[3]: Leaving directory `/home/wehope/prgms/ppim/trunk/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/wehope/prgms/ppim/trunk/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/wehope/prgms/ppim/trunk' make: *** [all] Error 2 Snippet of make -d output: Considering target file `pPimTime.o'. File `pPimTime.o' does not exist. Looking for an implicit rule for `pPimTime.o'. Trying pattern rule with stem `pPimTime'. Trying implicit prerequisite `pPimTime.cpp'. Found an implicit rule for `pPimTime.o'. Considering target file `pPimTime.cpp'. Looking for an implicit rule for `pPimTime.cpp'. Trying pattern rule with stem `pPimTime.cpp'. Trying implicit prerequisite `pPimTime.cpp,v'. Trying pattern rule with stem `pPimTime.cpp'. Trying implicit prerequisite `RCS/pPimTime.cpp,v'. Trying pattern rule with stem `pPimTime.cpp'. Trying implicit prerequisite `RCS/pPimTime.cpp'. Trying pattern rule with stem `pPimTime.cpp'. Trying implicit prerequisite `s.pPimTime.cpp'. Trying pattern rule with stem `pPimTime.cpp'. Trying implicit prerequisite `SCCS/s.pPimTime.cpp'. No implicit rule found for `pPimTime.cpp'. Finished prerequisites of target file `pPimTime.cpp'. No need to remake target `pPimTime.cpp'. Finished prerequisites of target file `pPimTime.o'. Must remake target `pPimTime.o'. source='pPimTime.cpp' object='pPimTime.o' libtool=no \ depfile=' .deps/pPimTime.Po' tmpdepfile='.deps/pPimTime.TPo' \ depmode=none /bin/sh ../config/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o pPimTime.o pPimTime.cpp Putting child 0x080831e0 (pPimTime.o) PID 14700 on the chain. Live child 0x080831e0 (pPimTime.o ) PID 14700 Got a SIGCHLD; 1 unreaped children. Reaping winning child 0x080831e0 PID 14700 Removing child 0x080831e0 PID 14700 from chain. Successfully remade target file `pPimTime.o'. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20071213/8b8c5729/attachment.htm
- Previous message: ANN: rootsh -- alternative to becomeroot
- Next message: Having problems getting build enviroment set up (Chinook)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]