Search found 6 matches

by nousplacidus
Sat Nov 05, 2005 1:50 pm
Forum: PSP Development
Topic: Toolchain installation problem on ubuntu
Replies: 4
Views: 2833

sorry to disapoint but I searched the forums, I just neglected to leave ubuntu by itself in my search string.

next time i'll make sure not to ask around here so I won't bother anyone
by nousplacidus
Sat Nov 05, 2005 1:04 pm
Forum: PSP Development
Topic: Toolchain installation problem on ubuntu
Replies: 4
Views: 2833

Toolchain installation problem on ubuntu

Well I just ran into this, and I am stumped.... rm -f libtexi.stamp make[2]: Leaving directory `/tmp/pspdev/gcc-4.0.2/build-psp/libiberty' rm -f *.a required-list tmpmulti.out rm -f libiberty.dvi libiberty.info* libiberty.html make[1]: Leaving director...
by nousplacidus
Fri Sep 30, 2005 5:08 am
Forum: PSP Development
Topic: Syntax errors from GNU program source code.
Replies: 6
Views: 2266

got it, ncurses won't compile... What is the syntax error, I have tried compiling other things that give me the same syntax error and have NOTHING TO DO with ncurses. thanks.... /usr/include/openssl/evp.h:277: error: syntax error before '*' token /usr/include/openssl/evp.h&am...
by nousplacidus
Thu Sep 29, 2005 5:40 pm
Forum: PSP Development
Topic: Syntax errors from GNU program source code.
Replies: 6
Views: 2266

Ok maybe I should refrase this,

what is causing the syntax error OTHER than ncurses, because that has nothing to do with the compiler seeing that and recognizing it as a syntax error because its doing in the same thing in one of my other attempts on a different program.

thanks
by nousplacidus
Wed Sep 28, 2005 9:45 am
Forum: PSP Development
Topic: Syntax errors from GNU program source code.
Replies: 6
Views: 2266

Well that pretty much sucks, I took the -lncurses flag out, and still no luck, I don't think that answers my question about the syntax error though it might. I just don't see why it wouldn't give me something with regards to an undeclared symbol or something along those lines.

Regards
by nousplacidus
Wed Sep 28, 2005 7:54 am
Forum: PSP Development
Topic: Syntax errors from GNU program source code.
Replies: 6
Views: 2266

Syntax errors from GNU program source code.

I am try as best I can to port some software to my psp for a class im taking here at school (nano the text editor). Thanks to you guys here for making it so easy to get started. Heres my problem. /usr/include/ncurses.h:553: error: syntax error before '*' token /usr/include/nc...