nanogui: [bug fix?] Compile for ARM with JPEG support


Previous by date: 9 May 2000 10:41:12 -0000 X v.s. Nano-X in embedded systems, Murphy Chen
Next by date: 9 May 2000 10:41:12 -0000 Re: W Window system?, Alan Cox
Previous in thread:
Next in thread: 9 May 2000 10:41:12 -0000 Re: [bug fix?] Compile for ARM with JPEG support, Greg Haerr

Subject: [bug fix?] Compile for ARM with JPEG support
From: Murphy Chen ####@####.####
Date: 9 May 2000 10:41:12 -0000
Message-Id: <Pine.LNX.4.10.10005091836250.22102-100000@pc120105.ccl.itri.org.tw>


	When I compile microwindows for ARM with JPEG support, I
	got some error messages.

	And, I think Makefile.rules should change from

ifeq ($(HAVE_FILEIO), Y)
ifeq ($(HAVE_JPEG_SUPPORT), Y)
NANOXLIBS += $(LIBJPEG)
NANOXSERVERLIBS += $(LIBJPEG)
endif            
endif

	to

ifeq ($(HAVE_FILEIO), Y)
ifeq ($(HAVE_JPEG_SUPPORT), Y)
NANOXLIBS += $(LIBJPEG)
NANOXSERVERLIBS += $(LIBJPEG)
ifeq ($(LINK_APP_INTO_SERVER), Y)
NANOXCLIENTLIBS += $(LIBJPEG)
endif
endif            
endif
	in order to solve the problem.

-------------------------------------------------------
Murphy Chen (陳正哲) ####@####.####
Design Engineer, Internet Embedded System Department
Computer & Communications Research Laboratories
Industrial Technology Research Institute, Taiwan


Previous by date: 9 May 2000 10:41:12 -0000 X v.s. Nano-X in embedded systems, Murphy Chen
Next by date: 9 May 2000 10:41:12 -0000 Re: W Window system?, Alan Cox
Previous in thread:
Next in thread: 9 May 2000 10:41:12 -0000 Re: [bug fix?] Compile for ARM with JPEG support, Greg Haerr


Powered by ezmlm-browse 0.20.