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


[<<] [<] Page 1 of 1 [>] [>>]
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

Subject: Re: [bug fix?] Compile for ARM with JPEG support
From: "Greg Haerr" ####@####.####
Date: 9 May 2000 16:17:40 -0000
Message-Id: <05a901bfb9d2$5b9fc010$3017dbd0@censoft.com>

Thanks, I'll add this bug fix.

Regards,

Greg


: 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.
: 


[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.