RSS/Atom feed Twitter
Site is read-only, email is disabled

Failed to compile the CVS (ChangeLog 1.11096)

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

1117910199l.8749l.2l@tangerine 07 Oct 20:23
  Failed to compile the CVS (ChangeLog 1.11096) Michael Schumacher 04 Jun 20:55
  Failed to compile the CVS (ChangeLog 1.11096) Michael Natterer 04 Jun 21:21
Michael Schumacher
2005-06-04 20:55:31 UTC (almost 19 years ago)

Failed to compile the CVS (ChangeLog 1.11096)

Jean-Luc Coulon (f5ibh) wrote:

dialog.c: Dans la fonction « request_url »: dialog.c:869: error: `O_BINARY' undeclared (first use in this function)

Update your tree again.

This is something that's now inside an #ifdef G_OS_WIN32 - I was surprised that this constant isn't available on platforms other than Win32, usually it's the other way round :)

Michael

Michael Natterer
2005-06-04 21:21:23 UTC (almost 19 years ago)

Failed to compile the CVS (ChangeLog 1.11096)

This is fixed in CVS in the meantime.

ciao, --mitch

On Sat, 2005-06-04 at 18:36 +0000, Jean-Luc Coulon (f5ibh) wrote:

Hi,

I got the following error: if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DXTHREADS -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/opt/gimp-2.3.0/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2 -Wall -MT helpbrowser.o -MD -MP -MF ".deps/helpbrowser.Tpo" \ -c -o helpbrowser.o `test -f 'helpbrowser.c' || echo './'`helpbrowser.c; \
then mv -f ".deps/helpbrowser.Tpo" ".deps/helpbrowser.Po"; \ else rm -f ".deps/helpbrowser.Tpo"; exit 1; \ fi
/usr/bin/gdk-pixbuf-csource --raw --name=logo_data wilber-reading.png > logo-pixbuf.h
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DXTHREADS -I/usr/include/gtkhtml-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/opt/gimp-2.3.0/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2 -Wall -MT dialog.o -MD -MP -MF ".deps/dialog.Tpo" \
-c -o dialog.o `test -f 'dialog.c' || echo './'`dialog.c; \ then mv -f ".deps/dialog.Tpo" ".deps/dialog.Po"; \ else rm -f ".deps/dialog.Tpo"; exit 1; \ fi
dialog.c: Dans la fonction « request_url »: dialog.c:869: error: `O_BINARY' undeclared (first use in this function) dialog.c:869: error: (Each undeclared identifier is reported only once dialog.c:869: error: for each function it appears in.) make[3]: *** [dialog.o] Erreur 1
make[3]: Leaving directory
`/usr/local/src/gimp/gimp-2.3.0-cvs20050604/plug-ins/helpbrowser' make[2]: *** [all-recursive] Erreur 1 make[2]: Leaving directory
`/usr/local/src/gimp/gimp-2.3.0-cvs20050604/plug-ins'make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/usr/local/src/gimp/gimp-2.3.0-cvs20050604' make: *** [all] Erreur 2

Regards

Jean-Luc