- Joined
- 2 Aug 2005
- Posts
- 8,721
- Location
- Cleveland, Ohio, USA
What does config.log have to say about it?
The development files for GTK+ were not found. For GTK+ 2, please
ensure that pkg-config is in the path and that gtk+-2.0.pc is
installed. For GTK+ 1.2 please check that gtk-config is in the path,
and that the version is 1.2.3 or above. Also check that the
libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
--libs' are in the LD_LIBRARY_PATH or equivalent.
aeternum@Windwardx:~/Downloads/FahMon/src$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o clientDialog.o -c -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -pthread -O2 -D_FAHMON_LINUX_ -Wall -Wno-strict-aliasing -I/usr/local/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/include/wx-2.8 -I/home/aeternum/Downloads/FahMon/include clientDialog.cpp
clientDialog.cpp: In constructor 'ClientDialog::ClientDialog(wxWindow*)':
clientDialog.cpp:68: error: invalid use of undefined type 'struct wxButton'
/usr/local/include/wx-2.8/wx/sizer.h:23: error: forward declaration of 'struct wxButton'
clientDialog.cpp:83: error: invalid use of undefined type 'struct wxButton'
/usr/local/include/wx-2.8/wx/sizer.h:23: error: forward declaration of 'struct wxButton'
clientDialog.cpp:85: error: invalid use of undefined type 'struct wxButton'
/usr/local/include/wx-2.8/wx/sizer.h:23: error: forward declaration of 'struct wxButton'
scons: *** [clientDialog.o] Error 1
scons: building terminated because of errors.
--
#!/bin/sh
export BROWSER="firefox"
cd /home/duncan/Desktop/FahMon
./fahmon &
--
Creating /home/matty/foldingathome/folding...
.../home/matty/foldingathome/folding created.
Downloading FAH client (FAH504-Linux.exe):
--15:12:10-- http://www.stanford.edu/group/pandegroup/release/FAH504-Linux.exe
=> `FAH504-Linux.exe'
Resolving www.stanford.edu... 1.0.0.0
Connecting to www.stanford.edu|1.0.0.0|:80... failed: Connection timed out.
Retrying.
--15:15:20-- http://www.stanford.edu/group/pandegroup/release/FAH504-Linux.exe
(try: 2) => `FAH504-Linux.exe'
Connecting to www.stanford.edu|1.0.0.0|:80...
dunc said:Don't download the wxGTK and try and install it.
Instead Open Synaptic and Make sure that all the repositories are checked.
Reload the selection.
Search for libwxgtk2
Check libwxgtk2.6-0 and libwxgtk2.6-dev and libwxgtk2.6-dbg and all dependencies
Install them.
Then goto the /src directory under FahMon and run scons. Job done![]()
Dunc
dunc said:Also after the install create the following script to call fahmon. I put it in the same directory as the executable, but it doesn't need to got there.
Code:-- #!/bin/sh export BROWSER="firefox" cd /home/duncan/Desktop/FahMon ./fahmon & --
Obviously change the path![]()
Dunc
Your welcome. I take it from the edit that you got it working okCob said:Thanks dude. That saved me a lot of hassle![]()
But how do i get FahMon to save my settings? Every time I close and restart it, it needs to be reconfigured?
*edit*
/nm
the overheads would be madStelly said:I have a legal copy of Vmware.... would it be worth installing Linux on it and using FAH on that instead of windows??
Stelly