Re: [Gimp-user] Help to Write How To Compile the GIMP Stable Tarball

2002-02-12 Thread Tom . Williams

Wow I'm building gimp-1.2.3 on Linux (2.4.14 kernel, glibc-2.2.5, gcc-3.0.3, glib/gtk+-1.2.10) right now. :(  About the ONLY bit of info I can contribute is building with the --enable-ansi configure option does NOT work as it causes compile problems with the signal handling code in GDK (I think).  I won't be able to participate in this compile party, but I would like to contribute that info. :)

I tend to keep my ssytem fairly up-to-date so I don't have a lot of problems with missing libs (outside of NOT having the Parse:Descent Perl module installed which prevents Scheme support).

Peace..

Tom

My DVD Collection 






Carol Spears [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
02/12/02 09:20 AM


To:[EMAIL PROTECTED], [EMAIL PROTECTED], GIMPi [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
cc:
Subject:[Gimp-user] Help to Write How To Compile the GIMP Stable Tarball


Hi!

Jeff Trefftz and I are planning a compile party for Friday, 1PM EST,
(my time). Here is a link to a world clock for that day and time:
http://www.timeanddate.com/worldclock/fixedtime.html?day=15month=2year=2002hour=13min=0sec=0p1=77

It is to be an irc party (irc.gimp.org, #gimp) and the plan is to
compile the new GIMP tar-ball on as many different distributions which
are in as many states of cruftiness as possible so that the How To can
thoroughly cover an installation.

I had been using the gimp-1.2-dev deb for a few months when I compiled a
GIMP again. I found out that I didn't have the mpeg library installed.
So, obviously, I didn't need it, but I used to be very proud of having a
fully loaded GIMP. Even now, I have yet to add the python module to
it

So, if you are around on Friday (or Saturday Adelaide time) and would
like to contribute to writing this GIMP How To, please feel humbly
invited to our party ...

carol
[EMAIL PROTECTED]

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user




Re: [Gimp-user] Help to Write How To Compile the GIMP Stable Tarball

2002-02-12 Thread John Culleton

On Tuesday 12 February 2002 12:20, Carol Spears wrote:
 Hi!

 Jeff Trefftz and I are planning a compile party for Friday, 1PM
 EST, (my time). 

If I can be useful I don't mind trying the new version out on my 
machine 
Slacware 8) and reporting the results. I do mind being bound to a 
particular 
time to do it. And I don't use IRC nor do I plan to. So if you need a 
tester
I volunteer, but I don't volunteer to do it via a chat room. 

John Culleton
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Help to Write How To Compile the GIMP Stable Tarball

2002-02-12 Thread John Beppu

[  date  ] 2002/02/12 | Tuesday | 09:51 AM
[ author ] Tom Williams [EMAIL PROTECTED] 

 I tend to keep my ssytem fairly up-to-date so I don't have a lot of 
 problems with missing libs (outside of NOT having the Parse:Descent Perl 
 module installed which prevents Scheme support).

What's this about not having Parse::RecDescent preventing Scheme from
working?  Can someone clue me in?

FYI, Parse::RecDescent can be automagically installed using 
the following one-liner:

perl -MCPAN -e 'install Parse::RecDescent'

If you want to manually install it, it can be downloaded from:

http://search.cpan.org/search?dist=Parse-RecDescent

and installation is just a matter of untarring it and doing:

perl *PL
make
make test
make install# as root


--beppu

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Help to Write How To Compile the GIMP Stable Tarball

2002-02-12 Thread Tom . Williams

Sorry for the false alarm. Here is the EXACT warning message I get:

invoking perl for configuration...
checking for PDL support... yes
checking for PDL include path... -I/usr/lib/perl5/site_perl/5.6.1/i586-linux/PDL/Core
checking for PDL typemap... /usr/lib/perl5/site_perl/5.6.1/i586-linux/PDL/Core/typemap.pdl

NOTICE: Parse::RecDescent not found, scm2perl, the Scheme-Perl
translator, will not work. This is normally not a problem, since
it is quite unimportant for most people.

building embedded perl module... no
writing Gimp/Config.pm... ok
Checking if your kit is complete...
Looks good

So the Scheme to Perl translator is what will NOT work and Scheme support WILL work.  Sorry for misleading you :)

Peace..

Tom

My DVD Collection 






John Beppu [EMAIL PROTECTED]
02/12/02 03:46 PM


To:[EMAIL PROTECTED]
cc:[EMAIL PROTECTED]
Subject:Re: [Gimp-user] Help to Write How To Compile the GIMP Stable Tarball


[ date ] 2002/02/12 | Tuesday | 09:51 AM
[ author ] Tom Williams [EMAIL PROTECTED] 

 I tend to keep my ssytem fairly up-to-date so I don't have a lot of 
 problems with missing libs (outside of NOT having the Parse:Descent Perl 
 module installed which prevents Scheme support).

What's this about not having Parse::RecDescent preventing Scheme from
working? Can someone clue me in?

FYI, Parse::RecDescent can be automagically installed using 
the following one-liner:

  perl -MCPAN -e 'install Parse::RecDescent'

If you want to manually install it, it can be downloaded from:

  http://search.cpan.org/search?dist=Parse-RecDescent

and installation is just a matter of untarring it and doing:

  perl *PL
  make
  make test
  make install  # as root


--beppu





Re: [Gimp-user] Help to Write How To Compile the GIMP Stable Tarball

2002-02-12 Thread Tom . Williams

I think I sent a blank message earlier, so here is a re-send.

Sorry for the confusion about the Scheme support as related to the Parse::Descent Perl module. Here is the EXACT message I get from the configure script:

invoking perl for configuration...
checking for PDL support... yes
checking for PDL include path... -I/usr/lib/perl5/site_perl/5.6.1/i586-linux/PDL/Core
checking for PDL typemap... /usr/lib/perl5/site_perl/5.6.1/i586-linux/PDL/Core/typemap.pdl

NOTICE: Parse::RecDescent not found, scm2perl, the Scheme-Perl
translator, will not work. This is normally not a problem, since
it is quite unimportant for most people.

building embedded perl module... no
writing Gimp/Config.pm... ok
Checking if your kit is complete...
Looks good

So it looks like Scheme WILL be support but the Scheme to Perl translator will not work. Sorry for misleading you guys :)

Peace

Tom


My DVD Collection 






John Beppu [EMAIL PROTECTED]
02/12/02 03:46 PM


To:[EMAIL PROTECTED]
cc:[EMAIL PROTECTED]
Subject:Re: [Gimp-user] Help to Write How To Compile the GIMP Stable Tarball


[ date ] 2002/02/12 | Tuesday | 09:51 AM
[ author ] Tom Williams [EMAIL PROTECTED] 

 I tend to keep my ssytem fairly up-to-date so I don't have a lot of 
 problems with missing libs (outside of NOT having the Parse:Descent Perl 
 module installed which prevents Scheme support).

What's this about not having Parse::RecDescent preventing Scheme from
working? Can someone clue me in?

FYI, Parse::RecDescent can be automagically installed using 
the following one-liner:

  perl -MCPAN -e 'install Parse::RecDescent'

If you want to manually install it, it can be downloaded from:

  http://search.cpan.org/search?dist=Parse-RecDescent

and installation is just a matter of untarring it and doing:

  perl *PL
  make
  make test
  make install  # as root


--beppu