[Gimp-developer] Heart = gnome-love; X = ????

2009-04-10 Thread Charles Belov
Looking at bugzilla.gnome.org for GIMP bugs, I noticed that some of the 
GIMP bugs are marked with hearts, some with yellow X symbols, and one 
with both.  While browsing the bugbase, I discovered that the heart 
symbol was associated with GNOME-love keyword, that is, a project 
suitable for newbies.

However, I can't seem to find what the yellow X means, even after 
looking at bugs that have it.  There's no alt attribute to enlighten me, 
either.  My initial thought was it meant we're never going to do this 
but after discovering GNOME-love, I thought it might mean GNOME-hate, 
that is a project that would make newbies run screaming from the thought 
of contributing to open source software.  But then why would it be on a 
GNOME-love bug?

Can anyone enlighten me, please?

Charles Belov
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] OS X GIMP configure can't find JPEG library

2009-04-01 Thread Charles Belov
 Date: Tue, 31 Mar 2009 11:09:35 -0400
 From: M Gagnon auria...@gmail.com
 Subject: Re: [Gimp-developer] OS X GIMP configure can't find JPEG library
 To: gimp-developer@lists.XCF.Berkeley.EDU
 
 You will very likely need to fiddle with environment variables to help 
 configure find it.
 Especially check PKG_CONFIG_PATH

Thanks, that got me a bit further in my investigations.

PKG_CONFIG_PATH was blank. I set it to /opt/local/lib/pkgconfig with the 
same result. Then I noticed that among the many libraries in that 
directory, libjpeg.pc and libtiff.pc were not among them, although 
libpng.pc was.

So I ran Onyx to make sure locate was up to date and interestingly:

$ locate .pc | grep 'png'
/opt/local/lib/pkgconfig/cairo-png.pc
/opt/local/lib/pkgconfig/libpng.pc
/opt/local/lib/pkgconfig/libpng12.pc
/opt/local/var/macports/software/cairo/1.8.6_4+macosx/opt/local/lib/pkgconfig/cairo-png.pc
/opt/local/var/macports/software/libpng/1.2.35_0/opt/local/lib/pkgconfig/libpng.pc
/opt/local/var/macports/software/libpng/1.2.35_0/opt/local/lib/pkgconfig/libpng12.pc
$ locate .pc | grep 'jp'
$ locate .pc | grep 'tiff'
$

Yeah, no .pc files for libjpeg or libtiff.

And its apparently a feature, not a bug--I've seen posts saying that the 
JPEG folks never creating a .pc file for libjpeg.

So then the question is how do I point configure to one of the following 
directories for libjpeg?

/opt/local/var/macports/software/jpeg/6b_3/opt/local/lib/
/opt/local/lib/
/Applications/Gimp.app/Contents/Resources/ (this appears to be the 
resource fork of Gimp.app, which was installed from the .dmg file)

I tried sticking /opt/local/lib on the end of both PATH and PKG_CONFIG_PATH
and that didn't help either.

LD_LIBRARY_PATH=/opt/local/bin
PATH=/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/opt/local/lib
PKG_CONFIG_PATH=/opt/local/lib/pkgconfig:/opt/local/lib

All to no avail.  Any further ideas?
Charles Belov
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Errors on Mac setup attempt for GIMP development

2009-03-30 Thread Charles Belov
Thanks, both of you.

I found the answer in http://trac.macports.org/ticket/18958 with the 
solution:

Pango 1.22.4 with the +no_x11 variant does not install. It lacks the 
gtk-doc port. Installing that port solves the problem

and it seems to have gotten me back on track with loading the proper 
MacPorts (although it's still running so I won't know for sure for a while).


 --
 From: gimp.list.mark...@dfgh.net
 Subject: Re: [Gimp-developer] Errors on Mac setup attempt for GIMP
   development
 To: gimp-developer@lists.xcf.berkeley.edu
 
 try the suggestions at
 http://trac.macports.org/ticket/18200
 plus links?
 
 
 M Gagnon - auria...@gmail.com wrote:
 Hi,

 macports is known to fail frequently. Possible solutions when you meet 
 macports errors include :
 * Get support from the macports team; each time i went on their IRC 
 channel i got good and fast help
 * Build components manually - longer and annoying but at least you can 
 control what's happening

 I might just add that GIMP on mac is a dependency hell, so if you're not 
 used to installing stuff GIMP
 might be a steep start =)

Unfortunately, GIMP is the program I am interested in (and I was the one 
to log the bugs in question) so I guess my fate is sealed lol.

