nanogui: re:


Previous by date: 27 Apr 2004 11:05:23 +0100 Re: calibration application [& other problems], Alex Holden
Next by date: 27 Apr 2004 11:05:23 +0100 Which way to go on?, Takács Áron
Previous in thread: 27 Apr 2004 11:05:23 +0100 Re: , Takács Áron
Next in thread: 27 Apr 2004 11:05:23 +0100 Re:, Greg Haerr

Subject: Re: [nanogui] Re:
From: Takács ####@####.####
Date: 27 Apr 2004 11:05:23 +0100
Message-Id: <200404271204.57674.takacs.aron@infracont.hu>

Thanks, Jon!

In case of nxroach I have done it:

When in the Makefile of nxroach is written:

# Linking flags
LDFLAGS += -lm
and
######################## Tools targets section ###############################
$(TOP)/bin/nxroach: $(OBJS) $(NANOXCLIENTLIBS) $(TOP)/config
	$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@ $(NANOXCLIENTLIBS)

I get the same error. But I can get nxroach to compile by modifying the 
Makefile as follows:

# Linking flags
LDFLAGS += 
LIBM = -lm
and
######################## Tools targets section ###############################
$(TOP)/bin/nxroach: $(OBJS) $(NANOXCLIENTLIBS) $(TOP)/config
	$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@ $(NANOXCLIENTLIBS) $(LIBM)

But how to do the same in case of font_freetype.c?

Áron Takács

Previous by date: 27 Apr 2004 11:05:23 +0100 Re: calibration application [& other problems], Alex Holden
Next by date: 27 Apr 2004 11:05:23 +0100 Which way to go on?, Takács Áron
Previous in thread: 27 Apr 2004 11:05:23 +0100 Re: , Takács Áron
Next in thread: 27 Apr 2004 11:05:23 +0100 Re:, Greg Haerr


Powered by ezmlm-browse 0.20.