wx-config contains wrong install location
Wascana has moved
Status: Pre-Alpha
Brought to you by:
cdtdoug
I have tried to use Wascana in order to build
CVS version of CMake (http://www.cmake.org)
I wanted to build the WxDialog GUI for CMake which
is wxWidget based.
I failed.
see
http://www.cmake.org/pipermail/cmake/2007-September/016160.html
It seems that the wxWidgets install bundled with Wascana
is buggy, when I call:
wx-config --libs gl
in an msys shell (which is what CMake build process does)
I get:
-L/wascana-wxWidgets/lib -mthreads -lwx_msw_gl-2.8 -lwx_base-2.8
the lib path seems buggy since I cannot find
the /wascana-wxWidgets/lib path either within msys shell nor with a global "wascana-wxWidgets" file search on Windows.
Logged In: YES
user_id=818814
Originator: NO
Whoops. That's the value I used as a temporary install location. Simply edit the wx-config file and replace wascana-wxWidgets with mingw. I'll make sure it's fixed in the next release.
Logged In: YES
user_id=1369966
Originator: YES
Ok thank you for the fast reply.
I still have trouble for building CMake wxWidget GUI but
it doesn't seems to come from Wascana now :=)