[ptx] libpano12-cvs: make error under cygwin

Gerhard Gaussling ggrubbish at web.de
Sun Nov 14 23:25:29 GMT 2004


Hello Doug,

To add additional information:

Am Sonntag 14 November 2004 22:29 schrieb Gerhard Gaussling:
> > > gcc: fork: Permission denied
> >
> > which version of gcc is cygwin running? fork errors are normally
> > compiler errors, trying to fork a separate process ie the
> > assembler, not permissions in the source directories.
>
> AFAIR it's gcc 3.3.3, but I'll look into that later. I tried to
> compile as normal user, because I don't know how to login as root or
> administrator in cygwin. AFAIK su doesn't work on cygwin, also chmod
> and some other stuff aren't behave like on linux :-( .
>
> > > [snip]

$ gcc --version
gcc (GCC) 3.3.3 (cygwin special)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is 
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE.

I installed a new cygwin environment with the source of the current 
release from Friday. I had to reboot the machine - that's 
all ;-( | ;-) , but there's somthing else wrong again:

$ make
[snip]
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/include/ 
-DHasJava -I/usr
/include -DHasJPEG -I/usr/include -DHasPNG -I/usr/include -DHasTIFF 
-I/usr/inclu
de -DHasZLIB -g -O2 -MT PTDialogs.lo -MD -MP -MF .deps/PTDialogs.Tpo -c 
PTDialog
s.c  -DPIC -o .libs/PTDialogs.o
In file included from PTDialogs.c:35:
sys_x11.h:23:26: libgimp/gimp.h: No such file or directory
sys_x11.h:24:21: gtk/gtk.h: No such file or directory
In file included from PTDialogs.c:35:
sys_x11.h:34: error: parse error before "GtkWidget"
sys_x11.h:34: warning: no semicolon at end of struct or union
sys_x11.h:35: warning: data definition has no type or storage class
sys_x11.h:42: error: parse error before '*' token

[snip]

sys_x11.h:72: error: parse error before '* token
PTDialogs.c: In function `SetRemapPrefs':

[snip... nearly every line in PTDialogs.c is affected]

PTDialogs.c:886: error: invalid type argument of `->'
make[2]: *** [PTDialogs.lo] Error 1
make[2]: Leaving directory `/home/Illustration/src/libpano'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Illustration/src/libpano'
make: *** [all] Error 2

Illustration at xp-pro ~/src/libpano
$ 

So, we may have to look into that?

regards

Gerhard


More information about the ptX mailing list