freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Fixes for some compile and link errors when using FT_CONF


From: suzuki toshiya
Subject: Re: [ft-devel] Fixes for some compile and link errors when using FT_CONFIG_OPTION_PIC
Date: Tue, 17 Jan 2012 15:34:14 +0900
User-agent: Mozilla-Thunderbird 2.0.0.12 (X11/20080406)

Dear Erik,

I have made some overhaul for PIC build, and, your patch to
modify resource fork support for PIC build is applied with
some coding style changing. Please check whether GIT head
works on your platform.

BTW,

diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index 1a5a327..fc687f5 100644
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -4533,7 +4533,9 @@
      */
     {
       FT_UInt      m, n;
-      const char*  driver_name[] = { "type42", NULL };
+      const char*  driver_name[2];
+         driver_name[0] = "type42";
+         driver_name[1] = NULL;


       for ( m = 0;

is not committed yet, because I want to know which linker complains
about such initialization. If possible, please let me know 1 example
to be documented in ChangeLog. I'm not saying "there should not be
such linker", just I want to know 1 example, for good documentation.
Sorry for troubling you.

Regards,
mpsuzuki

suzuki toshiya wrote:
> Dear Erik,
> 
> Sorry for your trouble and thank you for providing a patch,
> I will check it in this weekend. Please give me a few days.
> 
> Regards,
> mpsuzuki
> 
> Werner LEMBERG wrote:
>>> The commits in question are both dealing with compilation of
>>> 'complex' structures and static globals.
>> Thanks for the patch.  Toshiya-san, can you have a look and take care
>> of it, please?
>>
>>
>>     Werner
>>
>> _______________________________________________
>> Freetype-devel mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/freetype-devel
> 
> 
> _______________________________________________
> Freetype-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/freetype-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]