From: Molly Berning-O'n. <mo...@lo...> - 2012-10-19 22:03:37
|
I downloaded the gutenprint software and tried to use the HP laserjet 1200 series driver, but my printer stopped being able to print envelopes. Is there some way to fix this? -- This e-mail may contain privileged and/or confidential information intended only for the use of the addressee. If you are not the addressee, or the person responsible for delivering it to the addressee, you may not copy or deliver this to anyone else. You are hereby notified that any dissemination or copying of this e-mail is strictly prohibited. If you received this e-mail by mistake, please immediately notify us by telephone and delete the e-mail from your computer. Thank you. Molly Berning- O'Neill Liberty O'Neill and Bibbens 1590 E. Grant Road Tucson, AZ 85719 (520)322-9003 telephone (520)322-9025 facsimile mo...@lo... <Na...@lo...> |
From: Robert K. <rl...@al...> - 2012-10-20 00:39:54
|
On Fri, 19 Oct 2012 14:34:46 -0700, Molly Berning-O'neill wrote: > I downloaded the gutenprint software and tried to use the HP laserjet > 1200 series driver, but my printer stopped being able to print > envelopes. Is there some way to fix this? What happens when you attempt to print envelopes? -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Rahmadi T. <mad...@ya...> - 2012-10-21 12:41:17
|
Hi All, I got a weird problem that I've never seen before even though I've been using Gutenprint for quite some time. I use Epson Stylus Photo R230 for my personal experiment with Gutenprint. And I install Gutenprint on Ubuntu 11.10. Previously, I used Gutenprint 5.2.6,then it's just today that I started using 5.2.9 because I was hoping that my issue could be solved (in fact not). So, I'm trying to print to some lines to a file that I want to create on the Desktop. I put these lines: FILE *file; file = fopen ("/home/rahmadi/Desktop/out.lis", "a+"); if (file != NULL) { fprintf (file, "Writing test to a file"); } fclose (file); inside the function static int escp2_print_page(stp_vars_t *v, stp_image_t *image) from print-escp2.c. I usually recompile the entire source code and I restart CUPS. Then, I print an image using GIMP. Normally, I could get the file out.lis being created on the Desktop. So, a long time ago, even when I tried this with Ubuntu 10.10, it could work just fine. The file is created on the Desktop and the string is written properly inside. Lately, I've been trying to do the same thing, but I couldn't get the file created on the Desktop. When I tried to open the CUPS Printer setup GUI, do a right click on the printer, and print a test page, I got the following error message: /usr/lib/cups/filter/rastertogutenprint.5.2 failed And when I enabled debugging, I got the following logged message: D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients" D [21/Oct/2012:08:35:40 -0400] cupsdReadClient: 14 POST / HTTP/1.1 D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy" D [21/Oct/2012:08:35:40 -0400] cupsdAuthorize: No authentication data provided. D [21/Oct/2012:08:35:40 -0400] cupsdReadClient: 14 1.1 Get-Jobs 1 D [21/Oct/2012:08:35:40 -0400] Get-Jobs ipp://localhost/printers/ D [21/Oct/2012:08:35:40 -0400] [Job 25] Loading attributes... D [21/Oct/2012:08:35:40 -0400] Returning IPP successful-ok for Get-Jobs (ipp://localhost/printers/) from localhost D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients" D [21/Oct/2012:08:35:40 -0400] cupsdReadClient: 14 POST / HTTP/1.1 D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy" D [21/Oct/2012:08:35:40 -0400] cupsdAuthorize: No authentication data provided. D [21/Oct/2012:08:35:40 -0400] cupsdReadClient: 14 1.1 Get-Jobs 1 D [21/Oct/2012:08:35:40 -0400] Get-Jobs ipp://localhost/printers/ D [21/Oct/2012:08:35:40 -0400] [Job 15] Loading attributes... D [21/Oct/2012:08:35:40 -0400] [Job 16] Loading attributes... D [21/Oct/2012:08:35:40 -0400] [Job 17] Loading attributes... D [21/Oct/2012:08:35:40 -0400] [Job 18] Loading attributes... D [21/Oct/2012:08:35:40 -0400] [Job 19] Loading attributes... D [21/Oct/2012:08:35:40 -0400] [Job 20] Loading attributes... D [21/Oct/2012:08:35:40 -0400] [Job 21] Loading attributes... D [21/Oct/2012:08:35:40 -0400] [Job 22] Loading attributes... D [21/Oct/2012:08:35:40 -0400] [Job 23] Loading attributes... D [21/Oct/2012:08:35:40 -0400] [Job 24] Loading attributes... D [21/Oct/2012:08:35:40 -0400] Returning IPP successful-ok for Get-Jobs (ipp://localhost/printers/) from localhost D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients" D [21/Oct/2012:08:35:40 -0400] cupsdReadClient: 14 GET /admin/conf/cupsd.conf HTTP/1.1 D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy" D [21/Oct/2012:08:35:40 -0400] cupsdAuthorize: No authentication data provided. D [21/Oct/2012:08:35:40 -0400] cupsdIsAuthorized: username="" D [21/Oct/2012:08:35:40 -0400] cupsdSendHeader: 14 WWW-Authenticate: Basic realm="CUPS", trc="y" D [21/Oct/2012:08:35:40 -0400] cupsdCloseClient: 14 D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients" D [21/Oct/2012:08:35:40 -0400] cupsdAcceptClient: 14 from localhost (Domain) D [21/Oct/2012:08:35:40 -0400] cupsdReadClient: 14 GET /admin/conf/cupsd.conf HTTP/1.1 D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy" D [21/Oct/2012:08:35:40 -0400] cupsdAuthorize: Authorized as rahmadi using PeerCred D [21/Oct/2012:08:35:40 -0400] cupsdIsAuthorized: username="rahmadi" D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients" D [21/Oct/2012:08:35:40 -0400] cupsdReadClient: 14 GET /admin/conf/cupsd.conf HTTP/1.1 D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy" D [21/Oct/2012:08:35:40 -0400] cupsdAuthorize: Authorized as rahmadi using PeerCred D [21/Oct/2012:08:35:40 -0400] cupsdIsAuthorized: username="rahmadi" D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients" D [21/Oct/2012:08:35:40 -0400] cupsdReadClient: 14 GET /admin/conf/cupsd.conf HTTP/1.1 D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy" D [21/Oct/2012:08:35:40 -0400] cupsdAuthorize: Authorized as rahmadi using PeerCred D [21/Oct/2012:08:35:40 -0400] cupsdIsAuthorized: username="rahmadi" D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients" D [21/Oct/2012:08:35:40 -0400] cupsdReadClient: 14 PUT /admin/conf/cupsd.conf HTTP/1.1 D [21/Oct/2012:08:35:40 -0400] cupsdSetBusyState: newbusy="Active clients", busy="Not busy" D [21/Oct/2012:08:35:40 -0400] cupsdAuthorize: Authorized as rahmadi using PeerCred D [21/Oct/2012:08:35:40 -0400] cupsdIsAuthorized: username="rahmadi" I [21/Oct/2012:08:35:40 -0400] Installing config file "/etc/cups/cupsd.conf"... D [21/Oct/2012:08:35:41 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Active clients" D [21/Oct/2012:08:35:41 -0400] cupsdCloseClient: 14 D [21/Oct/2012:08:35:41 -0400] cupsdSetBusyState: newbusy="Not busy", busy="Not busy" E [21/Oct/2012:08:35:41 -0400] Unknown directive JobPrivateAccess on line 88. E [21/Oct/2012:08:35:41 -0400] Unknown directive JobPrivateValues on line 89. E [21/Oct/2012:08:35:41 -0400] Unknown directive SubscriptionPrivateAccess on line 90. E [21/Oct/2012:08:35:41 -0400] Unknown directive SubscriptionPrivateValues on line 91. W [21/Oct/2012:08:35:42 -0400] failed to AddProfile: org.freedesktop.ColorManager.Failed:profile object path '/org/freedesktop/ColorManager/profiles/EPSON_Stylus_Photo_R230_Gray__' has already been added W [21/Oct/2012:08:35:42 -0400] failed to AddProfile: org.freedesktop.ColorManager.Failed:profile object path '/org/freedesktop/ColorManager/profiles/EPSON_Stylus_Photo_R230_RGB__' has already been adde Additionally, if I remove the lines that print the string to the file, Gutenprint could print the test page normally.So, does anyone have any idea on what's happening here? Thank you. Kind regards, * Keep dreaming- Keep praying - Keep fighting* Rahmadi Trimananda |
From: Robert K. <rl...@al...> - 2012-10-21 13:35:56
|
On Sun, 21 Oct 2012 20:40:58 +0800 (SGT), Rahmadi Trimananda wrote: > --===============2859875362007418123== > Content-Type: multipart/alternative; > boundary="-1901673337-192367398-1350823258=:57815" > > ---1901673337-192367398-1350823258=:57815 > Content-Type: text/plain; charset=iso-8859-1 > Content-Transfer-Encoding: quoted-printable > > Hi All, > > I got a weird problem that I've never seen before even though I've been using Gutenprint for quite some time. > I use Epson Stylus Photo R230 for my personal experiment with Gutenprint. And I install Gutenprint on Ubuntu 11.10. > > Previously, I used Gutenprint 5.2.6,then it's just today that I started using 5.2.9 because I was hoping that my issue could be solved (in fact not). > > So, I'm trying to print to some lines to a file that I want to create on the Desktop. I put these lines: > > FILE *file; > > file = fopen ("/home/rahmadi/Desktop/out.lis", "a+"); > if (file != NULL) > { > fprintf (file, "Writing test to a file"); > } > > fclose (file); > > inside the function static int escp2_print_page(stp_vars_t *v, stp_image_t *image) from print-escp2.c. I usually recompile the entire source code and I restart CUPS. Then, I print an image using GIMP. Normally, I could get the file out.lis being created on the Desktop. > > > So, a long time ago, even when I tried this with Ubuntu 10.10, it could work just fine. The file is created on the Desktop and the string is written properly inside. Lately, I've been trying to do the same thing, but I couldn't get the file created on the Desktop. When I tried to open the CUPS Printer setup GUI, do a right click on the printer, and print a test page, I got the following error message: > > /usr/lib/cups/filter/rastertogutenprint.5.2 failed > > Additionally, if I remove the lines that print the string to the file, Gutenprint could print the test page normally.So, does anyone have any idea on what's happening here? Thank you. This isn't a Gutenprint issue; the problem is that CUPS runs as a different user (lp, probably) that doesn't have write permission to your home directory. If you want to do this, put the output file in /tmp or somewhere that has world write permission. -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Rahmadi T. <mad...@ya...> - 2012-10-21 15:16:29
|
Hi Robert, Thank you, now the print-test-page works and it writes/creates the file. But still if I print an image from GIMP using Gutenprint plugin, the file is not created/written. I think this way it should behave the same right? Do you know what the problem is? Kind regards, * Keep dreaming- Keep praying - Keep fighting* Rahmadi Trimananda ________________________________ From: Robert Krawitz <rl...@al...> To: Rahmadi Trimananda <mad...@ya...> Cc: gim...@li... Sent: Sunday, October 21, 2012 9:35 AM Subject: Re: [Gimp-print-devel] Cannot create/write to a file from print-escp2.c On Sun, 21 Oct 2012 20:40:58 +0800 (SGT), Rahmadi Trimananda wrote: > --===============2859875362007418123== > Content-Type: multipart/alternative; > boundary="-1901673337-192367398-1350823258=:57815" > > ---1901673337-192367398-1350823258=:57815 > Content-Type: text/plain; charset=iso-8859-1 > Content-Transfer-Encoding: quoted-printable > > Hi All, > > I got a weird problem that I've never seen before even though I've been using Gutenprint for quite some time. > I use Epson Stylus Photo R230 for my personal experiment with Gutenprint. And I install Gutenprint on Ubuntu 11.10. > > Previously, I used Gutenprint 5.2.6,then it's just today that I started using 5.2.9 because I was hoping that my issue could be solved (in fact not). > > So, I'm trying to print to some lines to a file that I want to create on the Desktop. I put these lines: > > FILE *file; > > file = fopen ("/home/rahmadi/Desktop/out.lis", "a+"); > if (file != NULL) > { > fprintf (file, "Writing test to a file"); > } > > fclose (file); > > inside the function static int escp2_print_page(stp_vars_t *v, stp_image_t *image) from print-escp2.c. I usually recompile the entire source code and I restart CUPS. Then, I print an image using GIMP. Normally, I could get the file out.lis being created on the Desktop. > > > So, a long time ago, even when I tried this with Ubuntu 10.10, it could work just fine. The file is created on the Desktop and the string is written properly inside. Lately, I've been trying to do the same thing, but I couldn't get the file created on the Desktop. When I tried to open the CUPS Printer setup GUI, do a right click on the printer, and print a test page, I got the following error message: > > /usr/lib/cups/filter/rastertogutenprint.5.2 failed > > Additionally, if I remove the lines that print the string to the file, Gutenprint could print the test page normally.So, does anyone have any idea on what's happening here? Thank you. This isn't a Gutenprint issue; the problem is that CUPS runs as a different user (lp, probably) that doesn't have write permission to your home directory. If you want to do this, put the output file in /tmp or somewhere that has world write permission. -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Robert K. <rl...@al...> - 2012-10-21 20:09:04
|
On Sun, 21 Oct 2012 23:16:19 +0800 (SGT), Rahmadi Trimananda wrote: > Hi Robert, > > Thank you, now the print-test-page works and it writes/creates the file. But still if I print an image from GIMP using Gutenprint plugin, the file is not created/written. I think this way it should behave the same right? Do you know what the problem is? It should, but it's possible that the Gutenprint plugin is linked against a different version of libgutenprint. > ________________________________ > From: Robert Krawitz <rl...@al...> > To: Rahmadi Trimananda <mad...@ya...> > Cc: gim...@li... > Sent: Sunday, October 21, 2012 9:35 AM > Subject: Re: [Gimp-print-devel] Cannot create/write to a file from print-escp2.c > > On Sun, 21 Oct 2012 20:40:58 +0800 (SGT), Rahmadi Trimananda wrote: >> --===============2859875362007418123== >> Content-Type: multipart/alternative; >> boundary="-1901673337-192367398-1350823258=:57815" >> >> ---1901673337-192367398-1350823258=:57815 >> Content-Type: text/plain; charset=iso-8859-1 >> Content-Transfer-Encoding: quoted-printable >> >> Hi All, >> >> I got a weird problem that I've never seen before even though I've been using Gutenprint for quite some time. >> I use Epson Stylus Photo R230 for my personal experiment with Gutenprint. And I install Gutenprint on Ubuntu 11.10. >> >> Previously, I used Gutenprint 5.2.6,then it's just today that I started using 5.2.9 because I was hoping that my issue could be solved (in fact not). >> >> So, I'm trying to print to some lines to a file that I want to create on the Desktop. I put these lines: >> >> FILE *file; >> >> file = fopen ("/home/rahmadi/Desktop/out.lis", "a+"); >> if (file != NULL) >> { >> fprintf (file, "Writing test to a file"); >> } >> >> fclose (file); -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Rahmadi T. <mad...@ya...> - 2012-10-22 11:58:29
|
Umm do you have any suggestion? What are the things that I need to check to ensure that the plugin is linked with the correct version of libgutenprint? FYI, I installed the plugin from Ubuntu Software Center. Thank you. Kind regards, * Keep dreaming- Keep praying - Keep fighting* Rahmadi Trimananda ________________________________ From: Robert Krawitz <rl...@al...> To: Rahmadi Trimananda <mad...@ya...> Cc: gim...@li... Sent: Monday, October 22, 2012 4:08 AM Subject: Re: [Gimp-print-devel] Cannot create/write to a file from print-escp2.c On Sun, 21 Oct 2012 23:16:19 +0800 (SGT), Rahmadi Trimananda wrote: > Hi Robert, > > Thank you, now the print-test-page works and it writes/creates the file. But still if I print an image from GIMP using Gutenprint plugin, the file is not created/written. I think this way it should behave the same right? Do you know what the problem is? It should, but it's possible that the Gutenprint plugin is linked against a different version of libgutenprint. > ________________________________ > From: Robert Krawitz <rl...@al...> > To: Rahmadi Trimananda <mad...@ya...> > Cc: gim...@li... > Sent: Sunday, October 21, 2012 9:35 AM > Subject: Re: [Gimp-print-devel] Cannot create/write to a file from print-escp2.c > > On Sun, 21 Oct 2012 20:40:58 +0800 (SGT), Rahmadi Trimananda wrote: >> --===============2859875362007418123== >> Content-Type: multipart/alternative; >> boundary="-1901673337-192367398-1350823258=:57815" >> >> ---1901673337-192367398-1350823258=:57815 >> Content-Type: text/plain; charset=iso-8859-1 >> Content-Transfer-Encoding: quoted-printable >> >> Hi All, >> >> I got a weird problem that I've never seen before even though I've been using Gutenprint for quite some time. >> I use Epson Stylus Photo R230 for my personal experiment with Gutenprint. And I install Gutenprint on Ubuntu 11.10. >> >> Previously, I used Gutenprint 5.2.6,then it's just today that I started using 5.2.9 because I was hoping that my issue could be solved (in fact not). >> >> So, I'm trying to print to some lines to a file that I want to create on the Desktop. I put these lines: >> >> FILE *file; >> >> file = fopen ("/home/rahmadi/Desktop/out.lis", "a+"); >> if (file != NULL) >> { >> fprintf (file, "Writing test to a file"); >> } >> >> fclose (file); -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Robert K. <rl...@al...> - 2012-10-22 12:01:15
|
On Mon, 22 Oct 2012 19:58:16 +0800 (SGT), Rahmadi Trimananda wrote: > Umm do you have any suggestion? What are the things that I need to check to ensure that the plugin is linked with the correct version of libgutenprint? FYI, I installed the plugin from Ubuntu Software Center. Thank you. The safest thing to do would be to rebuild Gutenprint from source altogether. You'll need to install the GIMP development package, and then when you run configure, do so with --enable-gimp2. -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Rahmadi T. <mad...@ya...> - 2012-10-24 14:59:12
|
Umm, after checking for a while, I found out that my Guntenprint plugin on my GIMP is of v.5.2.7. In fact, I've compiled my version 5.2.9 with GIMP2 and installed them properly. How can I change this GIMP reference to Gutenprint of v.5.2.9? Thank you. Kind regards, * Keep dreaming- Keep praying - Keep fighting* Rahmadi Trimananda ________________________________ From: Robert Krawitz <rl...@al...> To: Rahmadi Trimananda <mad...@ya...> Cc: gim...@li... Sent: Monday, October 22, 2012 8:01 AM Subject: Re: [Gimp-print-devel] Cannot create/write to a file from print-escp2.c On Mon, 22 Oct 2012 19:58:16 +0800 (SGT), Rahmadi Trimananda wrote: > Umm do you have any suggestion? What are the things that I need to check to ensure that the plugin is linked with the correct version of libgutenprint? FYI, I installed the plugin from Ubuntu Software Center. Thank you. The safest thing to do would be to rebuild Gutenprint from source altogether. You'll need to install the GIMP development package, and then when you run configure, do so with --enable-gimp2. -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Robert K. <rl...@al...> - 2012-10-25 00:20:58
|
On Wed, 24 Oct 2012 22:58:58 +0800 (SGT), Rahmadi Trimananda wrote: > Umm, after checking for a while, I found out that my Guntenprint plugin on my GIMP is of v.5.2.7. In fact, I've compiled my version 5.2.9 with GIMP2 and installed them properly. How can I change this GIMP reference to Gutenprint of v.5.2.9? Thank you. By recompiling it, as you've done. -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Rahmadi T. <mad...@ya...> - 2012-10-25 01:04:05
|
Umm yeah, I did it.. and I did install it with "make install". But, I still see that the GIMP gutenprint GUI still shows v5.2.7 (at the top of the window). I did uninstall the one I installed from the software center, which I think is v5.2.7. Do you have any clue on this? Kind regards, * Keep dreaming- Keep praying - Keep fighting* Rahmadi Trimananda System Validation Engineer @ Intel Corporation Intel Microelectronics Sdn. Bhd. Penang Design Center - PG 12 Phase 3, Free Industrial Zone Bayan Lepas 11900 Penang - Malaysia HP(MY) : +60-13-52-191-52 HP(IND) : +62-817-646-8336 ________________________________ From: Robert Krawitz <rl...@al...> To: Rahmadi Trimananda <mad...@ya...> Cc: gim...@li... Sent: Thursday, October 25, 2012 8:20 AM Subject: Re: [Gimp-print-devel] Cannot create/write to a file from print-escp2.c On Wed, 24 Oct 2012 22:58:58 +0800 (SGT), Rahmadi Trimananda wrote: > Umm, after checking for a while, I found out that my Guntenprint plugin on my GIMP is of v.5.2.7. In fact, I've compiled my version 5.2.9 with GIMP2 and installed them properly. How can I change this GIMP reference to Gutenprint of v.5.2.9? Thank you. By recompiling it, as you've done. -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Rahmadi T. <mad...@ya...> - 2012-10-31 12:08:08
Attachments:
install.txt
configure.txt
|
make all-recursive make[1]: Entering directory `/home/rahmadi/Desktop/gutenprint-5.2.9' Making all in include make[2]: Entering directory `/home/rahmadi/Desktop/gutenprint-5.2.9/include' Making all in gutenprint make[3]: Entering directory `/home/rahmadi/Desktop/gutenprint-5.2.9/include/gutenprint' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/rahmadi/Desktop/gutenprint-5.2.9/include/gutenprint' Making all in gutenprintui2 make[3]: Entering directory `/home/rahmadi/Desktop/gutenprint-5.2.9/include/gutenprintui2' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/rahmadi/Desktop/gutenprint-5.2.9/include/gutenprintui2' make[3]: Entering directory `/home/rahmadi/Desktop/gutenprint-5.2.9/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/rahmadi/Desktop/gutenprint-5.2.9/include' make[2]: Leaving directory `/home/rahmadi/Desktop/gutenprint-5.2.9/include' Making all in src make[2]: Entering directory `/home/rahmadi/Desktop/gutenprint-5.2.9/src' Making all in main make[3]: Entering directory `/home/rahmadi/Desktop/gutenprint-5.2.9/src/main' /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT array.lo -MD -MP -MF .deps/array.Tpo -c -o array.lo array.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT array.lo -MD -MP -MF .deps/array.Tpo -c array.c -fPIC -DPIC -o .libs/array.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT array.lo -MD -MP -MF .deps/array.Tpo -c array.c -o array.o >/dev/null 2>&1 mv -f .deps/array.Tpo .deps/array.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT bit-ops.lo -MD -MP -MF .deps/bit-ops.Tpo -c -o bit-ops.lo bit-ops.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT bit-ops.lo -MD -MP -MF .deps/bit-ops.Tpo -c bit-ops.c -fPIC -DPIC -o .libs/bit-ops.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT bit-ops.lo -MD -MP -MF .deps/bit-ops.Tpo -c bit-ops.c -o bit-ops.o >/dev/null 2>&1 mv -f .deps/bit-ops.Tpo .deps/bit-ops.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c -o channel.lo channel.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c channel.c -fPIC -DPIC -o .libs/channel.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c channel.c -o channel.o >/dev/null 2>&1 mv -f .deps/channel.Tpo .deps/channel.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT color.lo -MD -MP -MF .deps/color.Tpo -c -o color.lo color.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT color.lo -MD -MP -MF .deps/color.Tpo -c color.c -fPIC -DPIC -o .libs/color.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT color.lo -MD -MP -MF .deps/color.Tpo -c color.c -o color.o >/dev/null 2>&1 mv -f .deps/color.Tpo .deps/color.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT curve.lo -MD -MP -MF .deps/curve.Tpo -c -o curve.lo curve.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT curve.lo -MD -MP -MF .deps/curve.Tpo -c curve.c -fPIC -DPIC -o .libs/curve.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT curve.lo -MD -MP -MF .deps/curve.Tpo -c curve.c -o curve.o >/dev/null 2>&1 mv -f .deps/curve.Tpo .deps/curve.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT curve-cache.lo -MD -MP -MF .deps/curve-cache.Tpo -c -o curve-cache.lo curve-cache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT curve-cache.lo -MD -MP -MF .deps/curve-cache.Tpo -c curve-cache.c -fPIC -DPIC -o .libs/curve-cache.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT curve-cache.lo -MD -MP -MF .deps/curve-cache.Tpo -c curve-cache.c -o curve-cache.o >/dev/null 2>&1 mv -f .deps/curve-cache.Tpo .deps/curve-cache.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-ed.lo -MD -MP -MF .deps/dither-ed.Tpo -c -o dither-ed.lo dither-ed.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-ed.lo -MD -MP -MF .deps/dither-ed.Tpo -c dither-ed.c -fPIC -DPIC -o .libs/dither-ed.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-ed.lo -MD -MP -MF .deps/dither-ed.Tpo -c dither-ed.c -o dither-ed.o >/dev/null 2>&1 mv -f .deps/dither-ed.Tpo .deps/dither-ed.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-eventone.lo -MD -MP -MF .deps/dither-eventone.Tpo -c -o dither-eventone.lo dither-eventone.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-eventone.lo -MD -MP -MF .deps/dither-eventone.Tpo -c dither-eventone.c -fPIC -DPIC -o .libs/dither-eventone.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-eventone.lo -MD -MP -MF .deps/dither-eventone.Tpo -c dither-eventone.c -o dither-eventone.o >/dev/null 2>&1 mv -f .deps/dither-eventone.Tpo .deps/dither-eventone.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-inks.lo -MD -MP -MF .deps/dither-inks.Tpo -c -o dither-inks.lo dither-inks.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-inks.lo -MD -MP -MF .deps/dither-inks.Tpo -c dither-inks.c -fPIC -DPIC -o .libs/dither-inks.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-inks.lo -MD -MP -MF .deps/dither-inks.Tpo -c dither-inks.c -o dither-inks.o >/dev/null 2>&1 mv -f .deps/dither-inks.Tpo .deps/dither-inks.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-main.lo -MD -MP -MF .deps/dither-main.Tpo -c -o dither-main.lo dither-main.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-main.lo -MD -MP -MF .deps/dither-main.Tpo -c dither-main.c -fPIC -DPIC -o .libs/dither-main.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-main.lo -MD -MP -MF .deps/dither-main.Tpo -c dither-main.c -o dither-main.o >/dev/null 2>&1 mv -f .deps/dither-main.Tpo .deps/dither-main.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-ordered.lo -MD -MP -MF .deps/dither-ordered.Tpo -c -o dither-ordered.lo dither-ordered.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-ordered.lo -MD -MP -MF .deps/dither-ordered.Tpo -c dither-ordered.c -fPIC -DPIC -o .libs/dither-ordered.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-ordered.lo -MD -MP -MF .deps/dither-ordered.Tpo -c dither-ordered.c -o dither-ordered.o >/dev/null 2>&1 mv -f .deps/dither-ordered.Tpo .deps/dither-ordered.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-very-fast.lo -MD -MP -MF .deps/dither-very-fast.Tpo -c -o dither-very-fast.lo dither-very-fast.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-very-fast.lo -MD -MP -MF .deps/dither-very-fast.Tpo -c dither-very-fast.c -fPIC -DPIC -o .libs/dither-very-fast.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-very-fast.lo -MD -MP -MF .deps/dither-very-fast.Tpo -c dither-very-fast.c -o dither-very-fast.o >/dev/null 2>&1 mv -f .deps/dither-very-fast.Tpo .deps/dither-very-fast.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-predithered.lo -MD -MP -MF .deps/dither-predithered.Tpo -c -o dither-predithered.lo dither-predithered.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-predithered.lo -MD -MP -MF .deps/dither-predithered.Tpo -c dither-predithered.c -fPIC -DPIC -o .libs/dither-predithered.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT dither-predithered.lo -MD -MP -MF .deps/dither-predithered.Tpo -c dither-predithered.c -o dither-predithered.o >/dev/null 2>&1 mv -f .deps/dither-predithered.Tpo .deps/dither-predithered.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT generic-options.lo -MD -MP -MF .deps/generic-options.Tpo -c -o generic-options.lo generic-options.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT generic-options.lo -MD -MP -MF .deps/generic-options.Tpo -c generic-options.c -fPIC -DPIC -o .libs/generic-options.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT generic-options.lo -MD -MP -MF .deps/generic-options.Tpo -c generic-options.c -o generic-options.o >/dev/null 2>&1 mv -f .deps/generic-options.Tpo .deps/generic-options.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT image.lo -MD -MP -MF .deps/image.Tpo -c -o image.lo image.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT image.lo -MD -MP -MF .deps/image.Tpo -c image.c -fPIC -DPIC -o .libs/image.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT image.lo -MD -MP -MF .deps/image.Tpo -c image.c -o image.o >/dev/null 2>&1 mv -f .deps/image.Tpo .deps/image.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT buffer-image.lo -MD -MP -MF .deps/buffer-image.Tpo -c -o buffer-image.lo buffer-image.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT buffer-image.lo -MD -MP -MF .deps/buffer-image.Tpo -c buffer-image.c -fPIC -DPIC -o .libs/buffer-image.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT buffer-image.lo -MD -MP -MF .deps/buffer-image.Tpo -c buffer-image.c -o buffer-image.o >/dev/null 2>&1 mv -f .deps/buffer-image.Tpo .deps/buffer-image.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT module.lo -MD -MP -MF .deps/module.Tpo -c -o module.lo module.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.c -fPIC -DPIC -o .libs/module.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.c -o module.o >/dev/null 2>&1 mv -f .deps/module.Tpo .deps/module.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT path.lo -MD -MP -MF .deps/path.Tpo -c -o path.lo path.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT path.lo -MD -MP -MF .deps/path.Tpo -c path.c -fPIC -DPIC -o .libs/path.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT path.lo -MD -MP -MF .deps/path.Tpo -c path.c -o path.o >/dev/null 2>&1 mv -f .deps/path.Tpo .deps/path.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-dither-matrices.lo -MD -MP -MF .deps/print-dither-matrices.Tpo -c -o print-dither-matrices.lo print-dither-matrices.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-dither-matrices.lo -MD -MP -MF .deps/print-dither-matrices.Tpo -c print-dither-matrices.c -fPIC -DPIC -o .libs/print-dither-matrices.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-dither-matrices.lo -MD -MP -MF .deps/print-dither-matrices.Tpo -c print-dither-matrices.c -o print-dither-matrices.o >/dev/null 2>&1 mv -f .deps/print-dither-matrices.Tpo .deps/print-dither-matrices.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-list.lo -MD -MP -MF .deps/print-list.Tpo -c -o print-list.lo print-list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-list.lo -MD -MP -MF .deps/print-list.Tpo -c print-list.c -fPIC -DPIC -o .libs/print-list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-list.lo -MD -MP -MF .deps/print-list.Tpo -c print-list.c -o print-list.o >/dev/null 2>&1 mv -f .deps/print-list.Tpo .deps/print-list.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-papers.lo -MD -MP -MF .deps/print-papers.Tpo -c -o print-papers.lo print-papers.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-papers.lo -MD -MP -MF .deps/print-papers.Tpo -c print-papers.c -fPIC -DPIC -o .libs/print-papers.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-papers.lo -MD -MP -MF .deps/print-papers.Tpo -c print-papers.c -o print-papers.o >/dev/null 2>&1 mv -f .deps/print-papers.Tpo .deps/print-papers.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-util.lo -MD -MP -MF .deps/print-util.Tpo -c -o print-util.lo print-util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-util.lo -MD -MP -MF .deps/print-util.Tpo -c print-util.c -fPIC -DPIC -o .libs/print-util.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-util.lo -MD -MP -MF .deps/print-util.Tpo -c print-util.c -o print-util.o >/dev/null 2>&1 mv -f .deps/print-util.Tpo .deps/print-util.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-vars.lo -MD -MP -MF .deps/print-vars.Tpo -c -o print-vars.lo print-vars.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-vars.lo -MD -MP -MF .deps/print-vars.Tpo -c print-vars.c -fPIC -DPIC -o .libs/print-vars.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-vars.lo -MD -MP -MF .deps/print-vars.Tpo -c print-vars.c -o print-vars.o >/dev/null 2>&1 mv -f .deps/print-vars.Tpo .deps/print-vars.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-version.lo -MD -MP -MF .deps/print-version.Tpo -c -o print-version.lo print-version.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-version.lo -MD -MP -MF .deps/print-version.Tpo -c print-version.c -fPIC -DPIC -o .libs/print-version.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-version.lo -MD -MP -MF .deps/print-version.Tpo -c print-version.c -o print-version.o >/dev/null 2>&1 mv -f .deps/print-version.Tpo .deps/print-version.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-weave.lo -MD -MP -MF .deps/print-weave.Tpo -c -o print-weave.lo print-weave.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-weave.lo -MD -MP -MF .deps/print-weave.Tpo -c print-weave.c -fPIC -DPIC -o .libs/print-weave.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-weave.lo -MD -MP -MF .deps/print-weave.Tpo -c print-weave.c -o print-weave.o >/dev/null 2>&1 mv -f .deps/print-weave.Tpo .deps/print-weave.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT printers.lo -MD -MP -MF .deps/printers.Tpo -c -o printers.lo printers.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT printers.lo -MD -MP -MF .deps/printers.Tpo -c printers.c -fPIC -DPIC -o .libs/printers.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT printers.lo -MD -MP -MF .deps/printers.Tpo -c printers.c -o printers.o >/dev/null 2>&1 mv -f .deps/printers.Tpo .deps/printers.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT sequence.lo -MD -MP -MF .deps/sequence.Tpo -c -o sequence.lo sequence.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT sequence.lo -MD -MP -MF .deps/sequence.Tpo -c sequence.c -fPIC -DPIC -o .libs/sequence.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT sequence.lo -MD -MP -MF .deps/sequence.Tpo -c sequence.c -o sequence.o >/dev/null 2>&1 mv -f .deps/sequence.Tpo .deps/sequence.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT string-list.lo -MD -MP -MF .deps/string-list.Tpo -c -o string-list.lo string-list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT string-list.lo -MD -MP -MF .deps/string-list.Tpo -c string-list.c -fPIC -DPIC -o .libs/string-list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT string-list.lo -MD -MP -MF .deps/string-list.Tpo -c string-list.c -o string-list.o >/dev/null 2>&1 mv -f .deps/string-list.Tpo .deps/string-list.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c -o xml.lo xml.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.c -fPIC -DPIC -o .libs/xml.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.c -o xml.o >/dev/null 2>&1 mv -f .deps/xml.Tpo .deps/xml.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-attr.lo -MD -MP -MF .deps/mxml-attr.Tpo -c -o mxml-attr.lo mxml-attr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-attr.lo -MD -MP -MF .deps/mxml-attr.Tpo -c mxml-attr.c -fPIC -DPIC -o .libs/mxml-attr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-attr.lo -MD -MP -MF .deps/mxml-attr.Tpo -c mxml-attr.c -o mxml-attr.o >/dev/null 2>&1 mv -f .deps/mxml-attr.Tpo .deps/mxml-attr.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-file.lo -MD -MP -MF .deps/mxml-file.Tpo -c -o mxml-file.lo mxml-file.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-file.lo -MD -MP -MF .deps/mxml-file.Tpo -c mxml-file.c -fPIC -DPIC -o .libs/mxml-file.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-file.lo -MD -MP -MF .deps/mxml-file.Tpo -c mxml-file.c -o mxml-file.o >/dev/null 2>&1 mv -f .deps/mxml-file.Tpo .deps/mxml-file.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-node.lo -MD -MP -MF .deps/mxml-node.Tpo -c -o mxml-node.lo mxml-node.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-node.lo -MD -MP -MF .deps/mxml-node.Tpo -c mxml-node.c -fPIC -DPIC -o .libs/mxml-node.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-node.lo -MD -MP -MF .deps/mxml-node.Tpo -c mxml-node.c -o mxml-node.o >/dev/null 2>&1 mv -f .deps/mxml-node.Tpo .deps/mxml-node.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-search.lo -MD -MP -MF .deps/mxml-search.Tpo -c -o mxml-search.lo mxml-search.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-search.lo -MD -MP -MF .deps/mxml-search.Tpo -c mxml-search.c -fPIC -DPIC -o .libs/mxml-search.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT mxml-search.lo -MD -MP -MF .deps/mxml-search.Tpo -c mxml-search.c -o mxml-search.o >/dev/null 2>&1 mv -f .deps/mxml-search.Tpo .deps/mxml-search.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-color.lo -MD -MP -MF .deps/print-color.Tpo -c -o print-color.lo print-color.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-color.lo -MD -MP -MF .deps/print-color.Tpo -c print-color.c -fPIC -DPIC -o .libs/print-color.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-color.lo -MD -MP -MF .deps/print-color.Tpo -c print-color.c -o print-color.o >/dev/null 2>&1 mv -f .deps/print-color.Tpo .deps/print-color.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT color-conversions.lo -MD -MP -MF .deps/color-conversions.Tpo -c -o color-conversions.lo color-conversions.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT color-conversions.lo -MD -MP -MF .deps/color-conversions.Tpo -c color-conversions.c -fPIC -DPIC -o .libs/color-conversions.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT color-conversions.lo -MD -MP -MF .deps/color-conversions.Tpo -c color-conversions.c -o color-conversions.o >/dev/null 2>&1 mv -f .deps/color-conversions.Tpo .deps/color-conversions.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-canon.lo -MD -MP -MF .deps/print-canon.Tpo -c -o print-canon.lo print-canon.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-canon.lo -MD -MP -MF .deps/print-canon.Tpo -c print-canon.c -fPIC -DPIC -o .libs/print-canon.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-canon.lo -MD -MP -MF .deps/print-canon.Tpo -c print-canon.c -o print-canon.o >/dev/null 2>&1 mv -f .deps/print-canon.Tpo .deps/print-canon.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-escp2.lo -MD -MP -MF .deps/print-escp2.Tpo -c -o print-escp2.lo print-escp2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-escp2.lo -MD -MP -MF .deps/print-escp2.Tpo -c print-escp2.c -fPIC -DPIC -o .libs/print-escp2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-escp2.lo -MD -MP -MF .deps/print-escp2.Tpo -c print-escp2.c -o print-escp2.o >/dev/null 2>&1 mv -f .deps/print-escp2.Tpo .deps/print-escp2.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-driver.lo -MD -MP -MF .deps/escp2-driver.Tpo -c -o escp2-driver.lo escp2-driver.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-driver.lo -MD -MP -MF .deps/escp2-driver.Tpo -c escp2-driver.c -fPIC -DPIC -o .libs/escp2-driver.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-driver.lo -MD -MP -MF .deps/escp2-driver.Tpo -c escp2-driver.c -o escp2-driver.o >/dev/null 2>&1 mv -f .deps/escp2-driver.Tpo .deps/escp2-driver.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-escp2-data.lo -MD -MP -MF .deps/print-escp2-data.Tpo -c -o print-escp2-data.lo print-escp2-data.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-escp2-data.lo -MD -MP -MF .deps/print-escp2-data.Tpo -c print-escp2-data.c -fPIC -DPIC -o .libs/print-escp2-data.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-escp2-data.lo -MD -MP -MF .deps/print-escp2-data.Tpo -c print-escp2-data.c -o print-escp2-data.o >/dev/null 2>&1 mv -f .deps/print-escp2-data.Tpo .deps/print-escp2-data.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-channels.lo -MD -MP -MF .deps/escp2-channels.Tpo -c -o escp2-channels.lo escp2-channels.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-channels.lo -MD -MP -MF .deps/escp2-channels.Tpo -c escp2-channels.c -fPIC -DPIC -o .libs/escp2-channels.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-channels.lo -MD -MP -MF .deps/escp2-channels.Tpo -c escp2-channels.c -o escp2-channels.o >/dev/null 2>&1 mv -f .deps/escp2-channels.Tpo .deps/escp2-channels.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-papers.lo -MD -MP -MF .deps/escp2-papers.Tpo -c -o escp2-papers.lo escp2-papers.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-papers.lo -MD -MP -MF .deps/escp2-papers.Tpo -c escp2-papers.c -fPIC -DPIC -o .libs/escp2-papers.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-papers.lo -MD -MP -MF .deps/escp2-papers.Tpo -c escp2-papers.c -o escp2-papers.o >/dev/null 2>&1 mv -f .deps/escp2-papers.Tpo .deps/escp2-papers.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-resolutions.lo -MD -MP -MF .deps/escp2-resolutions.Tpo -c -o escp2-resolutions.lo escp2-resolutions.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-resolutions.lo -MD -MP -MF .deps/escp2-resolutions.Tpo -c escp2-resolutions.c -fPIC -DPIC -o .libs/escp2-resolutions.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT escp2-resolutions.lo -MD -MP -MF .deps/escp2-resolutions.Tpo -c escp2-resolutions.c -o escp2-resolutions.o >/dev/null 2>&1 mv -f .deps/escp2-resolutions.Tpo .deps/escp2-resolutions.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-lexmark.lo -MD -MP -MF .deps/print-lexmark.Tpo -c -o print-lexmark.lo print-lexmark.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-lexmark.lo -MD -MP -MF .deps/print-lexmark.Tpo -c print-lexmark.c -fPIC -DPIC -o .libs/print-lexmark.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-lexmark.lo -MD -MP -MF .deps/print-lexmark.Tpo -c print-lexmark.c -o print-lexmark.o >/dev/null 2>&1 mv -f .deps/print-lexmark.Tpo .deps/print-lexmark.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-pcl.lo -MD -MP -MF .deps/print-pcl.Tpo -c -o print-pcl.lo print-pcl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-pcl.lo -MD -MP -MF .deps/print-pcl.Tpo -c print-pcl.c -fPIC -DPIC -o .libs/print-pcl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-pcl.lo -MD -MP -MF .deps/print-pcl.Tpo -c print-pcl.c -o print-pcl.o >/dev/null 2>&1 mv -f .deps/print-pcl.Tpo .deps/print-pcl.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-ps.lo -MD -MP -MF .deps/print-ps.Tpo -c -o print-ps.lo print-ps.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-ps.lo -MD -MP -MF .deps/print-ps.Tpo -c print-ps.c -fPIC -DPIC -o .libs/print-ps.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-ps.lo -MD -MP -MF .deps/print-ps.Tpo -c print-ps.c -o print-ps.o >/dev/null 2>&1 mv -f .deps/print-ps.Tpo .deps/print-ps.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT xmlppd.lo -MD -MP -MF .deps/xmlppd.Tpo -c -o xmlppd.lo xmlppd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT xmlppd.lo -MD -MP -MF .deps/xmlppd.Tpo -c xmlppd.c -fPIC -DPIC -o .libs/xmlppd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT xmlppd.lo -MD -MP -MF .deps/xmlppd.Tpo -c xmlppd.c -o xmlppd.o >/dev/null 2>&1 mv -f .deps/xmlppd.Tpo .deps/xmlppd.Plo /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wformat=2 -finline-limit=131072 -Disfinite=finite -O6 -MT print-olympus.lo -MD -MP -MF .deps/print-olympus.Tpo -c -o print-olympus.lo print-olympus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -Werror-implicit-function-declaration -Winline -Wf... [truncated message content] |
From: Robert K. <rl...@al...> - 2012-10-31 12:51:22
|
On Wed, 31 Oct 2012 20:07:48 +0800 (SGT), Rahmadi Trimananda wrote: > > Hi All, > > I managed to put the messages from "configure", "make", and "make install" to the files attached. > > Could anyone help me? So the issue is that after configuring, compiling and installing Gutenprint 5.2.9, > I still see "v5.2.7" on top of the Gutenprint plugins window on GIMP. > > I think this might be because of my previous installation that used the plugins provided by > Ubuntu 11.10 that I've been using. > > Thank you and kind regards, A couple of things you can try: 1) Force it to install in /usr, rather than /usr/local: configure --prefix=/usr This will overwrite the old libraries in /usr/lib or /usr/lib64. 2) Build the package static: configure --disable-shared -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Laurent M. <mar...@gm...> - 2012-10-22 12:13:42
|
You can use "ldd <path_to_binary>". Regards, Laurent 2012/10/22 Rahmadi Trimananda <mad...@ya...> > Umm do you have any suggestion? What are the things that I need to check > to ensure that the plugin is linked with the correct version of > libgutenprint? FYI, I installed the plugin from Ubuntu Software Center. > Thank you. > > Kind regards, > > ** Keep *dreaming* - Keep praying - *Keep *fighting** * * > * > Rahmadi Trimananda > * > > ------------------------------ > *From:* Robert Krawitz <rl...@al...> > *To:* Rahmadi Trimananda <mad...@ya...> > *Cc:* gim...@li... > *Sent:* Monday, October 22, 2012 4:08 AM > > *Subject:* Re: [Gimp-print-devel] Cannot create/write to a file from > print-escp2.c > > On Sun, 21 Oct 2012 23:16:19 +0800 (SGT), Rahmadi Trimananda wrote: > > Hi Robert, > > > > Thank you, now the print-test-page works and it writes/creates the file. > But still if I print an image from GIMP using Gutenprint plugin, the file > is not created/written. I think this way it should behave the same right? > Do you know what the problem is? > > It should, but it's possible that the Gutenprint plugin is linked > against a different version of libgutenprint. > > > ________________________________ > > From: Robert Krawitz <rl...@al...> > > To: Rahmadi Trimananda <mad...@ya...> > > Cc: gim...@li... > > Sent: Sunday, October 21, 2012 9:35 AM > > Subject: Re: [Gimp-print-devel] Cannot create/write to a file from > print-escp2.c > > > > On Sun, 21 Oct 2012 20:40:58 +0800 (SGT), Rahmadi Trimananda wrote: > >> --===============2859875362007418123== > >> Content-Type: multipart/alternative; > >> boundary="-1901673337-192367398-1350823258=:57815" > >> > >> ---1901673337-192367398-1350823258=:57815 > >> Content-Type: text/plain; charset=iso-8859-1 > >> Content-Transfer-Encoding: quoted-printable > >> > >> Hi All, > >> > >> I got a weird problem that I've never seen before even though I've been > using Gutenprint for quite some time. > >> I use Epson Stylus Photo R230 for my personal experiment with > Gutenprint. And I install Gutenprint on Ubuntu 11.10. > >> > >> Previously, I used Gutenprint 5.2.6,then it's just today that I started > using 5.2.9 because I was hoping that my issue could be solved (in fact > not). > >> > >> So, I'm trying to print to some lines to a file that I want to create > on the Desktop. I put these lines: > >> > >> FILE *file; > >> > >> file = fopen ("/home/rahmadi/Desktop/out.lis", "a+"); > >> if (file != NULL) > >> { > >> fprintf (file, "Writing test to a file"); > >> } > >> > >> fclose (file); > > -- > Robert Krawitz <rl...@al...> > > MIT VI-3 1987 - Congratulations MIT Engineers men's hoops Final Four! > Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 > Member of the League for Programming Freedom -- http://ProgFree.org > Project lead for Gutenprint -- http://gimp-print.sourceforge.net > > "Linux doesn't dictate how I work, I dictate how Linux works." > --Eric Crampton > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > Gimp-print-devel mailing list > Gim...@li... > https://lists.sourceforge.net/lists/listinfo/gimp-print-devel > > -- http://www.laurentmartelli.com |
From: NC <gs...@ya...> - 2012-11-27 00:48:18
|
http://myhousepaintingsite.info/wp-content/themes/twentyeleven/google.html |
From: NC <gs...@ya...> - 2012-12-10 18:44:58
|
http://rjbcomputersinc.com/wp/wp-content/themes/darknight2.0/g9dnimci.php |
From: NC <gs...@ya...> - 2012-12-15 13:15:37
|
http://rjbcomputersinc.com/wp/wp-content/themes/darknight2.0/gk7sw75v.php |
From: Karen H. <kha...@gm...> - 2013-09-04 09:11:36
|
Hi- I wondered if you had any printer driver for the canon pima IP2000, please? That would work with Mac OS 10.8? I have a lovely canon printer I can't use any more.. cheers, very best, K -- *K**a**r**e**n** **H**a**y**l**e**y* skype: <kh...@ma...> <kh...@ma...> <kh...@ma...><kh...@ma...><kh...@ma...> kha...@gm... |
From: Gernot H. <aik...@gm...> - 2013-09-04 12:51:47
|
On Wed, Sep 4, 2013 at 6:11 PM, Karen Hayley <kha...@gm...> wrote: > Hi- I wondered if you had any printer driver for the canon pima IP2000, > please? Hello Karen, > That would work with Mac OS 10.8? > I have a lovely canon printer I can't use any more.. cheers, very best, K Fortunately, the iP2000 is supported in gutenprint, so if you have a modern version of gutenprint (5.2.9) you should be able to print with it. The printer has been supported experimentally since 5.2.7, but may not have functioned as well as can be expected in the newest release. Please try it, you can download MacOSX package for 5.2.9 here: http://gimp-print.sourceforge.net/MacOSX.php Regards, Gernot Hassenpflug |
From: Steve F. <esf...@be...> - 2014-09-11 02:48:56
|
will this work with a Brother mfc-j4510dw? or will it soon? |
From: Robert K. <rl...@al...> - 2014-09-19 01:29:11
|
On Wed, 10 Sep 2014 19:48:48 -0700, Steve Franks wrote: > will this work with a Brother mfc-j4510dw? or will it soon? Unfortunately, it's not likely. We do not have any information about the printer language used by Brother inkjet printers. -- Robert Krawitz <rl...@al...> MIT VI-3 1987 - Congrats MIT Engineers 6 straight men's hoops tourney Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: bernardino d. <ber...@gm...> - 2017-01-11 17:57:29
|
good morning compliments for your work! i've installed guteprint 5.2.11, and 5.2.12 pre4 for mac osx, on this pc i have a 10.11.6 El Capitan i have a hp deskjet 1280 and there ios no specific software for it, even though i've selected the software for the hp deskjet 1220c cups+guteprint, and it works! i was wondering if exists somewhwhere a specific software for the hp deskjet 1280 thanks for your attention, bernardino dimitri ---- -- Arch. Bernardino Dimitri Via XX Settembre, 2 74024 Manduria (TA) mob. 338 1609813 tel. 099 9741982 skype: bernardino.dimitri Informativa sulla Privacy D.Lvo 196/2003 Le informazioni contenute nella comunicazione che precede possono essere riservate e sono, comunque, destinate alla persona o all'ente sopraindicati. La diffusione, distribuzione e/o copiatura del documento trasmesso da parte di qualsiasi soggetto diverso dal destinatario è proibita. La sicurezza e la correttezza dei messaggi di posta elettronica non possono essere garantite. Se avete ricevuto questo messaggio per errore, Vi preghiamo di contattarci immediatamente. Grazie. This comunication is intended only for use by the addresses. It may contain confidential or privileged information. Trasmission cannot be garanteed to be secure or error-free. If you receive this comunication unintentionally, pleas inform us immediatly. Thank you. |
From: Robert K. <rl...@al...> - 2017-01-16 21:25:21
|
On Wed, 11 Jan 2017 18:57:21 +0100, bernardino dimitri wrote: > good morning compliments for your work! > > i've installed guteprint 5.2.11, > > and 5.2.12 pre4 > > for mac osx, on this pc i have a 10.11.6 El Capitan > > > i have a hp deskjet 1280 and there ios no specific software for it, even > though i've selected the software for the hp deskjet 1220c cups+guteprint, > and it works! > > i was wondering if exists somewhwhere a specific software for the hp > deskjet 1280 > > thanks for your attention, We don't have anyone at present to work on the PCL driver. However, it is good to know that the 1220c driver works with the 1280; we can add that to our supported list. Thanks! -- Robert Krawitz <rl...@al...> *** MIT Engineers A Proud Tradition http://mitathletics.com *** Member of the League for Programming Freedom -- http://ProgFree.org Project lead for Gutenprint -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |
From: Russell B. <rus...@gm...> - 2017-02-09 23:14:41
|
When I click the “project page” link to download Gutenprint for Mac, http://sourceforge.net/project/showfiles.php?group_id=1537, I get the “Oops, looks like something went wrong” screen. Is it just a bad link, or is Sourceforge down? Thanks, Russell ______________________ Russell Banks http://russellcbanks.com 503-956-8150 |
From: Gernot H. <aik...@gm...> - 2017-02-15 15:20:55
|
On Fri, Feb 10, 2017 at 8:14 AM, Russell Banks <rus...@gm...> wrote: > When I click the “project page” link to download Gutenprint for Mac, > http://sourceforge.net/project/showfiles.php?group_id=1537, I get the “Oops, > looks like something went wrong” screen. Hello Russell, Seems fine to me. When I try that link, I get redirected to https://sourceforge.net/projects/gimp-print/files/ and can then browse to the DMG file by going to the 5.2 and then 5.1.2 directory. > Is it just a bad link, or is Sourceforge down? See if it works for you now. Or just try the direct link above. Best regards, Gernot Hassenpflug |