Re: R: [Gimp-developer] Error compiling gimp 2.3.3 with mingw on winxp

2005-09-15 Thread pmagnoli
Hi, thanks for your help, I commented out the #include_next thing in
d:/mingw/include/unistd.h (don't know if it is the right way ...) and it
compiled fine with:
./configure --disable-print --disable-python --prefix=/d/gimp233

Now, do you know how to make it print in windows?
Also is python scripting supported on windows?
Best regards

paolo



There must be something broken in your mingw installation. I have
never seen that message myself, but some googling leads me to believe
it is related to the #include_next directive? Does your unistd.h (the
file d:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/unistd.h,
i.e. d:/mingw/include/unistd.h) on line 13 have an #include_next
directive? (That's funny, as I too have gcc 3.4.2, but my unistd.h
does not contain any #include_next.)

If you can't find any other solution, my suggestion is removing all of
mingw and re-install...

--tml


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


Re: R: [Gimp-developer] Error compiling gimp 2.3.3 with mingw on winxp

2005-09-15 Thread michael chang
On 9/15/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hi, thanks for your help, I commented out the #include_next thing in
 d:/mingw/include/unistd.h (don't know if it is the right way ...) and it
 compiled fine with:
 ./configure --disable-print --disable-python --prefix=/d/gimp233
 
 Now, do you know how to make it print in windows?

You have to be able to compile the files that are compiled when
./configure is run with --enable-print.  I believe Gutenprint may
help; but I'm not sure (not even close).

 Also is python scripting supported on windows?

AFAIK, It's doable, although it will be easier (afaik, meaning that it
might be in the binaries) in the final 2.4 release -- try checking the
archives (a success with gimp 2.3.3 + win + python is there
somewhere).

-- 
~Mike
 - Just my two cents
 - No man is an island, and no man is unable.
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer