Hi folks,
I don't know much about cygwin or linux so please keep that in mind.
I wanted to install the libmikmod on my pc so i could use it to produce sound wav file playing ingame. I have already installed the mad library for playing mp3.
this is what i did:
svn checkout svn://svn.ps2dev.org/psp/trunk/libmikmod
cd libmikmod
make
however with the make i got alot of errors which i can't copy paste due to the cygwin shell.
the first error that i get is that it can't find mikmod.h. now i looked into the directory of the libmikmod and indeed i can't seem to find it also.
what did i do wrong? and how can i solve this?
greets ghoti[/code]
libmikmod install problems...
libmikmod install problems...
My PSP games:
Boxy II: http://www.ghoti.nl/boxyii.php
Elementals: http://www.ghoti.nl/Elementals.php
Boxy II: http://www.ghoti.nl/boxyii.php
Elementals: http://www.ghoti.nl/Elementals.php
solved it.
My PSP games:
Boxy II: http://www.ghoti.nl/boxyii.php
Elementals: http://www.ghoti.nl/Elementals.php
Boxy II: http://www.ghoti.nl/boxyii.php
Elementals: http://www.ghoti.nl/Elementals.php
-
- Posts: 3
- Joined: Fri Jul 07, 2006 10:29 pm
hi,
make using this command line:
make -f Makefile.psp clean install
make using this command line:
make -f Makefile.psp clean install
My PSP games:
Boxy II: http://www.ghoti.nl/boxyii.php
Elementals: http://www.ghoti.nl/Elementals.php
Boxy II: http://www.ghoti.nl/boxyii.php
Elementals: http://www.ghoti.nl/Elementals.php
Im getting a problem as well. I tried installing using that command, however it told me i didnt have permissions to create folders, so i ran it using sudo -i, and set up my path accordingly, now i got
" Installing libmikmod into /usr/local/pspdev/psp
Done"
but I definately cant see any of those folders in my pspdev dir!
:( What am I doing wrong?
" Installing libmikmod into /usr/local/pspdev/psp
Done"
but I definately cant see any of those folders in my pspdev dir!
:( What am I doing wrong?