Hello everyone
Â
I am trying to compile VBA-M on Archlinux x86, revision 1029, but I get this message:
Â
Code: Select all
CMake Error at CMakeLists.txt:414 (INSTALL):
install PROGRAMS given directory
"/home/zuargo/Paquetes/vba-m-gtk-svn/src/vbam-build/vbam" to install.
CMake Error: Error in cmake code at
/home/zuargo/Paquetes/vba-m-gtk-svn/src/vbam-build/src/wx/CMakeLists.txt:230:
Parse error. Function missing ending ")". End of file reached.
CMake Warning at po/CMakeLists.txt:42 (MESSAGE):
wxWidgets translations overridden by GTK.
Build again without GTK to correct.
-- Configuring incomplete, errors occurred!
Â
I have installed cmake 2.8.4 and I run it with the following options:
Â
Code: Select all
cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=debugfull
Â
Can anybody help me please?
Â
Thanks in advance