On Tue, Nov 13, 2012 at 02:37:23PM +0100, jan iversen wrote:
> The utilities as such are standalone (l10n tools). it works if I set the
> commandline options correct for the linker, so it is not a generic platform
> issue. It is just a "pain in the neck" problem, when you try to make the
> program
The utilities as such are standalone (l10n tools). it works if I set the
commandline options correct for the linker, so it is not a generic platform
issue. It is just a "pain in the neck" problem, when you try to make the
program easy supportable.
The source cannot be ported to java because it is
On Mon, Nov 12, 2012 at 12:14 PM, jan iversen wrote:
> Hi Andre.
>
> What I find "funny" is that in Ubuntu, I dont even get a warning about
> multiple declared symbols in windows I get the warnings but it works (with
> /force:multiple), so I will just overwrite the linker options in the
> makefile
Hi Andre.
What I find "funny" is that in Ubuntu, I dont even get a warning about
multiple declared symbols in windows I get the warnings but it works (with
/force:multiple), so I will just overwrite the linker options in the
makefile, that should do it.
Thanks for your help.
Jan.
Ps. The flex pe
On 12.11.2012 14:02, jan iversen wrote:
hi
see below please
On 12 November 2012 09:30, Andre Fischer wrote:
On 11.11.2012 22:06, jan iversen wrote:
Hi.
I would like to hear your opinion on the following problem:
The l10n tools uses flex, which is quite nice, however I have found two
prob
hi
see below please
On 12 November 2012 09:30, Andre Fischer wrote:
> On 11.11.2012 22:06, jan iversen wrote:
>
>> Hi.
>>
>> I would like to hear your opinion on the following problem:
>>
>> The l10n tools uses flex, which is quite nice, however I have found two
>> problems with flex:
>>
>> - t
On 11.11.2012 22:06, jan iversen wrote:
Hi.
I would like to hear your opinion on the following problem:
The l10n tools uses flex, which is quite nice, however I have found two
problems with flex:
- the .l sources defines YYLMAX, but the generated .c source declares
yytext[YYLMAX] BEFORE the de
Hi.
I would like to hear your opinion on the following problem:
The l10n tools uses flex, which is quite nice, however I have found two
problems with flex:
- the .l sources defines YYLMAX, but the generated .c source declares
yytext[YYLMAX] BEFORE the definition code it sucked in. I have verifie