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

Linking error in imagemap plug-in

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.

Linking error in imagemap plug-in Jesper de Jong 14 Nov 00:08
  Linking error in imagemap plug-in Alessandro Falappa 14 Nov 10:51
   Linking error in imagemap plug-in Jesper de Jong 14 Nov 18:22
Jesper de Jong
2007-11-14 00:08:25 UTC (about 17 years ago)

Linking error in imagemap plug-in

Hello all,

I have checked out the latest sources from svn and I am now trying to compile GIMP. After about 5 mins 30 secs compilation stops with an error that seems to be a linking error in the imagemap plug-in. Here are the last few lines I see before it stops:

imap_cern_parse.o: In function `cern_error': /home/jesper/Projects/gimp-2.5/plug-ins/imagemap/imap_cern.y:163: undefined reference to `cern_in'
/home/jesper/Projects/gimp-2.5/plug-ins/imagemap/imap_cern.y:163: undefined reference to `cern_restart'
imap_cern_parse.o: In function `cern_parse': /home/jesper/Projects/gimp-2.5/plug-ins/imagemap/y.tab.c:1332: undefined reference to `cern_lex'
imap_cern_parse.o: In function `load_cern': /home/jesper/Projects/gimp-2.5/plug-ins/imagemap/imap_cern.y:171: undefined reference to `cern_in'
/home/jesper/Projects/gimp-2.5/plug-ins/imagemap/imap_cern.y:174: undefined reference to `cern_in'
imap_ncsa_parse.o: In function `ncsa_error': /home/jesper/Projects/gimp-2.5/plug-ins/imagemap/imap_ncsa.y:172: undefined reference to `ncsa_in'
/home/jesper/Projects/gimp-2.5/plug-ins/imagemap/imap_ncsa.y:172: undefined reference to `ncsa_restart'
imap_ncsa_parse.o: In function `ncsa_parse': /home/jesper/Projects/gimp-2.5/plug-ins/imagemap/y.tab.c:1331: undefined reference to `ncsa_lex'
imap_ncsa_parse.o: In function `load_ncsa': /home/jesper/Projects/gimp-2.5/plug-ins/imagemap/imap_ncsa.y:180: undefined reference to `ncsa_in'
/home/jesper/Projects/gimp-2.5/plug-ins/imagemap/imap_ncsa.y:183: undefined reference to `ncsa_in'
collect2: ld returned 1 exit status
make[4]: *** [imagemap] Error 1
make[4]: Leaving directory `/home/jesper/Projects/gimp-2.5 /plug-ins/imagemap'
make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/jesper/Projects/gimp-2.5 /plug-ins/imagemap'
make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/jesper/Projects/gimp-2.5/plug-ins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jesper/Projects/gimp-2.5' make: *** [all] Error 2

Am I missing libraries or sources?

regards, Jesper de Jong

(Ubuntu 7.10)

Alessandro Falappa
2007-11-14 10:51:25 UTC (about 17 years ago)

Linking error in imagemap plug-in

Hello Jesper,
I successfully compile the svn head of gimp regularly under Ubuntu Gutsy.

Have a look at my blog post on the topic (http://www.falappa.net/2007/05/17/gimp-compile-dependencies-on-ubuntu-feisty-fawn/) to find the packages I had to install to have a "smooth compilation". The post refers to Feisty but applies to Gutsy as well. You may have some issues with an optional library though (I don't remember quite now I will check when at home).

Hope it helps.

Jesper de Jong ha scritto:

Hello all,

I have checked out the latest sources from svn and I am now trying to compile GIMP. After about 5 mins 30 secs compilation stops with an error that seems to be a linking error in the imagemap plug-in. Here are the last few lines I see before it stops:

...

Jesper de Jong
2007-11-14 18:22:24 UTC (about 17 years ago)

Linking error in imagemap plug-in

Hello Alessandro,

Thanks. I've kept a log of the Ubuntu packages with libs and headers that I installed to make GIMP compile with all options, and nothing seems to be missing.

I didn't discover what the cause of the problem was, but it's solved now: I deleted everything, checked out all the sources from svn again, and now I can build it without errors.

Jesper

2007/11/14, Alessandro Falappa :

Hello Jesper,
I successfully compile the svn head of gimp regularly under Ubuntu Gutsy.

Have a look at my blog post on the topic (
http://www.falappa.net/2007/05/17/gimp-compile-dependencies-on-ubuntu-feisty-fawn/ )
to find the packages I had to install to have a "smooth compilation". The post refers to Feisty but applies to Gutsy as well. You may have some issues with an optional library though (I don't remember quite now I will check when at home).

Hope it helps.

Jesper de Jong ha scritto:

Hello all,

I have checked out the latest sources from svn and I am now trying to compile GIMP. After about 5 mins 30 secs compilation stops with an error that seems to be a linking error in the imagemap plug-in. Here are the last few lines I see before it stops:

...

--
Alessandro Falappa
web: http://www.falappa.net/