bug-global
[Top][All Lists]
Advanced

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

Re: new-line and character code set


From: Hideki IWAMOTO
Subject: Re: new-line and character code set
Date: Thu, 07 Sep 2006 03:11:25 +0900

On Thu, 07 Sep 2006 01:41:28 +0900, Hideki IWAMOTO wrote...
> Unfortunately I do not have such thing.

Sorry. Cross compiler is not needed.

==== version 5.2 ======
[global-5.2]$ ./configure --build=x86_64-linux --host=i386-linux CFLAGS='-m32 
-finput-charset=ASCII -fexec-charset=IBM037'
 ....
[global-5.2]$ make -s
 ....
Making all in gtags-parser
In file included from c_res.h:33,
                 from C.c:45:
../libutil/strmake.h:41: error: syntax error before string constant
make[2]: *** [C.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

===== CVS HEAD ======
[global]$ ./configure --build=x86_64-linux --host=i386-linux CFLAGS='-m32 
-finput-charset=ASCII -fexec-charset=IBM037'
  ...
[global]$ make -s
  ....
Making all in gtags-parser
In file included from C.c:45:
c_res.h:29:2: error: #error "gperf generated tables don't work with this 
execution character set. Please report a bug to <address@hidden>."
make[2]: *** [C.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

----
Hideki IWAMOTO  address@hidden




reply via email to

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