nanogui: make errors in 0.89pre2


Previous by date: 4 Oct 2000 14:29:33 -0000 What is GR_CLIENT for?, Kaben Nanlohy
Next by date: 4 Oct 2000 14:29:33 -0000 Re: make errors in 0.89pre2, Greg Haerr
Previous in thread: 4 Oct 2000 14:29:33 -0000 Re: make errors in 0.89pre2, Maneesh Soni
Next in thread: 4 Oct 2000 14:29:33 -0000 Re: make errors in 0.89pre2, Greg Haerr

Subject: Re: make errors in 0.89pre2
From: ####@####.####
Date: 4 Oct 2000 14:29:33 -0000
Message-Id: <Pine.LNX.4.21.0010042222540.11319-100000@pc120105.ccl.itri.org.tw>

If the option SHAREDLIBS is turned on and T1LIB support
or FREETYPE support is also turned on,
the compilation of nano-X will fail.

Need to modify Makefile.rules:

From:
ifeq ($(HAVE_T1LIB_SUPPORT), Y)
MWINLIBS += $(LIBT1LIB)
CCMWINLIBS += $(LIBT1LIB)
NANOXLIBS += $(LIBT1LIB)
NANOXSERVERLIBS += $(LIBT1LIB)
ifeq ($(LINK_APP_INTO_SERVER), Y)
NANOXCLIENTLIBS += $(LIBT1LIB)
endif
endif

To:
ifeq ($(HAVE_T1LIB_SUPPORT), Y)
MWINLIBS += $(LIBT1LIB)
CCMWINLIBS += $(LIBT1LIB)
NANOXLIBS += $(LIBT1LIB)
NANOXSERVERLIBS += $(LIBT1LIB)
ifeq ($(SHAREDLIBS), Y)
        CCNANOXSERVERLIBS += $(LIBT1LIB)
endif
ifeq ($(LINK_APP_INTO_SERVER), Y)
NANOXCLIENTLIBS += $(LIBT1LIB)
endif
endif

From:
ifeq ($(HAVE_FREETYPE_SUPPORT), Y)
MWINLIBS += $(LIBFTLIB)
CCMWINLIBS += $(LIBFTLIB)
NANOXLIBS += $(LIBFTLIB)
NANOXSERVERLIBS += $(LIBFTLIB)
ifeq ($(LINK_APP_INTO_SERVER), Y)
NANOXCLIENTLIBS += $(LIBFTLIB)
endif
endif

To:
ifeq ($(HAVE_FREETYPE_SUPPORT), Y)
MWINLIBS += $(LIBFTLIB)
CCMWINLIBS += $(LIBFTLIB)
NANOXLIBS += $(LIBFTLIB)
NANOXSERVERLIBS += $(LIBFTLIB)
ifeq ($(LINK_APP_INTO_SERVER), Y)
NANOXCLIENTLIBS += $(LIBFTLIB)
endif
endif


Murphy C. Chen                          ####@####.####
HsinChu, Taiwan, ROC.                   http://murphy.somewhere.net/



Previous by date: 4 Oct 2000 14:29:33 -0000 What is GR_CLIENT for?, Kaben Nanlohy
Next by date: 4 Oct 2000 14:29:33 -0000 Re: make errors in 0.89pre2, Greg Haerr
Previous in thread: 4 Oct 2000 14:29:33 -0000 Re: make errors in 0.89pre2, Maneesh Soni
Next in thread: 4 Oct 2000 14:29:33 -0000 Re: make errors in 0.89pre2, Greg Haerr


Powered by ezmlm-browse 0.20.