Compiling boincmgr on Fedora 18

Message boards : BOINC Manager : Compiling boincmgr on Fedora 18
Message board moderation

To post messages, you must log in.

AuthorMessage
RatOmeter

Send message
Joined: 19 Apr 13
Posts: 2
United States
Message 48706 - Posted: 19 Apr 2013, 22:07:59 UTC

The client compiled fine, but the manager failed to find the wxWidgets headers and libs. I had to add the following 2 wx-config parameters to these lines in the manager's Makefile, then it compiled and runs nicely.

CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        `wx-config --cxxflags` \
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) \
        `wx-config --libs`


I looked through "configure" and it seems to try to deal with using wx-config, but it apparently didn't do well enough for boincmgr.
ID: 48706 · Report as offensive
ChristianB
Volunteer developer
Volunteer tester

Send message
Joined: 4 Jul 12
Posts: 321
Germany
Message 48714 - Posted: 20 Apr 2013, 13:42:52 UTC

Can you post the wxWidgets section of your ./configure command (and the command too). I had a similar issue with wx-widget debug mode but release worked fine on Debian using wx-config.
ID: 48714 · Report as offensive
RatOmeter

Send message
Joined: 19 Apr 13
Posts: 2
United States
Message 48720 - Posted: 20 Apr 2013, 21:57:44 UTC - in response to Message 48714.  

Can do. It will be a couple of days before I can reach that machine, but I'll post the info then.
ID: 48720 · Report as offensive

Message boards : BOINC Manager : Compiling boincmgr on Fedora 18

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.