[bug-pcl] compiling imposible

Stefan Kemper stefan.kemper at artifex.com
Fri Feb 4 08:53:47 PST 2005


make CYGWIN=TRUE
make install

This will build without x11 and without treads.  Almost nobody uses the 
asyncronous device that needs treads. 

Mark te Dorsthorst wrote:

> Hello!
> I am not able to compile ghostpcl on my Linuxbox.
> Ist a debian linux (sarge), an I always get the following 
> Errormessages, after the
> command "make product".
> The Linuxbox has no X11 running, and I only need conversion from pcl5e 
> to Postscript.
> Then I will either convert with ps2pdf to pdf files, or directly print 
> with ghostscript on
> diffrent printerdevices, such as HPdeskJet880, or HPdeskJet690.
> Please help!
>
> ../gs/src/gdevx.c:227: Warnung: Elementüberschreitung in 
> Skalar-Initialisierung
> ../gs/src/gdevx.c:227: Warnung: (nahe der Initialisierung für 
> »gs_x11alpha_device«)
> ../gs/src/gdevx.c:227: Warnung: data definition has no type or storage 
> class
> ../gs/src/gdevx.c: In Funktion »x_open«:
> ../gs/src/gdevx.c:255: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:255: error: (Each undeclared identifier is reported 
> only once
> ../gs/src/gdevx.c:255: error: for each function it appears in.)
> ../gs/src/gdevx.c:255: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c: In Funktion »x_close«:
> ../gs/src/gdevx.c:268: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:268: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c: In Funktion »x_get_initial_matrix«:
> ../gs/src/gdevx.c:279: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:279: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c: In Funktion »x_sync«:
> ../gs/src/gdevx.c:297: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:297: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c: Auf höchster Ebene:
> ../gs/src/gdevx.c:306: error: Fehler beim Parsen before '*' token
> ../gs/src/gdevx.c:307: Warnung: function declaration isn't a prototype
> ../gs/src/gdevx.c: In Funktion »gdev_x_send_event«:
> ../gs/src/gdevx.c:311: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:313: error: `msg' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c: In Funktion »x_output_page«:
> ../gs/src/gdevx.c:324: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:324: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c: In Funktion »x_fill_rectangle«:
> ../gs/src/gdevx.c:348: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:348: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c:354: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c: In Funktion »x_copy_mono«:
> ../gs/src/gdevx.c:402: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:402: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c:456: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c:458: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c:493: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c:497: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c: In Funktion »free_cp«:
> ../gs/src/gdevx.c:528: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:528: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c: Auf höchster Ebene:
> ../gs/src/gdevx.c:543: error: Fehler beim Parsen before '*' token
> ../gs/src/gdevx.c:545: Warnung: function declaration isn't a prototype
> ../gs/src/gdevx.c: In Funktion »x_copy_image«:
> ../gs/src/gdevx.c:546: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:554: error: `h' undeclared (first use in this function)
> ../gs/src/gdevx.c:554: error: `w' undeclared (first use in this function)
> ../gs/src/gdevx.c:555: error: `sourcex' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:556: error: `base' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:566: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c:567: error: `x' undeclared (first use in this function)
> ../gs/src/gdevx.c:567: error: `y' undeclared (first use in this function)
> ../gs/src/gdevx.c:574: error: `raster' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c: In Funktion »x_copy_color«:
> ../gs/src/gdevx.c:593: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:593: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c: In Funktion »x_get_page_device«:
> ../gs/src/gdevx.c:611: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c: In Funktion »x_strip_tile_rectangle«:
> ../gs/src/gdevx.c:621: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:621: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c:659: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c:679: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c:680: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c: In Funktion »x_begin_typed_image«:
> ../gs/src/gdevx.c:707: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:707: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c: In Funktion »x_get_bits_rectangle«:
> ../gs/src/gdevx.c:781: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:781: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c: In Funktion »set_tile«:
> ../gs/src/gdevx.c:973: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:973: error: Fehler beim Parsen before ')' token
> ../gs/src/gdevx.c:992: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c: Auf höchster Ebene:
> ../gs/src/gdevx.c:1029: error: Fehler beim Parsen before '*' token
> ../gs/src/gdevx.c:1030: Warnung: function declaration isn't a prototype
> ../gs/src/gdevx.c: In Funktion »update_init«:
> ../gs/src/gdevx.c:1031: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c: Auf höchster Ebene:
> ../gs/src/gdevx.c:1038: error: Fehler beim Parsen before '*' token
> ../gs/src/gdevx.c:1039: Warnung: function declaration isn't a prototype
> ../gs/src/gdevx.c: In Funktion »update_do_flush«:
> ../gs/src/gdevx.c:1040: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c: Auf höchster Ebene:
> ../gs/src/gdevx.c:1076: error: Fehler beim Parsen before '*' token
> ../gs/src/gdevx.c:1077: Warnung: function declaration isn't a prototype
> ../gs/src/gdevx.c: In Funktion »x_update_add«:
> ../gs/src/gdevx.c:1078: error: `xo' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:1078: error: `w' undeclared (first use in this function)
> ../gs/src/gdevx.c:1078: error: `yo' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:1078: error: `h' undeclared (first use in this function)
> ../gs/src/gdevx.c:1080: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c:1119: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c:1120: Warnung: left-hand operand of comma expression 
> has no effect
> ../gs/src/gdevx.c: Auf höchster Ebene:
> ../gs/src/gdevx.c:1128: error: Fehler beim Parsen before '*' token
> ../gs/src/gdevx.c:1129: Warnung: function declaration isn't a prototype
> ../gs/src/gdevx.c: In Funktion »do_flush_text«:
> ../gs/src/gdevx.c:1130: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c: In Funktion »x_bbox_init_box«:
> ../gs/src/gdevx.c:1140: error: Fehler beim Parsen before "const"
> ../gs/src/gdevx.c:1142: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c: In Funktion »x_bbox_get_box«:
> ../gs/src/gdevx.c:1148: error: Syntaxfehler before '*' token
> ../gs/src/gdevx.c:1150: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c: In Funktion »x_bbox_add_rect«:
> ../gs/src/gdevx.c:1158: error: Fehler beim Parsen before "const"
> ../gs/src/gdevx.c:1161: error: `xdev' undeclared (first use in this 
> function)
> ../gs/src/gdevx.c: Auf höchster Ebene:
> ../gs/src/gdevx.h:27: Warnung: array `gdev_x_resources' assumed to 
> have one element
> ../gs/src/gdevx.h:29: Warnung: array `gdev_x_fallback_resources' 
> assumed to have one element
> make[2]: *** [obj/gdevx.o] Fehler 1
> make[2]: Leaving directory `/root/ghostpcl_1.40/main'
> make[1]: *** [obj/ldgs.tr] Fehler 2
> make[1]: Leaving directory `/root/ghostpcl_1.40/main'
> make: *** [product] Fehler 2
> Mark
>
>------------------------------------------------------------------------
>
>_______________________________________________
>bug-pcl mailing list
>bug-pcl at ghostscript.com
>http://www.ghostscript.com/mailman/listinfo/bug-pcl
>  
>



More information about the bug-pcl mailing list