Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: problems with makefile under cygwin

problems with makefile under cygwin

From: Fabian Merki <fabian_at_merkisoft.ch>
Date: Fri, 20 Sep 2002 11:46:07 +0200

hi all

first: one more big thank to this great software!

when i use make under cygwin on windows i now have several problems:

- make uses the path /cygwin/p/rockbox while p is my p: drive
   by chaning this to p:/rockbox make works
- perl scripts only run under windows when using the command perl <scriptname>
   so i changed that and run it manually
     ../tools/uplang replaced by cp ../apps/lang/english.lang build.lang
     perl ../tools/genlang build.lang

now i have the following errors:

In file included from demo_menu.c:34:
lang.h:14: parse error before '}' token
demo_menu.c: In function `demo_menu':
demo_menu.c:46: `LANG_BOUNCE' undeclared (first use in this function)
demo_menu.c:46: (Each undeclared identifier is reported only once
demo_menu.c:46: for each function it appears in.)
demo_menu.c:46: warning: missing initializer
demo_menu.c:46: warning: (near initialization for `items[0].desc')
demo_menu.c:47: `LANG_SNOW' undeclared (first use in this function)
demo_menu.c:47: warning: missing initializer
demo_menu.c:47: warning: (near initialization for `items[1].desc')
make[1]: *** [p:/rockbox/rockbox/release/demo_menu.o] Error 1
make[1]: Leaving directory `/cygdrive/p/rockbox/rockbox/apps'
make: *** [apps] Error 2


please create makefiles for all system - not just for unix!

fabian
Received on 2002-09-20

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy