[Cppunit-devel] Compile option problem, plus newline/enum error
Brought to you by:
blep
From: Stanley S. <su...@t-...> - 2002-04-15 20:15:44
|
I'm getting the following compiler option after running = autogen.sh/gmake: -Wp,-MD,.deps/Win32DynamicLibraryManager.pp which I assume is some sort of Windows thing. I'm compiling on Solaris = 8 with the Forte 6 compiler, so is there a way to tell the system not to = generate this part of the make? I know it's just a warning, but it = makes problems easier to find when I don't have lots of warnings that = don't mean anything. Also, include/cppunit/config/SelectDllLoader.h doesn't terminate in a = newline, which is an error on this platform. I realize it shouldn't = make a difference, considering where it tis, but it does. The enum in include/cppunit/plugin/DynamicLibraryManagerException.h;=20 enum Cause, terminated in a comma, which Solaris also objects to. I'm up to the ui directory in building the latest CVS version on = Solaris, by the way. There error there is "No file to make target = 'all'." |