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

Gimp-2.3.3 compile problem

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.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

Gimp-2.3.3 compile problem Stephan Hegel 13 Aug 07:38
  Gimp-2.3.3 compile problem Sven Neumann 16 Aug 23:13
Gimp-2.3.3 compile problem Stephan Hegel 17 Aug 17:04
  Gimp-2.3.3 compile problem michael chang 17 Aug 18:58
  Gimp-2.3.3 compile problem Sven Neumann 18 Aug 22:44
Stephan Hegel
2005-08-13 07:38:14 UTC (over 19 years ago)

Gimp-2.3.3 compile problem

Hi all,

When trying to build gimp-2.3.3 - I just want to try the new SIOX based selection tool - I met the following compile problem:

gcc -g -O2 -Wall -o .libs/faxg3 faxg3.o g3.o run_tbl.o ../../libgimp/.libs/libgimp-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so -L/usr/local/lib /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /home/steve/src/gimp-2.3.3/libgimpconfig/.libs/libgimpconfig-2.0.so.0: undefined reference to `gimp_matrix2_get_type' collect2: ld returned 1 exit status

Looks like that the dependency to libgimpmath is missing for several plugins. Have I missed something ?

Kind regards, Stephan.

Sven Neumann
2005-08-16 23:13:15 UTC (over 19 years ago)

Gimp-2.3.3 compile problem

Hi,

Stephan Hegel writes:

When trying to build gimp-2.3.3 - I just want to try the new SIOX based selection tool - I met the following compile problem:

gcc -g -O2 -Wall -o .libs/faxg3 faxg3.o g3.o run_tbl.o ../../libgimp/.libs/libgimp-2.0.so
../../libgimpcolor/.libs/libgimpcolor-2.0.so ../../libgimpbase/.libs/libgimpbase-2.0.so -L/usr/local/lib /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /home/steve/src/gimp-2.3.3/libgimpconfig/.libs/libgimpconfig-2.0.so.0: undefined reference to `gimp_matrix2_get_type' collect2: ld returned 1 exit status

Looks like that the dependency to libgimpmath is missing for several plugins. Have I missed something ?

Might just be a bug but it will most likely be forgotten unless you file a bug report for it.

Sven

Stephan Hegel
2005-08-17 17:04:53 UTC (over 19 years ago)

Gimp-2.3.3 compile problem

Sven Neumann wrote:

>> When trying to build gimp-2.3.3 - I just want to try the new SIOX >> based selection tool - I met the following compile problem: >>
>> gcc -g -O2 -Wall -o .libs/faxg3 faxg3.o g3.o run_tbl.o >> ../../libgimp/.libs/libgimp-2.0.so >> ../../libgimpcolor/.libs/libgimpcolor-2.0.so >> ../../libgimpbase/.libs/libgimpbase-2.0.so -L/usr/local/lib >> /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so >> /home/steve/src/gimp-2.3.3/libgimpconfig/.libs/libgimpconfig-2.0.so.0: >> undefined reference to `gimp_matrix2_get_type' >> collect2: ld returned 1 exit status >>
>> Looks like that the dependency to libgimpmath is missing for several >> plugins. Have I missed something ? >
> Might just be a bug but it will most likely be forgotten unless you > file a bug report for it.
>
>
> Sven

I like those kind of answers, really ... but there is no version 2.3.3 in the Bugzilla list. Most likely somebody has forgotten to create it ?

Stephan.

michael chang
2005-08-17 18:58:17 UTC (over 19 years ago)

Gimp-2.3.3 compile problem

On 8/17/05, Stephan Hegel wrote:

Sven Neumann wrote:

>> When trying to build gimp-2.3.3 - I just want to try the new SIOX >> based selection tool - I met the following compile problem: >>
>> gcc -g -O2 -Wall -o .libs/faxg3 faxg3.o g3.o run_tbl.o >> ../../libgimp/.libs/libgimp-2.0.so >> ../../libgimpcolor/.libs/libgimpcolor-2.0.so >> ../../libgimpbase/.libs/libgimpbase-2.0.so -L/usr/local/lib >> /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so >> /home/steve/src/gimp-2.3.3/libgimpconfig/.libs/libgimpconfig-2.0.so.0: >> undefined reference to `gimp_matrix2_get_type' >> collect2: ld returned 1 exit status >>
>> Looks like that the dependency to libgimpmath is missing for several >> plugins. Have I missed something ? >
> Might just be a bug but it will most likely be forgotten unless you > file a bug report for it.
>
>
> Sven

I like those kind of answers, really ... but there is no version 2.3.3 in the Bugzilla list. Most likely somebody has forgotten to create it ?

You want to set it as a milestone 2.4 bug with current version either Current CVS or 2.3.2-devel, and then create a second bug stating that Gimp 2.3.3 has been released but there is nowhere to specify a bug for that version.

Sven Neumann
2005-08-18 22:44:57 UTC (over 19 years ago)

Gimp-2.3.3 compile problem

Hi,

Stephan Hegel writes:

I like those kind of answers, really ... but there is no version 2.3.3 in the Bugzilla list. Most likely somebody has forgotten to create it ?

Yep, looks as if I have forgotten to do that this time. Thanks for pointing it out, it's fixed now.

Sven