You are not logged in.
Hi Everybody,
We need someone who is developing under Linux to help us test ...there won't be a lot of work involved - probably just "compile a demo and tell us it works on the latest release please".
If anyone is able to volunteer, please step forward.
BC
Offline
1st error :
# ./install.sh
-bash: ./install.sh: /bin/bash^M: bad interpreter: No such file or director
it seems there are shitty chars and lines end
Offline
2nd error :
GRRLIB # make all
/opt/devkitpro/devkitPPC/bin/powerpc-gekko-gcc -O2 -Wall -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float -I/tmp/grrlib-read-only/GRRLIB/GRRLIB -I/opt/devkitpro/libogc/include -c GRRLIB_bmf.c -o GRRLIB_bmf.o
In file included from /tmp/grrlib-read-only/GRRLIB/GRRLIB/grrlib/GRRLIB__inline.h:133,
from /tmp/grrlib-read-only/GRRLIB/GRRLIB/grrlib.h:213,
from GRRLIB_bmf.c:26:
/tmp/grrlib-read-only/GRRLIB/GRRLIB/grrlib/GRRLIB_settings.h:30:20: error: GRRLIB.h: No such file or directory
make: *** [GRRLIB_bmf.o] Error 1
there is prb with upper/lower case
in file grrlib/GRRLIB_settings.h
include GRRLIB.h should be grrlib.h
Offline
i also think the -readme-.txt sould avoid "-" chars
except these two problem, all is ok, all exemple compil well.
Offline
Ah! LOL ...We have a linux dev sitting right at the top of our tree
#1 Sorry, they're **** DOS line terminators ...It's probably time to give up on my new editor (Crimson) and go back to my old one (UltraEdit)
...I will fix this - but if you ever find this again: `apt-get install tofrodos` includes `dos2unix` which will fix the problem
...I think we should use linux line terminators in all places because Windows can handle Linux terminators (\n), but Linux cannot handle DOS termiantors (\n\r)
#2 This has already been reported here http://code.google.com/p/grrlib/issues/detail?id=4
...I think we can *remove* this line completely
...can you check please
#3 Yes, I agree [for others, this is because linux tools (and users) can get confused because '-' means 'command line switch']
Cheers dude
BC
PS. If anyone can help me fix this error, I will get it done quicker http://pastie.org/613963
Last edited by BlueChip (2009-09-11 22:13:22)
Offline
I have now addressed all three of the above issues.
BC
Offline