Patrick Dähne wrote: > Could you please send me the content of the following file on your > machine: > > OpenSG/Builds/i686-pc-linux-gnu-g++/CommonPackages/commonTEXT.mk
INCLUDE_TEXT := /usr/include/freetype2 LINK_TEXT := LIB_TEXT := -lfreetype -lfontconfig DEFINE_TEXT := -DFT2_LIB -DFONTCONFIG_LIB ifeq ($(OS_BASE), cygwin) INCLUDE_TEXT := LINK_TEXT := LIB_TEXT := DEFINE_TEXT := endif ifeq ($(OS_BASE), darwin) INCLUDE_TEXT := LINK_TEXT := LIB_TEXT := DEFINE_TEXT := endif ifneq ($(INCLUDE_TEXT),) INCL_$(OS_BASE) += $(INC_OPTION)$(INCLUDE_TEXT) endif ifneq ($(LINK_TEXT),) LIBPATHS_TEXT := $(LIBPATH_OPTION)$(LINK_TEXT) endif ifneq ($(LIB_TEXT),) LIB_FILE_TEXT := $(LIB_TEXT) OSG_LIB_EXT := $(OSG_LIB_EXT) $(LIB_TEXT) endif ifneq ($(LIB_TEXT),) INCL_$(OS_BASE) += $(DEFINE_TEXT) endif regards, Patric -- Patric Schmitz, MATA Trainee VR-Group RWTH Aachen University Center for Computing & Communication ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
