[Gimp-user] still lacking plugin support??

2005-05-26 Thread McAfee
I have the latest versions of libjpeg, libpng, libtiff and libXpm 
installed with LD_LIBRARY_PATH set accordingly.  I also downloaded and 
installed gimpprint, and gimp-help.


After three compile attempts...

1) I still cannot save in any other format other than .xcf
2) There is still no 'file/print' menu option
3) The help-browser module still doesn't get built

Thanks for any help?

Graeme

P.S.: System:  Solaris-sparc9
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Re: still lacking plugin support??

2005-05-28 Thread McAfee

Olivier Ripoll wrote:

I have the latest versions of libjpeg, libpng, libtiff and libXpm 
installed with LD_LIBRARY_PATH set accordingly.  I also downloaded 
and installed gimpprint, and gimp-help.


After three compile attempts...

1) I still cannot save in any other format other than .xcf


Could you give us more detail, for instance:
 - are there error messages when you try to save in other formats or 
just nothing happens ?
 - launching gimp from a terminal, do you see messages printed when 
you try to save to a .png or a .jpeg ?


Yes, the Gimp error console displays the message 'Unknown file type' 
when I try to open or save any file type with an extension other than .xcf



2) There is still no 'file/print' menu option


there should be some useful information when you configure and/or make 
the gimp about missing libraries and skipped functionalities.


'configure' reported that it found libgtkhtml


3) The help-browser module still doesn't get built


you need to install gtkhtml for this (it is required on my distro to 
install some additional gnome packages IIRC)


libgtkhtml was created and installed prior to creating Gimp

The new (gimp2) "save" windows is different from the old (gimp1.x) 
one. by default, the gimp is set to save according to the file name 
you give, based on the extension. Maybe all you need to do is to type 
this extension.


See #1


Olivier.



___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] still lacking plugin support??

2005-05-28 Thread McAfee

Owen wrote:

I have the latest versions of libjpeg, libpng, libtiff and libXpm 
installed with LD_LIBRARY_PATH set accordingly.  I also downloaded and 
installed gimpprint, and gimp-help.


After three compile attempts...

1) I still cannot save in any other format other than .xcf
   

Errr, well I presume you are using Gimp-2.2 something. 
 


Yes, Gimp 2.2.6.

File->Save As->Select filetype by extension.  


If that's not there, you have something wrong?
 


It is there.


2) There is still no 'file/print' menu option
   


Well you have to have an image loaded before it will show "Print"
 


Even with a .xcf image saved then opened, there is no "print" menu option


3) The help-browser module still doesn't get built
   



Read the results of your configure, it will probably tell you why it's not 
being built, so then go install what is missing
 


config.log contains no gimpprint errors:

configure:31674: checking for gimpprint-config
configure:31692: found /usr/local/bin/gimpprint-config
configure:31705: result: /usr/local/bin/gimpprint-config
configure:31713: checking for GIMP-PRINT - version >= 4.2.0
configure:31824: gcc -o conftest -g -O2 -Wall -I/usr/local/include  
-L... -L... -lgimpprint -lm  >&5

...
config.status:1134: creating plug-ins/print/Makefile
...
ac_cv_path_GIMPPRINT_CONFIG=/usr/local/bin/gimpprint-config
...
GIMPPRINT_CFLAGS='-I/usr/local/include'
GIMPPRINT_CONFIG='/usr/local/bin/gimpprint-config'
GIMPPRINT_LIBS='-L/usr/local/lib -lgimpprint -lm'
GIMPPRINT_REQUIRED_VERSION='4.2.0'
GIMPPRINT_TOONEW_VERSION='4.3.0'
...


Owen
 


Graeme
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] still lacking plugin support??

2005-05-28 Thread McAfee

Michael Schumacher wrote:


McAfee wrote:
 


I have the latest versions of libjpeg, libpng, libtiff and libXpm
installed with LD_LIBRARY_PATH set accordingly.  I also downloaded and
installed gimpprint, and gimp-help.

After three compile attempts...

1) I still cannot save in any other format other than .xcf
2) There is still no 'file/print' menu option
3) The help-browser module still doesn't get built
   



Did you mix different versions of GIMP?
 


No. I had to do some housecleaning for these directories...
/lib
/usr/local/lib
/usr/sfw/lib
/opt/sfw/lib
...
what a mess!


I tried to delete all Gimp1.2 dependencies (without breaking anything 
else).  I seem to have been successful in that, but I may have missed 
something.  Gimp2.6 gets built and looks great with GTK but I just 
cannot determine why I cannot get it to open/save png, tiff, jpeg files, 
build the help-browser, nor print!!!


