Re: [Dclib-devel] MinGW compilation @ Windows
Brought to you by:
davisking
From: Davis K. <dav...@gm...> - 2009-07-08 21:09:13
|
Cool. I just fixed this and checked it in. On Wed, Jul 8, 2009 at 5:14 AM, Steven Van Ingelgem <st...@va...>wrote: > C:\TEMP\SVN\server_monitor\build_mingw>mingw32-make > Scanning dependencies of target dlib > [ 1%] Building CXX object > externals/dlib/CMakeFiles/dlib.dir/all/source.obj > cc1plus.exe: warnings being treated as errors > In file included from > C:\TEMP\SVN\server_monitor\externals\dlib\all\source.cpp:60: > C:\TEMP\SVN\server_monitor\externals\dlib\all\/../gui_core/gui_core_kernel_1.cpp: > In function 'bool dlib::gui_core_kernel_1_globals::map_keys(long uns > igned int, bool, bool, long unsigned int&, bool&)': > C:\TEMP\SVN\server_monitor\externals\dlib\all\/../gui_core/gui_core_kernel_1.cpp:411: > error: suggest parentheses around '&&' within '||' > mingw32-make[2]: *** [externals/dlib/CMakeFiles/dlib.dir/all/source.obj] > Error 1 > mingw32-make[1]: *** [externals/dlib/CMakeFiles/dlib.dir/all] Error 2 > mingw32-make: *** [all] Error 2 > > > This is when compiling with MinGW 4.4.0 on Windows. > > > Grtz, > Steven > |