Problems during make

Message boards : BOINC client : Problems during make
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Gandalf

Send message
Joined: 23 Aug 07
Posts: 7
India
Message 12213 - Posted: 23 Aug 2007, 19:23:29 UTC

I'm not sure if this is the correct board to be posting my problem but because i found a similar thread http://boinc.berkeley.edu/dev/forum_thread.php?id=1010 i n this category, i'm posting my problem here.

I'm trying to install boinc on my ubuntu(dapper drake) machine and even after installing all the requisite packages whenever i do make i get the following error.

make[2]: Entering directory `/home/boincadm/boinc/apps'
/bin/sh ../libtool --tag=CXX --mode=link g++ -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac -I/usr/include/mysql -DBIG_JOINS=1 -pthread -g -O2 -I/usr/include -I/usr/include/openssl -pthread -L../lib -L/usr/lib -o upper_case upper_case.o -L../lib -L../api -lboinc_api -lboinc -lssl -lcrypto -ldl -lnsl -lz -lpthread -lm -lgcc -lstdc++ -lgcc_eh -lc
g++ -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac -I/usr/include/mysql -DBIG_JOINS=1 -g -O2 -I/usr/include -I/usr/include/openssl -o upper_case upper_case.o -pthread -L/home/boincadm/boinc/lib -L/usr/lib -L/home/boincadm/boinc/api -lboinc_api -lboinc -lssl -lcrypto -ldl -lnsl -lz -lpthread -lm -lgcc -lstdc++ -lgcc_eh -lc
upper_case.o: In function `main':/home/boincadm/boinc/apps/upper_case.C:200: undefined reference to `g_sleep'
/usr/lib/libboinc_api.a(boinc_api.o): In function `boinc_init_options': undefined reference to `is_diagnostics_initialized'
/usr/lib/libboinc_api.a(boinc_api.o): In function `boinc_init': undefined reference to `is_diagnostics_initialized'
collect2: ld returned 1 exit status
make[2]: *** [upper_case] Error 1
make[2]: Leaving directory `/home/boincadm/boinc/apps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/boincadm/boinc'
make: *** [all] Error 2

I tried doing what is mentioned in the link mentioned above but the checkin_notes_2005 mention

- removed #ifdefs involving BOINC_APP_GRAPHICS

and thus i can't find even this ifdef in the upper_case.O or in any of the headers included.

Can anybody help me with this?

ID: 12213 · Report as offensive
Profile Trog Dog
Avatar

Send message
Joined: 6 May 06
Posts: 287
Australia
Message 12215 - Posted: 23 Aug 2007, 21:16:49 UTC - in response to Message 12213.  

I'm not sure if this is the correct board to be posting my problem but because i found a similar thread http://boinc.berkeley.edu/dev/forum_thread.php?id=1010 i n this category, i'm posting my problem here.

I'm trying to install boinc on my ubuntu(dapper drake) machine and even after installing all the requisite packages whenever i do make i get the following error.

make[2]: Entering directory `/home/boincadm/boinc/apps'
/bin/sh ../libtool --tag=CXX --mode=link g++ -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac -I/usr/include/mysql -DBIG_JOINS=1 -pthread -g -O2 -I/usr/include -I/usr/include/openssl -pthread -L../lib -L/usr/lib -o upper_case upper_case.o -L../lib -L../api -lboinc_api -lboinc -lssl -lcrypto -ldl -lnsl -lz -lpthread -lm -lgcc -lstdc++ -lgcc_eh -lc
g++ -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac -I/usr/include/mysql -DBIG_JOINS=1 -g -O2 -I/usr/include -I/usr/include/openssl -o upper_case upper_case.o -pthread -L/home/boincadm/boinc/lib -L/usr/lib -L/home/boincadm/boinc/api -lboinc_api -lboinc -lssl -lcrypto -ldl -lnsl -lz -lpthread -lm -lgcc -lstdc++ -lgcc_eh -lc
upper_case.o: In function `main':/home/boincadm/boinc/apps/upper_case.C:200: undefined reference to `g_sleep'
/usr/lib/libboinc_api.a(boinc_api.o): In function `boinc_init_options': undefined reference to `is_diagnostics_initialized'
/usr/lib/libboinc_api.a(boinc_api.o): In function `boinc_init': undefined reference to `is_diagnostics_initialized'
collect2: ld returned 1 exit status
make[2]: *** [upper_case] Error 1
make[2]: Leaving directory `/home/boincadm/boinc/apps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/boincadm/boinc'
make: *** [all] Error 2

I tried doing what is mentioned in the link mentioned above but the checkin_notes_2005 mention

- removed #ifdefs involving BOINC_APP_GRAPHICS

and thus i can't find even this ifdef in the upper_case.O or in any of the headers included.

Can anybody help me with this?



G'day Gandalf

It looks like you are trying to compile the server software - are you trying to set up a project or just compile the client and manager?

If you are trying to install the server then your best bet is to subscribe to the dev and project mailing lists.

If it's only the client/manager you are trying to install then follow these instructions .

CIC1=CC=C(C2=N[C@@H](CC(OC(C)(C)C)=O)C3=NN=C(C)N3C4=C2C(C)=C(C)S4)C=C1
ID: 12215 · Report as offensive

Message boards : BOINC client : Problems during make

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.