Charles Belov

 Guud luck

 -- Auria
   
 I am on Mac OS 10.4.11 (Tiger) with XCode 2.5. I am trying to follow the 
 instructions for installing GIMP so that I can build it (then update the 
 code to attempt a bug fix).

 I am a C/C++ newbie, but do development in PHP and JavaScript, so am not 
 a coding newbie.

 I've followed the following instructions by doing MacPort installs.  I 
 am on the latest version of MacPort.

 When I try to install the various things the instructions say are 
 required, it gets quite a ways through the procedures before ending with 
 multiple errors.  Any idea how I can successfully complete the install?

 Details follow:

(snip)
 Error: Target org.macports.destroot returned: shell command  cd 
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/work/pango-1.24.0
  
  make install 
 DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/work/destroot
  
  returned error 2
 Command output: -- Installing ./html/pango-Glyph-Storage.html
 -- Installing ./html/pango-Layout-Objects.html
(snip)
 -- Installing ./html/up.png
 /bin/sh: line 1: gtkdoc-rebase: command not found
 make[3]: *** [install-data-local] Error 127
 make[2]: *** [install-am] Error 2
 make[1]: *** [install] Error 2
 make: *** [install-recursive] Error 1

 Error: The following dependencies failed to build: graphviz pango
 urw-fonts xorg-libXaw xorg-libXmu xorg-libXt xorg-libsm xorg-libice
 xorg-util-macros gtk2 atk gtk-doc docbook-xml-4.3 xmlcatmgr docbook-xsl
 gnome-doc-utils docbook-xml docbook-xml-4.1.2 docbook-xml-4.2
 docbook-xml-4.4 docbook-xml-4.5 docbook-xml-5.0 iso-codes py25-hashlib
 openssl python25 libxml2 libxslt py25-libxml2 rarian getopt jasper
 shared-mime-info tiff xorg-libXcomposite xorg-compositeproto
 xorg-fixesproto xorg-libXfixes xorg-libXcursor xorg-libXdamage
 xorg-damageproto xorg-libXi xorg-libXinerama xorg-xineramaproto
 libopenraw boost boost-jam librsvg libart_lgpl libcroco libgsf dbus
 dbus-glib gnome-vfs desktop-file-utils popt gconf orbit2 libidl
 gnome-mime-data libbonobo libspiro lua readline openexr ilmbase w3m
 boehmgc
 Error: Status 1 encountered during processing.

 Thank you for any help you can provide,
 Charles Belov
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] OS X GIMP configure can't find JPEG library

2009-03-30 Thread Charles Belov
Okay, so I've built all (so far as I can tell) the ports I need using 
MacPorts, thanks again to the folks on this list.  So I cd in OS X 
Terminal to the gimp-2.6.6-dev (my copy of gimp-2.6.6) folder and run 
configure.

First it complains I have no TIFF library.  Well, I don't use TIFF so I 
reran with ./configure --without-libtiff

Result:

checking for jpeg_destroy_decompress in -ljpeg... no
configure: WARNING: *** XJT plug-in will not be built (JPEG library not
found) ***
configure: error:
*** Checks for JPEG library failed. You can build without it by passing
*** --without-libjpeg to configure but you won't be able to use JPEGs then.

 I use JPEG images, so that will never do.  So I go nosing around.

echo $PATH
per MacPorts gives
/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin

I look at configure, and it's looking for /${exec_prefix}/lib where 
/${exec_prefix}=NONE.

jpeglib.h (which does define jpeg_destroy_decompress) is in 
/opt/local/include
while /opt/local/lib contains
libjpeg.a
libjpeg.dylib
libjpeg.la
libjpeg.62.dylib
libjpeg.62.0.0

I tried changing configure such that exec_prefix=/opt/local
and re-ran in but got the same error.

Anyone know what's up?

Charles Belov




___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] Errors on Mac setup attempt for GIMP development

2009-03-29 Thread Charles Belov
 to build: graphviz pango
urw-fonts xorg-libXaw xorg-libXmu xorg-libXt xorg-libsm xorg-libice
xorg-util-macros gtk2 atk gtk-doc docbook-xml-4.3 xmlcatmgr docbook-xsl
gnome-doc-utils docbook-xml docbook-xml-4.1.2 docbook-xml-4.2
docbook-xml-4.4 docbook-xml-4.5 docbook-xml-5.0 iso-codes py25-hashlib
openssl python25 libxml2 libxslt py25-libxml2 rarian getopt jasper
shared-mime-info tiff xorg-libXcomposite xorg-compositeproto
xorg-fixesproto xorg-libXfixes xorg-libXcursor xorg-libXdamage
xorg-damageproto xorg-libXi xorg-libXinerama xorg-xineramaproto
libopenraw boost boost-jam librsvg libart_lgpl libcroco libgsf dbus
dbus-glib gnome-vfs desktop-file-utils popt gconf orbit2 libidl
gnome-mime-data libbonobo libspiro lua readline openexr ilmbase w3m
boehmgc
Error: Status 1 encountered during processing.

Thank you for any help you can provide,
Charles Belov
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer