Search found 5 matches

by ZackVixACD
Tue Feb 10, 2009 5:36 pm
Forum: PSP Development
Topic: RemoteJoyLite port to Linux based system
Replies: 12
Views: 4256

It might be the libc6-dev.
usually when you run a "build essential" command in Ubuntu all those are installed automatically, so I didn't catch the name of the lib.

Edit: it is linux-libc-dev
by ZackVixACD
Tue Feb 10, 2009 5:23 pm
Forum: PSP Development
Topic: RemoteJoyLite port to Linux based system
Replies: 12
Views: 4256

after running the command "locate joystick.h" on my linux machine, that's what I found

Code: Select all

/usr/include/SDL/SDL_joystick.h
/usr/src/linux-headers-2.6.27-11/include/linux/joystick.h
.
.
.
So apparently it is a linux include file.
by ZackVixACD
Tue Feb 10, 2009 4:32 pm
Forum: PSP Development
Topic: RemoteJoyLite port to Linux based system
Replies: 12
Views: 4256

Torch wrote:What library is the joystick.h in? I can't compile it under cygwin even after installing every remotely related lib I could find.
Now I am not too sure about it. This looks like it is from DirectX/DirectInput library (I am not too sure though)
by ZackVixACD
Tue Feb 10, 2009 7:48 am
Forum: PSP Development
Topic: RemoteJoyLite port to Linux based system
Replies: 12
Views: 4256

Pity that people don't give credits where it is due :(
I actually never thought of using it with the basic remotejoySDL. I will try it and let you know how it goes.
by ZackVixACD
Tue Feb 10, 2009 3:25 am
Forum: PSP Development
Topic: RemoteJoyLite port to Linux based system
Replies: 12
Views: 4256

RemoteJoyLite port to Linux based system

Hello Everyone, So I am in love with Tyranid RemoteJoyLite program. Unfortunately, the program is written for windows platform (with evil MFC functions). Apparently there is no port (yet) for Linux system. Probably someone needs to start doing it. I have already set up my psptoolchain on my Ubuntu 9...