[Gimp-developer] Compiler Error in SVN

2007-11-17 Thread Tobias Jakobs
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

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Compiler Error in SVN

2007-11-17 Thread 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. Did you
check with 'svn status' that everything is uptodate and that there are
no conflicts?


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Compiler Error in SVN

2007-11-17 Thread Tobias Jakobs

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

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer