I can't build VBA-M in Linux

Post Reply
ripps818
Junior Member
Posts: 4
Joined: Wed May 21, 2008 9:20 pm

I can't build VBA-M in Linux

Post by ripps818 »

Ubuntu Linux 8.04.1, all required packages and -dev packages are installed. Yet, I still get this error:

Code: Select all

[ 72%] Building CXX object CMakeFiles/gvbam.dir/src/gtk/main.o
/usr/src/vbam/trunk/src/gtk/main.cpp:28:21: error: gtkglmm.h: No such file or directory
/usr/src/vbam/trunk/src/gtk/main.cpp: In function ‘int main(int, char**)’:
/usr/src/vbam/trunk/src/gtk/main.cpp:53: error: ‘Gtk::GL’ has not been declared
make[2]: *** [CMakeFiles/gvbam.dir/src/gtk/main.o] Error 1
make[1]: *** [CMakeFiles/gvbam.dir/all] Error 2
make: *** [all] Error 2

What's going on here? I've been getting this since about SVN 550.

spacy51
Senior Member
Posts: 371
Joined: Tue Mar 18, 2008 4:59 pm

I can't build VBA-M in Linux

Post by spacy51 »

Do not cross-post please, I already answered your question in the other thread:

http://vba-m.com/forum/svn604-605-download-infos-win32-mfc-qt-t-203.html#pid1653

Post Reply