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

Compiler Error in SVN

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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Compiler Error in SVN Tobias Jakobs 17 Nov 09:17
  Compiler Error in SVN Sven Neumann 17 Nov 14:34
   Compiler Error in SVN Tobias Jakobs 17 Nov 19:26
Tobias Jakobs
2007-11-17 09:17:02 UTC (about 17 years ago)

Compiler Error in SVN

Moin,

I have this compiler error in the SVN version:

make[3]: Entering directory `/home/tobias/cvs/gimp/app/pdb' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../app -I../../app -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/tobias/cvs/bin/include -DG_LOG_DOMAIN=\"Gimp-PDB\" -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 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -MT selection_tools_cmds.o -MD -MP -MF ".deps/selection_tools_cmds.Tpo" -c -o selection_tools_cmds.o selection_tools_cmds.c; \ then mv -f ".deps/selection_tools_cmds.Tpo" ".deps/selection_tools_cmds.Po"; else rm -f ".deps/selection_tools_cmds.Tpo"; exit 1; fi selection_tools_cmds.c: In function 'free_select_invoker': selection_tools_cmds.c:212: error: 'num_segs' undeclared (first use in this function)
selection_tools_cmds.c:212: error: (Each undeclared identifier is reported only once
selection_tools_cmds.c:212: error: for each function it appears in.) make[3]: *** [selection_tools_cmds.o] Error 1 make[3]: Leaving directory `/home/tobias/cvs/gimp/app/pdb' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/tobias/cvs/gimp/app' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tobias/cvs/gimp' make: *** [all] Error 2

Regards, Tobias

Sven Neumann
2007-11-17 14:34:29 UTC (about 17 years ago)

Compiler Error in SVN

Hi,

On Sat, 2007-11-17 at 09:17 +0100, Tobias Jakobs wrote:

I have this compiler error in the SVN version:

Something appears to be broken about your SVN checkout then. Did you check with 'svn status' that everything is uptodate and that there are no conflicts?

Sven

Tobias Jakobs
2007-11-17 19:26:55 UTC (about 17 years ago)

Compiler Error in SVN

Am Samstag, den 17.11.2007, 14:34 +0100 schrieb Sven Neumann:

Hi,

On Sat, 2007-11-17 at 09:17 +0100, Tobias Jakobs wrote:

I have this compiler error in the SVN version:

Something appears to be broken about your SVN checkout then.

Thanks, i made a fresh checkout and it's working now.

Regards, Tobias