Rockbox mail archive
Subject: Re: Compiling the Simulator on Mac OS X
From: roland (for_spam_at_gmx.de)
Date: 2003-07-16
errrr,
strange, but in the Makefile for X11 uisimulator there IS a $DISPLAY.
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
MACHINEDIR = $(RECDIR)
# not very nice to set RTC like this, but...
RTC += -DHAVE_RTC
else
MACHINEDIR = $(PLAYDIR)
endif
DEFINES = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR \
$(KEYPAD) $(DISPLAY) $(EXTRA_DEFINES) $(RTC)
this is the reason, why we see :0.0 in his command line - but,to tell the truth, i don`t have a clue, why $DISPLAY is relevant here
and why it`s being compared to -DHAVE_LCD_BITMAP....!!??!!
perhaps unsetting $DISPLAY may help....?
roland
----- Original Message -----
From: "Nix" <nix_at_esperi.demon.co.uk>
To: <rockbox_at_cool.haxx.se>
Sent: Tuesday, July 15, 2003 10:00 AM
Subject: Re: Compiling the Simulator on Mac OS X
> On Mon, 14 Jul 2003, svante t. stipulated:
> > gcc -g -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS -DSIMULATOR
:0.0 -DBIG_ENDIAN -I. -I../../firmware/drivers -I../../firmware/export
> > -I../../apps -I../../apps/player -I../common -I. -W -Wall -c
>
> What's that :0.0 doing in there? It looks like you've got a $DISPLAY *in
> the command line*... perhaps the makefile has a variable called DISPLAY
> which isn't getting set?
>
> --
> `We cannot get a new line down the pipe due to a blockage and we cannot
> dig up the road to clear the blockage because it is covered with the
> wrong type of tarmac.' --- British Telecom, via Mark Lowes
>
Page was last modified "Jan 10 2012" The Rockbox Crew
|