freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] configure.raw will be fixed for freetype-2.3.3 (Re: [ft-cvs]


From: mpsuzuki
Subject: [ft-devel] configure.raw will be fixed for freetype-2.3.3 (Re: [ft-cvs] freetype2 ChangeLog builds/mac/ftmac.c builds/u...)
Date: Tue, 13 Mar 2007 12:08:09 +0900

Dear Sir,

It seems that quoting style `xxx' in C source comment
can make C compiler cause mismatching quoting error,
aslike:

[snip]
>checking CoreServices & ApplicationServices of Mac OS X... ok
>checking OS_INLINE macro is ANSI compatible... ./configure: command 
>substitution: line 1: unexpected EOF while looking for matching `''
>./configure: command substitution: line 12: syntax error: unexpected end of 
>file
>no, ANSI incompatible
>checking for a sed that does not truncate output... /usr/bin/sed
[snip]


In config.log, I can find:

[snip]
>configure:5482: checking OS_INLINE macro is ANSI compatible
>configure:5521: gcc -c -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -Wall -pedantic 
>-ansi  conftest.c >&5
>conftest.c:47:10: error: unterminated comment
>conftest.c: In function 'main':
>conftest.c:44: error: parse error at end of input
>configure:5527: $? = 1
>configure: failed program was:
[snip]

To avoid this error, I will change the comment line
aslike.

- /* OSHostByteOrder() is typed as `OS_INLINE' */
+ /* OSHostByteOrder() is typed as OS_INLINE */

Regards,
mpsuzuki



Werner LEMBERG wrote:
> CVSROOT:      /cvsroot/freetype
> Module name:  freetype2
> Changes by:   Werner LEMBERG <wl>     07/02/08 08:54:09
> 
> Modified files:
>       .              : ChangeLog 
>       builds/mac     : ftmac.c 
>       builds/unix    : configure.raw 
>       include/freetype: ftmac.h 
>       src/base       : ftbase.c ftmac.c 
> 
> Log message:
>       formatting, copyright years
> 
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/freetype2/builds/unix/configure.raw?cvsroot=freetype&r1=1.10&r2=1.11




reply via email to

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