Does CUPS need to be installed for gimpprint to work (I don't think so 
but thought I'd ask)?


I'm lost here?

Thanks for any help.

Graeme
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] configure error?

2005-06-26 Thread McAfee

I recently cleaned up my system and in so doing may have jinxed it :-(

When I ran 'configure' for GIMP 2.2.6. I received the following error:

   ...
   checking for pkg-config... /usr/local/bin/pkg-config
   checking for GLIB - version >= 2.4.5... sh: gnome-config: not found
   sh: gnome-config: not found
   no
   *** Could not run GLIB test program, checking why...
   *** The test program failed to compile or link. See the file
   config.log for the
   *** exact error that occured. This usually means GLIB is incorrectly
   installed.
   configure: error: Test for GLIB failed. See the file 'INSTALL' for help.
   ...


How do I correct this? libglib-2.0.so is installed in /opt/sfw/lib and 
the LD_LIBRARY_PATH env variable is set accordingly! Neither file 
'INSTALL' nor 'config.log' is of any help.


Thanks
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Missing functionality?

2005-06-27 Thread McAfee
I finally got around to update my Gimp installation. I deleted Gimp 1.2 
and installed Gimp 2.2.6, gimpprint, and gimp-help. libjpeg, libpng, 
libtiff, libXpm and libgtkhtml are also installed.


However...
1) I cannot open/save any format other than '.xcf'. The message in the 
error console is 'Unknown file type' for any .gif, .png, .jpg, .xpm 
image I attempt to open or save with that extension.


2) There is no 'file > print' menu.

3) The help-browser module still doesn't get built

Thanks for any help.

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Missing functionality?

2005-06-28 Thread McAfee

michael chang wrote:


An Operating System and/or Distribution and install method would be nice...
 


Sorry about that...

env: Solaris9-sparc


Are you sure you installed libjpeg-dev, libpng-dev, libtiff-dev,
libXpm-dev, and libgtk-html-dev, assuming you compiled the Gimp from
source [on Linux Distributions]? 


The following libs are installed...

/usr/local/lib: libjpeg.so.62.0.0, libpng.so.3.1.2.8, libtiff.so.3.7.2, 
libgimpprint.so.1.1.3

/usr/lib: libXpm.so.4.11
/opt/sfw/lib:  libgtkhtml-2.so.0.0.0


Are you sure ./configure found those libraries (check it's output)?
 


The 'configure' script "seemed" to find them. (see attachment: config.txt)


Just a couple of thoughts.

On 6/27/05, McAfee <[EMAIL PROTECTED]> wrote:


and installed Gimp 2.2.6, gimpprint, and gimp-help. libjpeg, libpng,
libtiff, libXpm and libgtkhtml are also installed.

However...
1) I cannot open/save any format other than '.xcf'. The message in the
2) There is no 'file > print' menu.
3) The help-browser module still doesn't get built
   



This looks seriously like the GIMP can't find anything -- IIRC, the
first requires graphics libraries (and if you built from source, the
devel packages/source for them), the second would probably need
gimp-print or something or other, and the last requires a web browser
(e.g. mozilla) that the help-browser can find.

You do have GTK+ installed and upgraded also to meet the upgraded GIMP, right?
 


Yes, GTK+-2.6.4


Just my two cents.


I also noted that none of the filters seem to get built either! Sheesh!

Thanks for any help.
# ./configure --prefix=/opt/sfw
checking for a BSD-compatible install... /opt/sfw/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking for a sed that does not truncate output... /opt/sfw/bin/gsed
checking for egrep... egrep
checking for ld used by gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... 
yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... 
yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if 

Re: [Gimp-user] Missing functionality?

2005-06-29 Thread McAfee
I tried rebuilding Gimp 2.2.6. Closer inspection of the 'gmake' output 
revealed the following.

...
Making all in plug-ins
gmake[2]: Entering directory `/usr/share/src/gimp/gimp-2.2.6/plug-ins'
gmake[3]: Entering directory `/usr/share/src/gimp/gimp-2.2.6/plug-ins'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/usr/share/src/gimp/gimp-2.2.6/plug-ins'
gmake[2]: Leaving directory `/usr/share/src/gimp/gimp-2.2.6/plug-ins'
...

The plugins don't seem to get built! The 'configure' process seemed to 
locate the necessary libs (libpng, libtiff, libxpm, libgimpprint etc.) 
so why are the plugins not getting built?


I'd tweak the makefile myself but I'm not sure where.

Thanks for any help,

Graeme

Env: Solaris9-sparc
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user