Re: Speaking about fonts

2000-09-30 Thread Guillermo S. Romero / Familia Romero

[EMAIL PROTECTED] (2000-10-01 at 0136.26 +0300):
> Try "unzip", mostly they're .zip SFX, but for other you should use wine
> or search for a friend with Win32 installed...

They are not zip SFX, they are Win32 code. I had the bad habbot of
using "file" command with everything.

I guess I will have to install Wine, and hope installing "apps" works.
What do not stop you, makes you wiser. :]

GSR
 



Re: Speaking about fonts

2000-09-30 Thread Alex

"Guillermo S. Romero / Familia Romero" wrote:

> Does anybody know how to uncompress the MS Win32 self extratcing
> archives? It seems that they are becoming a new trend latelly (instead
> of zip and a good system to install fonts, they use self installers
> and waste KB like mad).
>
> GSR
>

Try "unzip", mostly they're .zip SFX, but for other you should use wine
or search for a friend with Win32 installed...
¡Š.a¨h g­Ê‹«~·žÉ¨h¡Ê&i×kz˶m§ÿæj)rj(r‰


Re: Compiling problem 1.1.26

2000-09-30 Thread Dominic Knight

I have been having a similar problem, try

make distclean
./configure
make &>log

I don't know if this will work for you but it seems to for me. I would be very
interested if you let me know the result.

Good Luck,
Dominic

On Sat, 30 Sep 2000, Gerald Brosseau wrote:
> While compiling the 1.1.26 version on my Linux box , I received this error message:
> 
> make[2]: *** No rule to make target '../blib/lib/Gimp.pm', needed by 
>'gimp-perl.pot'. Stop.
> 
> What should I do ???
> 
> BTW I had no such error with de 1.1.25
> 
> --
> Gérald Brosseau
> 
> La Photo Du Jour
> http://www.contact.net/gb/ --- Site nord américain
> http://www.chez.com/laphotodujour  --- Site européen



Re: Speaking about fonts

2000-09-30 Thread Ben FrantzDale


- Original Message -
From: Guillermo S. Romero / Familia Romero <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 30, 2000 10:21 AM
Subject: Speaking about fonts


> Does anybody know how to uncompress the MS Win32 self extratcing
> archives? It seems that they are becoming a new trend latelly (instead
> of zip and a good system to install fonts, they use self installers
> and waste KB like mad).

I suspect WINE will be your best bet. I don't know if there's a way to
extract the data from a self extracting .exe.


--Ben




Speaking about fonts

2000-09-30 Thread Guillermo S. Romero / Familia Romero

Does anybody know how to uncompress the MS Win32 self extratcing
archives? It seems that they are becoming a new trend latelly (instead
of zip and a good system to install fonts, they use self installers
and waste KB like mad).

GSR
 



Re: Looking for true type fonts

2000-09-30 Thread Guillermo S. Romero / Familia Romero

[EMAIL PROTECTED] (2000-09-29 at 2056.15 -0700):
[...]
> common is that they have them all listed *individually*, and not
> one of them (that I have found so far) have all fonts in one big
> file that I can just download and extract.  Plus, most of the ones

Use wget, for example:
wget -r -l1 -A zip http://site/dir/page-with-zip-links

> I have found are *.zip files, and the unzip command doesn't seem
[...]
> to unzip multiple files at once?  (I have read the man page, but
> to no avail).

Use a bash shell loop, for example: 
for i in `ls *zip`; do unzip $i; done

And also try places with fonts in one single archive. ;]
But I can remember none, sorry.

GSR
 



Compiling problem 1.1.26

2000-09-30 Thread Gerald Brosseau

While compiling the 1.1.26 version on my Linux box , I received this error message:

make[2]: *** No rule to make target '../blib/lib/Gimp.pm', needed by 'gimp-perl.pot'. 
Stop.

What should I do ???

BTW I had no such error with de 1.1.25

--
Gérald Brosseau

La Photo Du Jour
http://www.contact.net/gb/ --- Site nord américain
http://www.chez.com/laphotodujour  --- Site européen






where is my script ?

2000-09-30 Thread Axel R.

Hi all,
I've write a perl script and I put it in my .gimp-1.1/plug-ins/ directory, it 
worked very good, and I've re-install my linux box (I keep the /home directory) 
and the 3 packages from helixcode (gimp, gimp-devel and gimp-perl) as the last 
time, but I don't find my script in the Xtrs menu...
How find it ?
I've try to delete my .gimp-1.1 directory and run gimp to re-create it, I put 
the script in the plug-ins directory, but nothing !

Any idea ?

Thank's

Axel