Re: Dia ChangeLog report for Sat Apr 27 07:23:01 2002 (UTC)



On Sat, Apr 27, 2002 at 09:24:25AM +0200, Dia ChangeLog Daemon wrote:
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots

*** Recent ChangeLog entries:

+     * app/sheets_dialog_callbacks.c : #ifdef HAVE_UNISTD_H and
+     #ifdef HAVE_UTIME_H. Otherwise #include <sys/utime.h> and
+     name space corrections for utime() and utim_buf #ifdef
+     G_OS_WIN32

Hi, on my system it didn't check for utime.h :
(I'm configuring with these options: --prefix=/opt/dia --enable-gnome)

checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes

then the HAVE_UTIME_H define was not set and it assumed utime.h was in
/usr/include/sys while it's in /usr/include...

this is causing the following problem when compiling:

sheets_dialog_callbacks.c:40: sys/utime.h: No such file or directory

of course I replaced with <utime.h>, then thought all would follow well
in the best world ever. the next file failed, for another reason:

make[2]: *** No rule to make target `autosave.c', needed by `autosave.o'.  Stop.

argh.
My system: Debian 3.0

--
Pierre



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]