<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I have updated KDE previously (currently running 3.4.2 under Suse 9.2)
with rpms but decided to have a go at building 3.5.3 from source with
Konstruct this time.<br>
<br>
A lot of downloading, unzipping and directory building happened, but
once compilations started I ran into problems when make reported :<br>
<br>
<font color="#3366ff" face="Courier">Entering directory</font> <font
 color="#3333ff" face="Courier">`/test/konstruct/konstruct-stable/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.6/plugins/src/imageformats/jpeg'</font><br>
<br>
and tried to compile the main.cpp which it finds there, things go wrong
with error messages that start :<br>
<br>
<font color="#3366ff" face="Courier">In file included from main.cpp:11:<br>
../../../../src/kernel/qjpegio.cpp:59:21: jpeglib.h: No such file or
directory<br>
In file included from main.cpp:11:<br>
../../../../src/kernel/qjpegio.cpp:66: error: syntax error before `{'
token<br>
../../../../src/kernel/qjpegio.cpp:75: error: `j_common_ptr' was not
declared<br>
   in this scope<br>
../../../../src/kernel/qjpegio.cpp:75: error: syntax error before `)'
token<br>
../../../../src/kernel/qjpegio.cpp: In function `void
my_error_exit(...)':<br>
../../../../src/kernel/qjpegio.cpp:77: error: `cinfo' undeclared (first
use<br>
   this function)<br>
../../../../src/kernel/qjpegio.cpp:77: error: (Each undeclared
identifier is<br>
   reported only once for each function it appears in.)<br>
../../../../src/kernel/qjpegio.cpp:78: error: `JMSG_LENGTH_MAX'
undeclared<br>
   (first use this function)</font><br>
<br>
All seems to stem from not finding jpeglib.h.<br>
<br>
Should I be setting some global variable which gives g++ a clue as to
where to find header files?<br>
<br>
Grateful for any help and sorry if this is very obvious to  old hands
with  Konstruct.<br>
<br>
Bogus Zaba<br>
 <br>
</body>
</html>