I am trying to cross compile from Ubuntu to Windows. I had to modify the build script by including the PROJECT_SRC_DIRECTORY as well as changing the libcurl reference.
Anyways, after getting past those errors, I have received the following error.
[ 62%] Built target libglest
Linking CXX executable ../../../data/glest_game/glest_game.exe
/usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/bin/ld: cannot find -lircclient
collect2: ld returned 1 exit status
make[2]: *** [../data/glest_game/glest_game.exe] Error 1
make[1]: *** [source/glest_game/CMakeFiles/glest_game.dir/all] Error 2
It seems that the lircclient library is missing. Any ideas of how to add this?