On Jan 20, 2013, at 3:26 PM, Jerry wrote:

> 
> On Jan 19, 2013, at 1:22 AM, Kornel Benko wrote:
> 
>> Am Freitag, 18. Januar 2013 um 16:37:11, schrieb Jerry <lancebo...@qwest.net>
>>>                     ^
>>> /Applications/Words/LyX_outer_folder/lyx-git/lyx/src/insets/InsetTabular.cpp:194:19:
>>>  error: call to function 'tostr' that is neither visible in the template 
>>> definition nor found by argument-dependent
>>>      lookup
>>>        string const s = tostr(t);
>>>                         ^
>> 
>> I don't understand.
>> 
>> 1.) You are able to compile master tree
> 
> That's correct.
> 
>> 2.) The source "src/insets/InsetTabular.cpp" respective to tostr() is in 
>> both cases
>>              the same, there should be the same error.
> 
> Unfortunately, no. The master version and the 2.0.0 version of 
> InsetTabular.cpp, using my file comparison tool, shows 143 differences 
> between the two files. On the 2.0.0 version, 
> /Applications/Words/LyX_outer_folder/lyx-git/lyx/src/insets/InsetTabular.cpp:194:19
>  points to the third "s" in the line
>       string const s = tostr(t);
> The file sizes are different, with the master version at 166,776 bytes and 
> the 2.0.0 version at 160,383 bytes.
> 
>> 
>> Maybe different compile parameters?
> 
> No, same compile parameters.
> 
> Jerry

I fixed my build script and can now compile, but linking is bombing. Please see 
my next e-mail. BTW, these two versions of this file, InsetTabular.cpp, after 
my fix, are still different in 85 places
Jerry

>> 
>> Apropos, the given line numbers are totally unrelated to the actual 2.0.x 
>> version.
>> Could you please try to compile this one first?
>> 
>>      Kornel
> 
> 

Reply via email to