Message boards : BOINC Manager : Compiling boincmgr on Fedora 18
Message board moderation
Author | Message |
---|---|
Send message Joined: 19 Apr 13 Posts: 2 |
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. |
Send message Joined: 4 Jul 12 Posts: 321 |
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. |
Send message Joined: 19 Apr 13 Posts: 2 |
Can do. It will be a couple of days before I can reach that machine, but I'll post the info then. |
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.