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

compiling gimp 2.1.1 snapshot on freebsd ends in tears

This discussion is connected to the gimp-user-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 2 messages available
Toggle history

Please log in to manage your subscriptions.

compiling gimp 2.1.1 snapshot on freebsd ends in tears Lauri J Järvenpää 13 Jul 19:22
  compiling gimp 2.1.1 snapshot on freebsd ends in tears Simon Budig 13 Jul 19:21
Simon Budig
2004-07-13 19:21:08 UTC (almost 20 years ago)

compiling gimp 2.1.1 snapshot on freebsd ends in tears

Lauri J Järvenpää (Lauri.Jarvenpaa@students.turkuamk.fi) wrote:

I need to get gimp 2.1.1 development snapshot to run on my freebsd system but build fails and I cry (I'm sensitive to build fails).

[...]

all -c `test -f 'gimpitemtreeview.c' || echo './'`gimpitemtreeview.c gimpitemtreeview.c: In function `gimp_item_tree_view_size_changed': gimpitemtreeview.c:1226: syntax error before `preview_size' gimpitemtreeview.c:1229: `preview_size' undeclared (first use in this function)
gimpitemtreeview.c:1229: (Each undeclared identifier is reported only once gimpitemtreeview.c:1229: for each function it appears in.) gimpitemtreeview.c:1229: `border_width' undeclared (first use in this function)

[...]

Any ideas?

I guess you are using gcc-2.95. This one is sensitive to double semicolons in certain places. We don't always notice when they sneak in, since gcc-3.3 happily eats them.

We fixed some of that kind of stuff in gimpitemtreeview after gimp 2.1.1 has been released. The fix is in the current CVS.

As an alternative to the (recommended) GIMP-CVS sourcecode you can remove the double semicolons near to the lines where the compiler complains - or upgrade your gcc.

I hope this helps, Simon

Lauri J Järvenpää
2004-07-13 19:22:09 UTC (almost 20 years ago)

compiling gimp 2.1.1 snapshot on freebsd ends in tears

Hi.

I need to get gimp 2.1.1 development snapshot to run on my freebsd system but build fails and I cry (I'm sensitive to build fails).

This is what it spit out: gmake[3]: Leaving directory
`/usr/home/alt/gimp-devel/work/gimp-2.1.1/app/tools' Making all in widgets
gmake[3]: Entering directory
`/usr/home/alt/gimp-devel/work/gimp-2.1.1/app/widge ts'
source='gimpitemtreeview.c' object='gimpitemtreeview.o' libtool=no \ depfile='.deps/gimpitemtreeview.Po' tmpdepfile='.deps/gimpitemtreeview.TPo' \
depmode=gcc /bin/sh ../../depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../app -I../../app -I/us
r/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/
include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11
R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/
local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetyp
e2 -I/usr/local/include -I/usr/X11R6/include -DG_LOG_DOMAIN=\"Gimp-Widgets\"
-I/usr/local/include -I/usr/X11R6/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_
DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DPANGO_DISA
BLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -O2 -pipe -march=k6 -W
all -c `test -f 'gimpitemtreeview.c' || echo './'`gimpitemtreeview.c gimpitemtreeview.c: In function `gimp_item_tree_view_size_changed': gimpitemtreeview.c:1226: syntax error before `preview_size' gimpitemtreeview.c:1229: `preview_size' undeclared (first use in this function)
gimpitemtreeview.c:1229: (Each undeclared identifier is reported only once gimpitemtreeview.c:1229: for each function it appears in.) gimpitemtreeview.c:1229: `border_width' undeclared (first use in this function)
gmake[3]: *** [gimpitemtreeview.o] Error 1 gmake[3]: Leaving directory
`/usr/home/alt/gimp-devel/work/gimp-2.1.1/app/widget s'
gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/home/alt/gimp-devel/work/gimp-2.1.1/app' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/alt/gimp-devel/work/gimp-2.1.1' gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/home/alt/gimp-devel.

Any ideas?