From: klaas.holwerda <ng...@kl...> - 2012-06-12 19:24:48
|
Hi John, Busy making wxLua compile on Centos 64but, in general same issues as found with Ubuntu. For wxstedit using Cmake, i think you should add this line in its CmakeLists file: set (LIBRARY_OUTPUT_PATH ${wxStEdit_BINARY_DIR}/lib ) This makes in generate the library in there on windows using Debug/Release as subdir, on Unix in there directly. Currently it is placed directly in the top dir, while "make install" expects it in the lib directory, which i think is the right one. Regards, Klaas |