[FIXED:HELP] I'm unable to compile KOS

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
Jae686
Insane DCEmu
Insane DCEmu
Posts: 112
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Sat Sep 22, 2007 9:43 pm
Location: Braga - Portugal
Has thanked: 0
Been thanked: 0

[FIXED:HELP] I'm unable to compile KOS

Post by Jae686 »

Hi. I'm running ubuntu and i've been trying to build KOS according to this tutorial , but i've allways get the following error (after Make on the kos dir) :
" get_image_jpg.c:6:21: error: jpeglib.h: No such file or directory " when compiling venq. the other files appear to compile ok.

Any thought on the matter?

Best Regards. :idea:
Last edited by Jae686 on Tue Sep 25, 2007 3:20 pm, edited 1 time in total.
User avatar
semicolo
Mental DCEmu
Mental DCEmu
Posts: 328
Joined: Mon Apr 25, 2005 1:02 pm
Location: Three-rivers canada
Has thanked: 0
Been thanked: 0
Contact:

Re: [HELP] I'm unable to compile KOS

Post by semicolo »

2 months ago I had no problem compiling the toolchain with ubuntu, are you using the svn version of KOS ?
User avatar
BlueCrab
The Crabby Overlord
The Crabby Overlord
Posts: 5652
Joined: Mon May 27, 2002 11:31 am
Location: Sailing the Skies of Arcadia
Has thanked: 9 times
Been thanked: 69 times
Contact:

Re: [HELP] I'm unable to compile KOS

Post by BlueCrab »

If everything compiles ok after that point, then you're fine. vqenc isn't all that important for most people.
Jae686
Insane DCEmu
Insane DCEmu
Posts: 112
Joined: Sat Sep 22, 2007 9:43 pm
Location: Braga - Portugal
Has thanked: 0
Been thanked: 0

Re: [HELP] I'm unable to compile KOS

Post by Jae686 »

semicolo wrote:2 months ago I had no problem compiling the toolchain with ubuntu, are you using the svn version of KOS ?
yes, that is correct.
patbier
DC Developer
DC Developer
Posts: 152
Joined: Fri Aug 29, 2003 1:25 am
Has thanked: 0
Been thanked: 0

Re: [HELP] I'm unable to compile KOS

Post by patbier »

I recently re-installed the toolchain & Kos, and I had the same problem.
You forgot to install libjpeg on your ubuntu system.
vqenc is not a dreamcast program, but a program you'll run on linux to convert png images into kmg ones for example.
So you need libjpeg and libpng to be installed on your linux.
ImageAlice Dreams Tournament Dreamcast fans : http://www.facebook.com/alicedreamst
In August 2015, we had to change "Dynamite Dreams" name to "Alice Dreams Tournament"
Jae686
Insane DCEmu
Insane DCEmu
Posts: 112
Joined: Sat Sep 22, 2007 9:43 pm
Location: Braga - Portugal
Has thanked: 0
Been thanked: 0

Re: [HELP] I'm unable to compile KOS

Post by Jae686 »

patbier wrote:I recently re-installed the toolchain & Kos, and I had the same problem.
You forgot to install libjpeg on your ubuntu system.
vqenc is not a dreamcast program, but a program you'll run on linux to convert png images into kmg ones for example.
So you need libjpeg and libpng to be installed on your linux.
It worked fine now. Thank you! (I thought the makefile was requesting " /home/jaerder/dc/kos-ports/libjpeg" )
Post Reply