wxWidget is 2.8.10
How come that Linux build is succesfull
(cmake -DKICAD_AUIMANAGER=ON -DKICAD_AUITOOLBAR=ON ..)
and Windows build is not?
(cmake -DCMAKE_BUILD_TYPE=Release
-DCMAKE_TOOLCHAIN_FILE=$mingw_toolchain_file
-DCMAKE_INSTALL_PREFIX=$build_dir_win32
-DBOOST_INCLUDEDIR=$boost_include_dir -DKICAD_AUIMANAGER=ON
-DKICAD_AUITOOLBAR=ON ..)
Thanks for helping. Milan
jean-pierre.charras@... napsal(a):
Milan Horák a écrit :
I have 2.8, do you think that this can be a cause?
I do not believe ( But verify you have the 2.8.10, some previous
versions have bugs) .
* wxWidget must be build with aui option enabled (note this is the
default option, at least for 2.8.10 and 2.9.0)
* Try to rebuild your makefiles.