You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
2007 |
Jan
(2) |
Feb
(7) |
Mar
(12) |
Apr
(4) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(8) |
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jovelyn B. <jb...@as...> - 2017-03-29 02:08:02
|
Hello! I am trying to learn creating PS file and I found your library that can be used to make the process easier. My only problem is that I don't know how to install it using Windows environment. I would like to ask if you have installation steps for this? Your help is highly appreciated. Thank you! -- Sincerely yours, Jovelyn B. Buhawe Alliance Software Inc. Mobile: 0920-871-9042 Email: jb...@as... *LEGAL DISCLAIMER* This email including any attachments transmitted with it, may contain legally privileged, confidential or proprietary information. If you are not the intended recipient or the employee responsible for delivery of this message and its attachments to the intended recipient/s, YOU ARE HEREBY NOTIFIED that any use, distribution, dissemination, or copying of this email or any of the information contained herein is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete this email message from your system. |
From: <da...@ch...> - 2016-07-26 18:12:37
|
configure isn't included, the README doesn't mention autogen.sh, and it doesn't work. I tried copying these files into the pslib directory (which seems weird to need to do): /usr/share/automake-1.15/missing /usr/share/misc/config.sub /usr/share/misc/config.guess /usr/share/libtool/build-aux/install-sh /usr/share/automake-1.15/mkinstalldirs Which got some errors to stop, and autogen.sh runs successfully. That doesn't create a Makefile. So I ran ./configure, which runs successfully. make still fails: $ make make all-recursive make[1]: Entering directory '/home/darxus/source/pslib/pslib' Making all in data make[2]: Entering directory '/home/darxus/source/pslib/pslib/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/darxus/source/pslib/pslib/data' Making all in include make[2]: Entering directory '/home/darxus/source/pslib/pslib/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/darxus/source/pslib/pslib/include' Making all in src make[2]: Entering directory '/home/darxus/source/pslib/pslib/src' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include -I/usr/include -I/usr/include -I/usr/include -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_DATA_DIR=\""/usr/local/share/pslib"\" -g -O2 -MT pslib.lo -MD -MP -MF .deps/pslib.Tpo -c -o pslib.lo pslib.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I./../include -I./include -I/usr/include -I/usr/include -I/usr/include -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_DATA_DIR=\"/usr/local/share/pslib\" -g -O2 -MT pslib.lo -MD -MP -MF .deps/pslib.Tpo -c pslib.c -fPIC -DPIC -o .libs/pslib.o pslib.c: In function ‘PS_open_image_file’: pslib.c:4909:14: error: too few arguments to function ‘DGifOpenFileName’ if ((gft = DGifOpenFileName(filename)) == NULL) { ^ In file included from pslib.c:62:0: /usr/include/gif_lib.h:179:14: note: declared here GifFileType *DGifOpenFileName(const char *GifFileName, int *Error); ^ pslib.c:4915:76: warning: implicit declaration of function ‘GifLastError’ [-Wimplicit-function-declaration] ps_error(psdoc, PS_RuntimeError, _("Error %d while reading gif file!"), GifLastError()); ^ pslib.c:4942:4: error: too few arguments to function ‘DGifCloseFile’ DGifCloseFile(gft); ^ In file included from pslib.c:62:0: /usr/include/gif_lib.h:183:9: note: declared here int DGifCloseFile(GifFileType * GifFile, int *ErrorCode); ^ pslib.c:4967:4: error: too few arguments to function ‘DGifCloseFile’ DGifCloseFile(gft); ^ In file included from pslib.c:62:0: /usr/include/gif_lib.h:183:9: note: declared here int DGifCloseFile(GifFileType * GifFile, int *ErrorCode); ^ pslib.c:5001:3: error: too few arguments to function ‘DGifCloseFile’ DGifCloseFile(gft); ^ In file included from pslib.c:62:0: /usr/include/gif_lib.h:183:9: note: declared here int DGifCloseFile(GifFileType * GifFile, int *ErrorCode); ^ pslib.c:5149:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(psimage->data, statbuf.st_size, 1, fp); ^ pslib.c: In function ‘PS_include_file’: pslib.c:6778:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(bb, fsize, 1, fp); ^ Makefile:533: recipe for target 'pslib.lo' failed make[2]: *** [pslib.lo] Error 1 make[2]: Leaving directory '/home/darxus/source/pslib/pslib/src' Makefile:515: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/darxus/source/pslib/pslib' Makefile:420: recipe for target 'all' failed make: *** [all] Error 2 |
From: France C. <gi...@ca...> - 2007-02-12 14:59:42
|
Hi, V / A G R A V A L / U M C / A L / S http://www.tedrx .com Remove space in the above link. torture someone if you can perform the Cruciatus Curse... That one was very popular once too. Right... anyone know any others? |
From: Halsten T. <ba...@nb...> - 2007-02-05 12:46:56
|
Hi, Vjiagra 1,80 Cjialis $ 3,00 Levjitra $ 3,35 http://gratuit.progenyid&com Important: Replace "&" with "." in the above link -- Well, Father feels hes got to make up for his mistake at the match, doesnt he? said Percy. If truth be told, he was a tad unwise to make a public statement without clearing it with his Head of Department first |
From: Behruz L. <mi...@ma...> - 2007-02-04 19:33:08
|
Hi, If you have a problem getting or keeping an erection, your sexlife can suffer. You should know that you're not alone. In fact, more than half of all men over 40 have difficulties getting or maintaining an erection. This issue, also called erectile dysfunction, occurs with younger men as well. You should know there is something you can do about it. http://parkerokaynow.*com ( Important! Remove "*" ) -- Winky is having trouble adjusting, Harry Potter, squeaked Dobby confidentially. Winky forgets she is not bound to Mr. Crouch anymore; she is allowed to speak her mind now, but she wont do it. |
From: Meghan A. <mal...@pa...> - 2007-01-30 12:23:04
|
Hi, VI_zAGRA $3, 35 VA_zLIUM $1, 20 AM_zBIEN $2, 90 CI_zALIS $3, 75 XA_zNAX $1, 45 http://www.tod*rx.com Remove "*" to make the link working! -- before, Harry said as they finally regained the fresh air of the staircase beneath Professor Trelawneys room. But if Id dropped dead every time shes told me Im going to, Id be a medical miracle. |
From: Huang K. <mor...@ic...> - 2006-11-18 16:31:21
|
VlAiiGRA $3.35 http://www.aderunjintunhadesunpion.com I have been talking to Mata, she said, seating herself and sipping |
From: Alicja i A. D. <mik...@vp...> - 2006-07-16 08:35:44
|
Hello, I subscribed pslib-list on lists.sourceforge.net and sent the following letter there. But I haven't received a copy of my letter from lists.sourceforge.net and I don't know if you received it. =46or this reason, I'm sending my letter again. I want to use pslib in my program. Text should be displayed in rectangular fields. I have to know the number of all the characters that won't fit the field. I don't want to use PS_symbol function but PS_show_boxed. So I use PS_show_boxed function, but there is a problem with ISO-8859-2 encoding. In Polish language there are 9 small and 9 capital letters and normal English alphabet. So, I replaced 'font encoding vector' and 'input encoding vector' with ISO-8859-2 (in an easy way) according to (~100kB) http://republika.pl/frankenstein7/debian/biblioteka_pslib/list_do_pslib= =2Etar.gz file. I realise this is not a smart solution, however it works for all Polish alphabet signs. Unfortunatelly, it does not work for some other signs. =46or example, if I want to display one empty row, such an announcement appears: "PSLib: Character 10 not in input encoding vector". In the foregoing link I also enclose all Polish signs that appear after this modification, files with font I use and rules of splitting words (hyph_pl_PL.dic). In your opinion, would it be better if: 1. I place (in internet) such a miserable patch to your library together with the source code of my program? 2. I place changed version of your library somewhere in internet? 3. I change the name of your library and the names of functions it includes not to clash with your original library if I want to place suc= h a library in internet. 4. Maybe you have a good solution for ISO-8859-2 encoding or at least utf-8? 5. ... ? I'm asking you for a quick answer, as I want to release my simple program and I should inform all possible willing people what they shoul= d do with pslib. Additionally, if I choose the third point, I must modify the names of functions, header files and the library in my program. Thanks in advance --=20 Artur Dul=EAba | gpg:0x5F938547 | rlu:305151 Olbrachcice Wielkie, 57-200, Dolny =A6l=B1sk Uniksy od marca 2001, od 2003 bez Windows U=BFywam Debiana, bo jest zwyk=B3y (zamiast by=E6 extra). |
From: Alicja i A. D. <mik...@vp...> - 2006-07-15 21:08:56
|
Hello, I want to use pslib in my program. Text should be displayed in rectangular fields. I have to know the number of all the characters that won't fit the field. I don't want to use PS_symbol function but PS_show_boxed. So I use PS_show_boxed function, but there is a problem with ISO-8859-2 encoding. In Polish language there are 9 small and 9 capital letters and normal English alphabet. So, I replaced 'font encoding vector' and 'input encoding vector' with ISO-8859-2 (in an easy way) according to (~100kB) http://republika.pl/frankenstein7/debian/biblioteka_pslib/list_do_pslib= =2Etar.gz file. I realise this is not a smart solution, however it works for all Polish alphabet signs. Unfortunatelly, it does not work for some other signs. =46or example, if I want to display one empty row, such an announcement appears: "PSLib: Character 10 not in input encoding vector". In the foregoing link I also enclose all Polish signs that appear after this modification, files with font I use and rules of splitting words (hyph_pl_PL.dic). In your opinion, would it be better if: 1. I place (in internet) such a miserable patch to your library together with the source code of my program? 2. I place changed version of your library somewhere in internet? 3. I change the name of your library and the names of functions it includes not to clash with your original library if I want to place suc= h a library in internet. 4. Maybe you have a good solution for ISO-8859-2 encoding or at least utf-8? 5. ... ? I'm asking you for a quick answer, as I want to release my simple program and I should inform all possible willing people what they shoul= d do with pslib. Additionally, if I choose the third point, I must modify the names of functions, header files and the library in my program. Thanks in advance --=20 Artur Dul=EAba | gpg:0x5F938547 | rlu:305151 Olbrachcice Wielkie, 57-200, Dolny =A6l=B1sk Uniksy od marca 2001, od 2003 bez Windows U=BFywam Debiana, bo jest zwyk=B3y (zamiast by=E6 extra). |
From: Rubens - Mult-e <rub...@mu...> - 2003-01-30 11:26:54
|
Dears, Can PSLib to convert MS-WORD file to PostScript file ?? Tank you. |
From: Vilson C. <vga...@un...> - 2001-03-03 00:20:42
|
testing list Vilson |