Re: ANNOUNCE: GIMP 1.2.0

2001-01-02 Thread regis rampnoux


On 31-Dec-00 Garry R. Osgood wrote:

 gimp: Failed to load one of the brushes in the brush pipe
 "/usr/local/share/gimp/1.2/brushes/SketchBrush-16.gih"
 This has been observed with Silicon Graphics
 systems; add yours to the list (what is your
 platform, by the way?)

It is a FreeBSD 4.1 (I am waiting for the Cd-Rom of 4.2 before upgrading)
with an AMD K6-II 333MHz


-- 
regisr   [EMAIL PROTECTED] http://regisr.regix.com/
Le mag: http://www.regix.com/



compilation 1.1.30

2000-12-13 Thread regis rampnoux

I have always 2 trouble when compilin The Gimp:

1 - minor 
 devel-docs/pdb/Makefile
sed: ./devel-docs/pdb/Makefile.in: No such file or directory
Warning: the following files are missing in your kit:
po/Makefile.PL
po/update.sh
Please inform the author.

2 - more important!

/usr/libexec/ld-elf.so.1:
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Gimp/Lib/Lib.so:
Undefined symbol "gettext"

LibGimp-WARNING **: gimp: wire_read: unexpected EOF

Solved :
in gimp-1.1.30/plug-ins/perl/Gimp/Makefile added the -lintl option:
OTHERLDFLAGS = -lintl

Could you add it before The Gimp 1.2 ? It is only a warning but a lot of perl
scripts don't work!



-- 
regisr   [EMAIL PROTECTED] http://regisr.regix.com/
Le mag: http://www.regix.com/



trouble with The Gimp 1.1.29

2000-11-02 Thread regis rampnoux

(I hope that this message isn't sent twice)

I want to report that I found two errors with my configuration on the 1.1.29
release:


1) -lintl is missing for shared libraries version in perl
in the directory gimp-1.1.29/plug-ins/perl/Gimp I corrected the Makefile
generated:

OTHERLDFLAGS = -lintl
Is it possible to include it when 'configure' run?


2) during configure process I have the same error message than with 1.1.28:

checking for PDL support... yes
checking for PDL include path...
-I/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/PDL/Core
checking for PDL typemap...
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/PDL/Core/typemap.pdl
building embedded perl module... no
writing Gimp/Config.pm... ok
Checking if your kit is complete...
Warning: the following files are missing in your kit:
po/Makefile.PL
po/update.sh
Please inform the author.


-- 
regisr   [EMAIL PROTECTED] http://regisr.regix.com/
Le mag: http://www.regix.com/



I inform the author ;-)

2000-10-21 Thread regis rampnoux

during gimp 1.1.28 configure process:

checking for PDL support... yes
checking for PDL include path...
-I/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/PDL/Core
checking for PDL typemap...
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/PDL/Core/typemap.pdl
building embedded perl module... no
writing Gimp/Config.pm... ok
Checking if your kit is complete...
Warning: the following files are missing in your kit:
po/Makefile.PL
po/update.sh
Please inform the author.




-- 
regisr   [EMAIL PROTECTED] http://www.regix.com/
http://www.regix.com/info/junk.shtml   internet sans pub ni spams!



Re: Print plug-in

2000-02-02 Thread regis rampnoux


On 02-Feb-00 Robert L Krawitz wrote:

 Why, FROM THE STANDPOINT OF USERS WHO WANT ALL THEIR APPS TO WORK THE
 SAME, should the Gimp work different from their other apps?

I want a real, stable solution that I can use! :-)))

