I have a little problem of compilcation with the GNUMakefile, Mingw target on the freetype directory
I have this error : make[1]: Entering directory `/home/install/osg/cvsMingw/OpenSceneGraph/src/osgPlugins/freetype/MINGW.Opt' .depend/FreeTypeLibrary.cpp:1: *** multiple target patterns. Stop. make[1]: Leaving directory `/home/install/osg/cvsMingw/OpenSceneGraph/src/osgPlugins/freetype/MINGW.Opt' make: *** [libosgdb_freetype.dll.opt] Error 2 I have find this help : http://www.gnu.org/software/make/manual/html_node/Error-Messages.html `missing target pattern. Stop.'`multiple target patterns. Stop.'`target pattern contains no `%'. Stop.'`mixed implicit and static pattern rules. Stop.'These are generated for malformed static pattern rules. The first means there's no pattern in the target section of the rule; the second means there are multiple patterns in the target section; the third means the target doesn't contain a pattern character (%); and the fourth means that all three parts of the static pattern rule contain pattern characters (%)–only the first two parts should. See Syntax of Static Pattern Rules<http://www.gnu.org/software/make/manual/html_node/Static-Usage.html#Static-Usage>. Any idea to fix the makefiles ? -- Bertrand Greslier http://www.cooki3d.org
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
