Re: [Gimp-developer] Re: Compiling problem with Gimp 2.3.9 in FreeBSD 6.1

2006-07-06 Thread Haarald Sinihammas

Hello!

Many thanks for answers!

Maybe some day i try cvs source compiling again.
Now i have successfully compiled  working gimp from  devel release -
2.3.10 are nice. Thanks, Tim, i think i should read more announcements :)


With best regards,
Haarald
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Re: Compiling problem with Gimp 2.3.9 in FreeBSD 6.1

2006-07-06 Thread Sven Neumann
Hi,

On Thu, 2006-07-06 at 10:22 +0300, Haarald Sinihammas wrote:

> If i get full source from cvs then i have trouble with autogen.sh -
> okay, lets using aclocal19 and so on.

You should use autogen.sh. If you want to specify a particular binary to
use instead of aclocal, you can do that by setting the appropriate
environment variables:

  ACLOCAL=aclocal19 ./autogen.sh


Sven


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


Re: [Gimp-developer] Re: Compiling problem with Gimp 2.3.9 in FreeBSD 6.1

2006-07-06 Thread Tim Mooney

In regard to: Re: [Gimp-developer] Re: Compiling problem with Gimp 2.3.9 in...:


Hello!

After last night and today "hacking" i now stuck again.
If i update from cvs original gimp-2.3.9 (thank you for help, Tim :)), then
anyway this don't work (cvs refuse update some files).
If i get full source from cvs then i have trouble with autogen.sh - okay,
lets using aclocal19 and so on.
But if i run automake19 -a, then i got:

   configure.in:67: required file `config.h.in' not found


I'm not sure why this is happening for you, but if you're having trouble
with CVS, perhaps you should try the 2.3.10 development snapshot?

Tim
--
Tim Mooney  [EMAIL PROTECTED]
Information Technology Services (701) 231-1076 (Voice)
Room 242-J6, IACC Building  (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Re: Compiling problem with Gimp 2.3.9 in FreeBSD 6.1

2006-07-06 Thread Haarald Sinihammas
Hello!After last night and today "hacking" i now stuck again.If i update from cvs original gimp-2.3.9 (thank you for help, Tim :)), then anyway this don't work (cvs refuse update some files).If i get full source from cvs then i have trouble with 
autogen.sh - okay, lets using aclocal19 and so on.But if i run automake19 -a, then i got:    configure.in:67: required file `config.h.in' not foundWhat program must make this 
config.h.in or how i get it?Maybe somebody can post working configure script for cvs source?With best regards and thanks anybody in advance,Haarald
On 7/5/06, Tim Mooney <[EMAIL PROTECTED]> wrote:
In regard to: [Gimp-developer] Re: Compiling problem with Gimp 2.3.9 in...:> On 7/1/06, Haarald Sinihammas <[EMAIL PROTECTED]> wrote: Well, now i can post exact info:
 Configure command is:>> ./configure LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include/>> CPPFLAGS=-I/usr/local/include/ if i doing gmake, then i get for last:
  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DXTHREADS -DXUSE_MTSAFE_API>> -I/usr/local/include/atk- 1.0 -I/usr/local/include/cairo>> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-
2.0/include>> -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include>> -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include>> -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include
>> -DG_LOG_DOMAIN=\"LibGimp\" -D_REENTRANT -I/usr/local/include/glib->> 2.0-I/usr/local/lib/glib->> 2.0/include -I/usr/local/include/ -DGIMP_DISABLE_DEPRECATED>> -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
>> -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED>> -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -I/usr/local/include/ -Wall -MT>> gimp.lo -MD -MP -MF .deps/gimp.Tpo -c 
gimp.c  -fPIC -DPIC -o .libs/gimp.o>> gimp.c: In function `gimp_main':>> gimp.c:340: error: `SIGBUS' undeclared (first use in this function)>> gimp.c:340: error: (Each undeclared identifier is reported only once
>> gimp.c:340: error: for each function it appears in.)>> gimp.c:349: error: `SA_RESTART' undeclared (first use in this function)>> gimp.c: In function `gimp_extension_process':I tried to respond earlier, but got a bounce.
Seehttp://bugzilla.gnome.org/show_bug.cgi?id=344203It's marked as fixed in CVS.Tim--Tim Mooney  
[EMAIL PROTECTED]Information Technology Services (701) 231-1076 (Voice)Room 242-J6, IACC Building  (701) 231-8541 (Fax)North Dakota State University, Fargo, ND 58105-5164
___Gimp-developer mailing listGimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Re: Compiling problem with Gimp 2.3.9 in FreeBSD 6.1

2006-07-05 Thread Tim Mooney

In regard to: [Gimp-developer] Re: Compiling problem with Gimp 2.3.9 in...:


On 7/1/06, Haarald Sinihammas <[EMAIL PROTECTED]> wrote:


Well, now i can post exact info:

Configure command is:
./configure LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include/
CPPFLAGS=-I/usr/local/include/

if i doing gmake, then i get for last:

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DXTHREADS -DXUSE_MTSAFE_API
-I/usr/local/include/atk- 1.0 -I/usr/local/include/cairo
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include
-DG_LOG_DOMAIN=\"LibGimp\" -D_REENTRANT -I/usr/local/include/glib- 
2.0-I/usr/local/lib/glib-

2.0/include -I/usr/local/include/ -DGIMP_DISABLE_DEPRECATED
-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -I/usr/local/include/ -Wall -MT
gimp.lo -MD -MP -MF .deps/gimp.Tpo -c gimp.c  -fPIC -DPIC -o .libs/gimp.o
gimp.c: In function `gimp_main':
gimp.c:340: error: `SIGBUS' undeclared (first use in this function)
gimp.c:340: error: (Each undeclared identifier is reported only once
gimp.c:340: error: for each function it appears in.)
gimp.c:349: error: `SA_RESTART' undeclared (first use in this function)
gimp.c: In function `gimp_extension_process':


I tried to respond earlier, but got a bounce.

See

http://bugzilla.gnome.org/show_bug.cgi?id=344203

It's marked as fixed in CVS.

Tim
--
Tim Mooney  [EMAIL PROTECTED]
Information Technology Services (701) 231-1076 (Voice)
Room 242-J6, IACC Building  (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer