[xubuntu-users] compile gimp plug ins in Xubuntu 14.04

Christian Hartmann ch.hartmann.milano at gmail.com
Thu Dec 18 08:18:42 UTC 2014


Hi Marc,

unfortunately I am a (enthusiastic) User
but not an expert.
where should I exactly add "-lm"?

the make file looks like this:

/.PHONY: all po src install userinstall clean dist install uninstall/

/all: po src/

/po:/

/    $(MAKE) -C po/

/src:/

/    $(MAKE) -C src/

/install:/

/    $(MAKE) -C po install/

/    $(MAKE) -C src install/

/uninstall:/

/    $(MAKE) -C po uninstall/

/    $(MAKE) -C src uninstall/

/userinstall:/

/    $(MAKE) -C po userinstall/

/    $(MAKE) -C src userinstall/

/useruninstall:/

/    $(MAKE) -C po useruninstall/

/    $(MAKE) -C src useruninstall/

/clean:/

/    $(MAKE) -C po clean/

/    $(MAKE) -C src clean/

/dist:/

/    $(error make dist not implemented!)/


sorry that I do not understand abd thank you for your help

_Christian Hartmann_,via Mauro Macchi 35, I – 20124 Milano, +39 348 4908985

On 18/12/2014 07:15, Marc Coevoet wrote:
> Op 17-12-14 om 22:58 schreef Christian Hartmann:
>> I'm trying to install the noise generator plugin 
>> <http://registry.gimp.org/node/13016> for GIMP 2.8.4 and when i'm typing
>>
>> /"make"/
>>
>> I get this:
>> /make -C po
>> make[1]: Entering directory `/home/am_i_registered/Downloads/noise-generator-0.2.5/po'
>> msgfmt -c -v -o de.mo de.po
>> 34 translated messages.
>> msgfmt -c -v -o pl.mo pl.po
>> 34 translated messages.
>> make[1]: Leaving directory `/home/am_i_registered/Downloads/noise-generator-0.2.5/po'
>> make -C src
>> make[1]: Entering directory `/home/am_i_registered/Downloads/noise-generator-0.2.5/src'
>> cc -O3 -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/harfbuzz -I/usr/include/gimp-2.0   -o noise-generator plugin.o noise.o events.o interface.o colour.o poisson_gui.o gauss_gui.o uniform_gui.o laplace_gui.o lorentz_gui.o -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0
>> /usr/bin/ld: events.o: undefined reference to symbol 'floor@@GLIBC_2.2.5'
>> /usr/bin/ld: note: 'floor@@GLIBC_2.2.5' is defined in DSO /lib/x86_64-linux-gnu/libm.so.6 so try adding it to the linker command line
>> /lib/x86_64-linux-gnu/libm.so.6: could not read symbols: Invalid operation
>> collect2: error: ld returned 1 exit status
>> make[1]: *** [noise-generator] Error 1
>> make[1]: Leaving directory `/home/am_i_registered/Downloads/noise-generator-0.2.5/src'
>> make: *** [src] Error 2/
>>
>>
>> I installed noise generator and other plugins several times before on 
>> previous versions of Xubuntu and Ubuntu without any problem.
>>
>> Does anybody know, what is wrong?
>> -- 
>>
>> _Christian Hartmann_,via Mauro Macchi 35, I – 20124 Milano, +39 348 
>> 4908985
>>
>>
>>
>
>
> Google ...
>
> http://askubuntu.com/questions/405836/install-gimps-felimage-plugin
>
>
> add -lm to the cc line. (or in the Makefile...)
>
>
> Marc
>
>
>
> Marc
>
> -- 
> The "Penguin" has arrived - and he's not going away - ever.
> What's on Shortwave guide: choose an hour, go!
> http://shortwave  dot tk
> 700+ Radio Stations on SWhttp://swstations  dot tk
> 300+ languages on SWhttp://radiolanguages  dot tk
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/xubuntu-users/attachments/20141218/faaf9010/attachment.html>


More information about the xubuntu-users mailing list