libmikmod install problems...

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

libmikmod install problems...

Post by Ghoti »

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]
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

Post by Ghoti »

solved it.
waterbottle
Posts: 3
Joined: Fri Jul 07, 2006 10:29 pm

Post by waterbottle »

I'm having the same error. How did you solve it?
Ghoti
Posts: 288
Joined: Sat Dec 31, 2005 11:06 pm

Post by Ghoti »

hi,

make using this command line:

make -f Makefile.psp clean install
JesusXP
Posts: 79
Joined: Tue Jan 17, 2006 11:16 am
Location: Ontario, Canada

Post by JesusXP »

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?
Post Reply