Re: [Dclib-devel] ?? Weird error
Brought to you by:
davisking
From: Davis K. <dav...@gm...> - 2009-02-25 11:27:52
|
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 > > |