LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-18-2007, 06:22 PM   #1
pauledwards03
Member
 
Registered: Dec 2006
Distribution: Slackware 12.1
Posts: 94

Rep: Reputation: 15
GIMP 2.2.13 compile error


When I saw that GIMP can use multiple processors, I had to have it. Below is how that went for me.


Code:
/usr/local/lib/libgtk-x11-2.0.so.0: undefined reference to `cairo_pdf_surface_create'
/usr/local/lib/libgtk-x11-2.0.so.0: undefined reference to `cairo_pdf_surface_create_for_stream'
/usr/local/lib/libpangocairo-1.0.so.0: undefined reference to `cairo_scaled_font_get_ctm'
/usr/local/lib/libpangocairo-1.0.so.0: undefined reference to `cairo_scaled_font_get_font_options'
/usr/local/lib/libgtk-x11-2.0.so.0: undefined reference to `cairo_surface_set_fallback_resolution'
/usr/local/lib/libpangocairo-1.0.so.0: undefined reference to `cairo_scaled_font_text_extents'
/usr/local/lib/libgtk-x11-2.0.so.0: undefined reference to `cairo_pdf_surface_set_size'
/usr/local/lib/libgtk-x11-2.0.so.0: undefined reference to `cairo_surface_get_type'
/usr/local/lib/libgtk-x11-2.0.so.0: undefined reference to `cairo_ps_surface_set_size'
collect2: ld returned 1 exit status
make[3]: *** [gradmap] Error 1
make[3]: Leaving directory `/home/paul/Downloads/gimp-2.2.13/plug-ins/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/paul/Downloads/gimp-2.2.13/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/paul/Downloads/gimp-2.2.13'
make: *** [all] Error 2
[root@localhost gimp-2.2.13]#


does anybody know how I can fix this? thanks
edit: here is the full output: http://webcrackr.tripod.com/compileerrors.log

I'm using Fedora Core 6 x86_64 with gnome.

Last edited by pauledwards03; 01-18-2007 at 06:24 PM.
 
Old 01-18-2007, 06:35 PM   #2
pauledwards03
Member
 
Registered: Dec 2006
Distribution: Slackware 12.1
Posts: 94

Original Poster
Rep: Reputation: 15
thought this info could prove useful:
Code:
[root@localhost gimp-2.2.13]# ldd /usr/local/lib/libgtk-x11-2.0.so.0
        libgdk_pixbuf-2.0.so.0 => /usr/local/lib/libgdk_pixbuf-2.0.so.0 (0x00002aaaab02a000)
        libgdk-x11-2.0.so.0 => /usr/local/lib/libgdk-x11-2.0.so.0 (0x00002aaaab241000)
        libpangocairo-1.0.so.0 => /usr/local/lib/libpangocairo-1.0.so.0 (0x00002aaaab4d2000)
        libpango-1.0.so.0 => /usr/local/lib/libpango-1.0.so.0 (0x00002aaaab6dc000)
        libX11.so.6 => /usr/lib64/libX11.so.6 (0x00002aaaab946000)
        libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (0x00002aaaabc51000)
        libatk-1.0.so.0 => /usr/local/lib/libatk-1.0.so.0 (0x00002aaaabe57000)
        libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0 (0x00002aaaac075000)
        libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0 (0x00002aaaac2b5000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00002aaaac4b9000)
        libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x00002aaaac6bd000)
        libcairo.so.2 => /usr/local/lib/libcairo.so.2 (0x00002aaaac95b000)
        libm.so.6 => /lib64/libm.so.6 (0x00002aaaacbaa000)
        libc.so.6 => /lib64/libc.so.6 (0x00002aaaace2d000)
        libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00002aaaad17b000)
        libXext.so.6 => /usr/lib64/libXext.so.6 (0x00002aaaad3b0000)
        libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00002aaaad5c1000)
        libXinerama.so.1 => /usr/lib64/libXinerama.so.1 (0x00002aaaad7ca000)
        libXrandr.so.2 => /usr/lib64/libXrandr.so.2 (0x00002aaaad9cd000)
        libXcursor.so.1 => /usr/lib64/libXcursor.so.1 (0x00002aaaadbd0000)
        libpangoft2-1.0.so.0 => /usr/local/lib/libpangoft2-1.0.so.0 (0x00002aaaaddda000)
        libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00002aaaae008000)
        libXau.so.6 => /usr/lib64/libXau.so.6 (0x00002aaaae28c000)
        libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00002aaaae48e000)
        /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)
        libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x00002aaaae694000)
        libexpat.so.0 => /lib64/libexpat.so.0 (0x00002aaaae8b8000)
        libz.so.1 => /usr/lib64/libz.so.1 (0x00002aaaaeadb000)
Code:
[root@localhost gimp-2.2.13]# ldd /usr/local/lib/libpangocairo-1.0.so.0
        libpango-1.0.so.0 => /usr/local/lib/libpango-1.0.so.0 (0x00002aaaaacb6000)
        libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0 (0x00002aaaaaef6000)
        libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0 (0x00002aaaab136000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00002aaaab364000)
        libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x00002aaaab568000)
        libcairo.so.2 => /usr/local/lib/libcairo.so.2 (0x00002aaaab806000)
        libm.so.6 => /lib64/libm.so.6 (0x00002aaaaba55000)
        libpangoft2-1.0.so.0 => /usr/local/lib/libpangoft2-1.0.so.0 (0x00002aaaabcd8000)
        libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00002aaaabf05000)
        libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00002aaaac13a000)
        libc.so.6 => /lib64/libc.so.6 (0x00002aaaac3be000)
        /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)
        libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00002aaaac70c000)
        libX11.so.6 => /usr/lib64/libX11.so.6 (0x00002aaaac916000)
        libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x00002aaaacc21000)
        libexpat.so.0 => /lib64/libexpat.so.0 (0x00002aaaace45000)
        libXau.so.6 => /usr/lib64/libXau.so.6 (0x00002aaaad068000)
        libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00002aaaad26a000)
        libz.so.1 => /usr/lib64/libz.so.1 (0x00002aaaad46f000)
 
Old 01-20-2007, 03:21 AM   #3
pauledwards03
Member
 
Registered: Dec 2006
Distribution: Slackware 12.1
Posts: 94

Original Poster
Rep: Reputation: 15
just an update, scrapped the idea of 2.2.13 and got 2.3.13, compiled fine with multi processor support and is much much faster, plus a better (i think) interface
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gimp 2.2.13 compile on 10.2 Vgui Slackware 6 09-02-2006 10:31 AM
gimp-print compile error / foomatic Fonk Linux - Software 5 08-08-2004 03:23 PM
Gimp 2.0 libart-2.0 compile error darin3200 Linux - Software 7 04-12-2004 07:32 PM
cannot compile gimp-freetype keevitaja Mandriva 1 03-29-2004 07:23 PM
compile gimp-print ?? johnyy Linux - Software 0 02-05-2004 03:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration