Need help compiling Boinc svn version on FreeBSD

Message boards : Questions and problems : Need help compiling Boinc svn version on FreeBSD
Message board moderation

To post messages, you must log in.

AuthorMessage
Morgan Wesström

Send message
Joined: 14 Jun 09
Posts: 3
Sweden
Message 25420 - Posted: 14 Jun 2009, 2:50:46 UTC

Trying to compile latest svn version of Boinc on FreeBSD 7.2 AMD64. This computer acts as my router and has no X installed. I only need the core client so in an attempt to disable all X related stuff I run configure with the following options:

--disable-server --disable-manager --enable-client --without-x

Running make after that ends with the following error after a short while:

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac -D_THREAD_SAFE -pthread -I/usr/local/include -fPIC -DPIC -D_THREAD_SAFE -pthread -O3 -funroll-loops -fforce-addr -ffast-math -MT libboinc_la-gui_rpc_client.lo -MD -MP -MF .deps/libboinc_la-gui_rpc_client.Tpo -c gui_rpc_client.cpp -fPIC -DPIC -o .libs/libboinc_la-gui_rpc_client.o
In file included from gui_rpc_client.cpp:50:
gui_rpc_client.h:735:21: error: xlocale.h: No such file or directory
*** Error code 1

Seems like some gui/X related things are still trying to build. What am I missing? Any hints are appreciated.

Regards
Morgan
ID: 25420 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 25443 - Posted: 15 Jun 2009, 2:38:27 UTC - in response to Message 25420.  

xlocale has nothing to do with GUIs; it's "extended locale support".

ID: 25443 · Report as offensive
Morgan Wesström

Send message
Joined: 14 Jun 09
Posts: 3
Sweden
Message 25456 - Posted: 15 Jun 2009, 18:29:31 UTC - in response to Message 25443.  

Thanks Nicolas. I was stuck in my narrow-minded thinking and of course you're correct. After some deeper digging, xlocale seems to be Linuxism and since I'm no programmer I don't really stand a chance porting this to FreeBSD. Version 6.4.5 (which is available for FreeBSD) doesn't seem to have this particular code segment in rpc_gui_client.h and simply removing it generates other errors so I'll stick to 6.4.5 until someone brighter than me figures out how to port this. :-)
/Morgan
ID: 25456 · Report as offensive
Dotsch
Avatar

Send message
Joined: 11 Oct 06
Posts: 83
Germany
Message 25568 - Posted: 20 Jun 2009, 13:30:54 UTC - in response to Message 25456.  

Thanks Nicolas. I was stuck in my narrow-minded thinking and of course you're correct. After some deeper digging, xlocale seems to be Linuxism and since I'm no programmer I don't really stand a chance porting this to FreeBSD. Version 6.4.5 (which is available for FreeBSD) doesn't seem to have this particular code segment in rpc_gui_client.h and simply removing it generates other errors so I'll stick to 6.4.5 until someone brighter than me figures out how to port this. :-)
/Morgan

Have a look at my homepage http://www.dotsch.de/boinc, there are binaries (6.2.18) for FreeBSD avaialble.
ID: 25568 · Report as offensive

Message boards : Questions and problems : Need help compiling Boinc svn version on FreeBSD

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.