<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Angelo Naselli wrote:
<blockquote cite="mid200605282002.27934.anaselli@linux.it" type="cite">
  <pre wrap="">Alle 19:14, domenica 28 maggio 2006, Oliver D&ouml;rr ha scritto:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Angelo Naselli wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">How long did your holidays last?
  
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->I was joking :) 

Let's try to understand where you have the problem, since i don't
have any problem here can you try to use autotools and make
to understand which is the offending command?
  </pre>
</blockquote>
Sure....<br>
<br>
i would do anything, but i don't understand what you are talking
about...<br>
<br>
If i understand the make/config process right, the following things are
happening<br>
make -f Makefile.cvs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Creates a new configure file<br>
./configure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Creates a new Makefile that is basicly a
script that is started inside the make command to control it<br>
make&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # starts the Makefile script (i'm quite sure that
it does more, but i don't know what)<br>
<br>
during the last make i got an error message<br>
/svn/trunk/extragear/libs&gt; make<br>
WARNING: use unsermake instead of make or use a wrapper script, e.g.
makeobj!!!<br>
unsermake all<br>
kipi-plugins/jpeglossless/Makefile: rest __um_includes_Magick++.h =
imagerotate.cpp convert2grayscale.cpp imageflip.cpp<br>
<br>
creating ./kipi-plugins/htmlexport/htmlexportconfig.h<br>
creating ./kipi-plugins/htmlexport/htmlexportconfig.cpp<br>
/bin/sh: -d: command not found<br>
Error creating ./kipi-plugins/htmlexport/htmlexportconfig.h. Exit
status 1.<br>
make: *** [all] Fehler 1<br>
<br>
This is a shell script error during the compilation. But i can't find
the shell script. I assume that it is a bug inside the Makefile using
an option that the automake tools on my computer does not support. But
all this is a just a guess. I have'nt wrote any C-Code in the last 10
years and so i don't know much about this stuff.<br>
<br>
Oliver<br>
<br>
<br>
</body>
</html>