MantisBT - CMake
View Issue Details
0006187CMakeModulespublic2007-12-19 21:562008-01-05 20:54
Rodolfo Schulz de Lima 
Miguel Figueroa 
normalminoralways
closedfixed 
 
 
0006187: [PATCH] FindwxWidgets doesn't work when cross-compiling
The FindwxWidgets macro doesn't set up the right variables when doing a cross-compile. It ends up using the /usr/bin/wx-config instead of the one installed in a cross-compiled root (i.e /usr/i586-mingw32msvc/bin/wx-config), with the right flags.

I've created a patch to correct this. Please evaluate it and possibly commit to cvs.
No tags attached.
diff wxwidgets_crosscompile.diff (603) 2007-12-19 21:56
https://public.kitware.com/Bug/file/1264/wxwidgets_crosscompile.diff
Issue History
2007-12-19 21:56Rodolfo Schulz de LimaNew Issue
2007-12-19 21:56Rodolfo Schulz de LimaFile Added: wxwidgets_crosscompile.diff
2007-12-20 12:29Miguel FigueroaStatusnew => assigned
2007-12-20 12:29Miguel FigueroaAssigned To => Miguel Figueroa
2008-01-05 17:51Miguel FigueroaNote Added: 0010079
2008-01-05 20:54Miguel FigueroaStatusassigned => resolved
2008-01-05 20:54Miguel FigueroaResolutionopen => fixed
2008-01-05 20:54Miguel FigueroaNote Added: 0010081
2008-01-05 20:54Miguel FigueroaStatusresolved => closed

Notes
(0010079)
Miguel Figueroa   
2008-01-05 17:51   
I'm probing the mailing list on this issue:

http://www.cmake.org/pipermail/cmake/2008-January/019024.html [^]

--Miguel
(0010081)
Miguel Figueroa   
2008-01-05 20:54   
This should be solved in FindwxWidgets.cmake rev 1.17.