VOGONS


First post, by Rebelscum

User metadata
Rank Newbie
Rank
Newbie

Hello,
So far I can run the ./configure but I got an SDL error. I downloaded SDL and installed that but how do I tell the ./configure command the path for the SDL-CONFIGURE. I didn't see any switches in the documentation for that.

Thanks!

Reply 2 of 9, by Rebelscum

User metadata
Rank Newbie
Rank
Newbie

Thanks, I got that working but I get errors from SDL now.
I'm running as sudo as well.

checking for SDL - version >= 1.2.0... ./configure: line 4736: /home/Downloads/SDL-1.2.14/sdl-config: Permission denied
./configure: line 4737: /home/Downloads/SDL-1.2.14/sdl-config: Permission denied
./configure: line 4740: /home/Downloads/SDL-1.2.14/sdl-config: Permission denied
./configure: line 4742: /home/Downloads/SDL-1.2.14/sdl-config: Permission denied
./configure: line 4744: /home/Downloads/SDL-1.2.14/sdl-config: Permission denied

Reply 3 of 9, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

uhm did you actually compile and install SDL ?

Water flows down the stream
How to ask questions the smart way!

Reply 4 of 9, by Rebelscum

User metadata
Rank Newbie
Rank
Newbie

sorry, forgot to mention that, yes, I followed the instructions and did

./configure the make then make install. I didn't see any errors.

Reply 5 of 9, by Rebelscum

User metadata
Rank Newbie
Rank
Newbie

According to the config.log it's looking for SDL.h and can't find it.

Reply 6 of 9, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

if you do ./configure and then make install then the files will be in
/usr or /usr/local
(directories include,bin and lib)
so that directory where it finds sdl-config is wrong.

Water flows down the stream
How to ask questions the smart way!

Reply 7 of 9, by Rebelscum

User metadata
Rank Newbie
Rank
Newbie

I searched for all sdl-config files, when it installed it didn't copy the sdl-config file but the SDL.h is in the /usr/include directory. The sdl-config file seems to point there and prefix is pointig to /usr/local but for some reason I'm getting that permission denied error.

Reply 8 of 9, by Rebelscum

User metadata
Rank Newbie
Rank
Newbie

it worked, it was just a priv thing on the sdl-config file. A friend of mine just had me do chmod 777 on it. It compiled at least. Now to test it.

Reply 9 of 9, by Rebelscum

User metadata
Rank Newbie
Rank
Newbie

I think it would work, but says it can't initialize video now.