|
Rockbox mail archiveSubject: RE: Win32 player simulator doesn't compileRE: Win32 player simulator doesn't compile
From: TP Diffenbach <tp_at_diffenbach.org>
Date: Fri, 7 Feb 2003 10:45:41 -0500 It's possible to compile it. It has some problems with ignoring keys. I'll do a fuller write up tonight, but essentially, mingwin doesn't recognize unix style paths. It needs MS Windows style, with a drive letter. Modify your main Makefile (build/Makefile) so that line 9 is like this: THISDIR="L:/cygwin/home/rockbox/rockbox-daily-20030127/build" That is THISDIR should specify the directory the Makefile is in, in MS Windows absolute path format. Modify the Makefile in uisimulator/win32 (uisimulator/win32/Makefile) at line 46 to set OBJDIR to the same directory in the same format: OBJDIR = L:/cygwin/home/rockbox/rockbox-daily-20030127/build In the same Makefile, include the MinGW include directory. Modify line 57 to add this: -I/cygdrive/i/MinGW/include Please note that while I compiled withn MinGW, I did so from my cygwin shell, so that this include is in cygwin format. If you're not using cygwin, try using an MS Windows path here. If you are using cygwin, note that I installed MinGW outside the cygwin filesystem, so I reach it through the "mounted" path cygdrive. "i" is the MS Windows drive name (MinGW is installed in I:\MinGW). At line 52, append the following compiler flags: -D__MINGW32__ -D_UWIN I've attached my makefiles; you'll have to edit for directories, and figure out which makefile is which. -----Original Message----- From: owner-rockbox_at_cool.haxx.se [mailto:owner-rockbox_at_cool.haxx.se]On Behalf Of Perron, Olivier Sent: Friday, February 07, 2003 9:34 AM To: 'rockbox_at_cool.haxx.se' Subject: RE: Win32 player simulator doesn't compile No, you're right, it didn't. But the error is not the usual one(s)... I guess until someone gets its hands on it'll stay in that state. -----Original Message----- From: Daniel Stenberg [mailto:daniel_at_haxx.se] Sent: Friday, February 07, 2003 3:14 PM To: Rockbox Subject: Re: Win32 player simulator doesn't compile On Fri, 7 Feb 2003, Perron, Olivier wrote: > Just to let you know the win32 player simulator doesn't compile: Has that compiled at all the last couple of months? I removed it from the 'compile status' table ages ago because of its inability to build. -- Daniel Stenberg -- http://rockbox.haxx.se/ -- http://daniel.haxx.se/Received on 2003-02-07 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |