Re: [Dclib-devel] ?? Weird error
Brought to you by:
davisking
From: Steven V. I. <st...@va...> - 2009-02-26 16:37:24
|
The reason was a bug in CMake with the FindwxWidgets module :) 2009/2/25 Davis King <dav...@gm...> > Hmm, I haven't seen that before. Try doing a make VERBOSE=1 and look at > the command line it is using and see if it has any weird -D defines that > aren't identifiers. > > -Davis > > > On Wed, Feb 25, 2009 at 5:55 AM, Steven Van Ingelgem < > st...@va...> wrote: > >> Scanning dependencies of target dlib >> [ 1%] Building CXX object externals/dlib/CMakeFiles/dlib.dir/all/source.o >> <command-line>: error: macro names must be identifiers >> <command-line>: error: macro names must be identifiers >> make[2]: *** [externals/dlib/CMakeFiles/dlib.dir/all/source.o] Error 1 >> make[1]: *** [externals/dlib/CMakeFiles/dlib.dir/all] Error 2 >> >> > |