Hi, there

I'm doing a project which ues perl and GD to create GIF chart. Currently the
perl is perl3 build316.

In order to show Chinese character on GIF chart, I first try to install some
TrueType Chinese fonts. Then according to the on-line document, I have to
re-compile the libgd whit the fonts on my system.

I manage to re-compile GD1.19 (the latest version that support GIF) on my
system as following:
        
        c:\temp\gd\> cd GD-1.19
        c:\temp\gd\GD-1.19\> perl Makefile.pl linktype =static
        c:\temp\gd\GD-1.19\> nmake perl

then got some error like :
                                       <<nmake_error.txt>> 

Does anybody successfully compiled GD-1.19 on WinNT4.0 enviroment? Can you
help?

Brs!

---
Ben
        
C:\TEMP\gd\GD-1.27>nmake perl

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

"Makefile out-of-date with respect to Makefile.PL C:\Win32app\Perl\lib\CORE\config.h"
"Cleaning current config before rebuilding Makefile..."
        NMAKE -f Makefile.old clean > NUL || rem

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        C:\Win32app\Perl\bin\Perl.exe "-IC:\Win32app\Perl\lib" 
"-IC:\Win32app\Perl\lib" Makefile.PL "linktype=static"
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for '-lgd'
Note (probably harmless): No library found for '-lpng'
Note (probably harmless): No library found for '-lttf'
Note (probably harmless): No library found for '-lz'
Note (probably harmless): No library found for '-ljpeg'
Writing Makefile for GD
"==> Your Makefile has been rebuilt. <=="
"==> Please rerun the make command.  <=="
        false
The name specified is not recognized as an
internal or external command, operable program or batch file.
NMAKE : fatal error U1077: 'false' : return code '0x1'
Stop.

C:\TEMP\gd\GD-1.27>dmake perl
dmake.exe:  makefile:  line 777:  Error -- Expecting macro or rule defn, found neither

Reply via email to