When I upgrade a library I don't want have to upgrade a lot of others libraries
(and when libraries are shared beetwen a lot of programs, there is a risk that
some can't run or can't compile.

When I read the requirements for gnome I see a lot of libraries. I known that
it is better than every programmer don't waste time in rewriting the same
functions (I known a programmer who rewrote "atoi" in each main program!).

If it is possible to do the same thing with utilities like "printing" this will
be nice.

The only same thing that I want be the same are the shortcuts for "Quit",
"Open", "Close". If the window to choose the file is the same this will be
nice. 




---
regisr   [EMAIL PROTECTED] http://www.regix.com/



Re: Colormanagement

2000-01-30 Thread regis rampnoux


On 30-Jan-00 Robert L Krawitz wrote:
 We're looking into this stuff a bit on gimp-print.  If anyone here has
 real expertise in this area, we'd like to have you join the gimp-print
 project if you'd like.  Look on sourceforge.net; the project name is
 gimp-print.

There is another project: scarse, but I can't reache the web server any more...
http://ohm.phys.ualberta/scarse/


---
regisr   [EMAIL PROTECTED] http://www.regix.com/



Compile problems and workarounds

2000-01-20 Thread regis rampnoux

Hello,

I have fews problems to compile The Gimp 1.1.15 under FreeBSD 3.3.
I found workarounds but I don't known why I must use them!
I have gettext but troubles with the value of INTLIBS and problems with perl
plug-ins and helpbrowser. 

I have put my changes on the following page:
http://www.regix.com/regisr/hints.html#gimp

Thanks for any ideas to fix it




---
regisr   [EMAIL PROTECTED] http://www.regix.com/



1.1.14 was RE: Ridiculous dependancies for a *HELP BROWSER*

1999-12-19 Thread regis rampnoux


On 17-Dec-99 Ben Gertzfield wrote:
 Guys, I strongly suggest that libgtkxmhtml *NOT* be used for
 the help browser.

I have some problems too:
1) configure don't work for xmhtmlk (see the diff result)
2) I have warningw when I launch the gimp
and one item in my wish list:
that the developpers correct the source code of plug-ins to reduce the number
of warnings: I don't known if there are importants or not: (variable not used,
not initialised, long instead int etc.)
I known that often it is not really errors but it is not clean (yes, it is a
beta release, I known this too ;-)

And I thank all developpers and testers.
Happy Xmas and New Year (without bugs) to every one.

 

I needed to modify configure for the helpbrowser...
to add some libraries (Xpm jpeg png z gtk gdk)
(I launch ./configure --disable-nls  
the libraries are in "standard" directories)

% diff -c configure configure.orig
*** configure   Sat Dec 18 22:18:41 1999
--- configure.orig  Fri Dec 17 22:45:34 1999
***
*** 7458,7464 
echo $ac_n "(cached) $ac_c" 16
  else
ac_save_LIBS="$LIBS"
! LIBS="-lgtkxmhtml  $LIBS -L/usr/X11R6/lib -lXpm -L/usr/local/lib -ljpeg -lpng
-lz -lgtk -lgdk"
  cat  conftest.$ac_ext EOF
  #line 7464 "configure"
  #include "confdefs.h"
--- 7458,7464 
echo $ac_n "(cached) $ac_c" 16
  else
ac_save_LIBS="$LIBS"
! LIBS="-lgtkxmhtml  $LIBS"
  cat  conftest.$ac_ext EOF
  #line 7464 "configure"
  #include "confdefs.h"
***
*** 7487,7493 
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 16
GTKXMHTML_CFLAGS=$GLIB_CFLAGS
! GTKXMHTML_LIBS="$GLIB_LIBS -lgtkxmhtml -L/usr/X11R6/lib -lXpm
-L/usr/local/lib -ljpeg -lpng -lz -lgtk -lgdk"
  HELPBROWSER=helpbrowser
  else
echo "$ac_t""no" 16
--- 7487,7493 
  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 16
GTKXMHTML_CFLAGS=$GLIB_CFLAGS
! GTKXMHTML_LIBS="$GLIB_LIBS -lgtkxmhtml"
  HELPBROWSER=helpbrowser
  else
echo "$ac_t""no" 16
 === end of diff 

When I launch "The Gimp" I have the following errors messages:
% gimp
Message: Passed serialization test


** WARNING **: removing duplicate PDB procedure "perl_fu_center_layer"

** WARNING **: removing duplicate PDB procedure "perl_fu_layer_to_image_size"

** WARNING **: removing duplicate PDB procedure "perl_fu_windify"







---
regisr   [EMAIL PROTECTED] http://www.regix.com/