Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Abdelrazak Younes
Georg Baum wrote: On Saturday 30 December 2006 15:43, Abdelrazak Younes wrote: I think this is old, disabled, bidi code. Don't touch it if you don't know what you're doing. Georg, do you know something about this? Not really. If you want to fix this without understanding comment out the whole

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Abdelrazak Younes
Georg Baum wrote: On Saturday 30 December 2006 15:50, Abdelrazak Younes wrote: Ah.. OK, then commit and I'll take care of that afterward. There are some more unused vaiables. Did you forget to use right_margin in getColumnNearX, or can it be removed? I used it at some point in the transiti

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Georg Baum
On Saturday 30 December 2006 15:50, Abdelrazak Younes wrote: > Ah.. OK, then commit and I'll take care of that afterward. There are some more unused vaiables. Did you forget to use right_margin in getColumnNearX, or can it be removed? Georg Index: src/text2.C ==

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Georg Baum
On Saturday 30 December 2006 12:49, Abdelrazak Younes wrote: > Kornel Benko wrote: > > Hi, > > last svn1.5 version, binding ... > > I forgot to remove the duplicates in text.C, MSVC did not complain... > This is fixed now. MSVC was right. Kornel must have a buggy compiler, it is not handling anon

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Georg Baum
On Saturday 30 December 2006 15:43, Abdelrazak Younes wrote: > I think this is old, disabled, bidi code. Don't touch it if you don't > know what you're doing. Georg, do you know something about this? Not really. If you want to fix this without understanding comment out the whole if statement with

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: Edwin Leuven wrote: Abdelrazak Younes wrote: I am sanitizing the DEPM so the returned boolean is going to disappear soon, don't touch this code please. Ditto. i commented them out because atm these are handled as errors... Ah.. OK, then commit

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: Edwin Leuven wrote: Abdelrazak Younes wrote: I am sanitizing the DEPM so the returned boolean is going to disappear soon, don't touch this code please. Ditto. i commented them out because atm these are handled as errors... Ah.. OK, then commit

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Edwin Leuven
Abdelrazak Younes wrote: Edwin Leuven wrote: Abdelrazak Younes wrote: I am sanitizing the DEPM so the returned boolean is going to disappear soon, don't touch this code please. Ditto. i commented them out because atm these are handled as errors... Ah.. OK, then commit and I'll take care o

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: I am sanitizing the DEPM so the returned boolean is going to disappear soon, don't touch this code please. Ditto. i commented them out because atm these are handled as errors... Ah.. OK, then commit and I'll take care of that afterward. Abdel.

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Edwin Leuven
Abdelrazak Younes wrote: I am sanitizing the DEPM so the returned boolean is going to disappear soon, don't touch this code please. Ditto. i commented them out because atm these are handled as errors...

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Peter Kümmel
Edwin Leuven wrote: > attached some more unused stuff > > one thing: msvc complained about boundary below not being referenced. > removing the false in the if got rid of the warning. am not sure if i > understand what it was doing there (and didn't try to grasp the if > either) ... > When you th

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Abdelrazak Younes
Edwin Leuven wrote: attached some more unused stuff one thing: msvc complained about boundary below not being referenced. removing the false in the if got rid of the warning. am not sure if i understand what it was doing there (and didn't try to grasp the if either) ... I think this is old,

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Edwin Leuven
attached some more unused stuff one thing: msvc complained about boundary below not being referenced. removing the false in the if got rid of the warning. am not sure if i understand what it was doing there (and didn't try to grasp the if either) ... @@ -1073,7 +1069,7 @@ bo

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Edwin Leuven wrote: could it be that the attached are trailin... ? Yes, you're right, please commit. It's a pity that MSVC doesn't detect unused variables... Because you compile with warning level 3. Now you can't forget it :) I've marked the rel

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Peter Kümmel
Abdelrazak Younes wrote: > Edwin Leuven wrote: >> could it be that the attached are trailin... ? > > Yes, you're right, please commit. It's a pity that MSVC doesn't detect > unused variables... Because you compile with warning level 3. Now you can't forget it :) I've marked the relevant warnings

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Peter Kümmel
Edwin Leuven wrote: > Abdelrazak Younes wrote: >> Edwin Leuven wrote: >>> could it be that the attached are trailin... ? >> >> Yes, you're right, please commit. It's a pity that MSVC doesn't detect >> unused variables... > > it is in. > > msvc complains here. you probably turned off the warnings.

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Edwin Leuven
Abdelrazak Younes wrote: Edwin Leuven wrote: could it be that the attached are trailin... ? Yes, you're right, please commit. It's a pity that MSVC doesn't detect unused variables... it is in. msvc complains here. you probably turned off the warnings. the only thing i do here is: cmake

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Abdelrazak Younes
Edwin Leuven wrote: could it be that the attached are trailin... ? Yes, you're right, please commit. It's a pity that MSVC doesn't detect unused variables... Abdel.

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Edwin Leuven
could it be that the attached are trailin... ? Index: text.C === --- text.C (revision 16438) +++ text.C (working copy) @@ -1798,8 +1798,6 @@ if (pm.rows().empty()) return 0; - int max_width =

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Kornel Benko
Am Samstag, 30. Dezember 2006 12:49 schrieb Abdelrazak Younes: > I forgot to remove the duplicates in text.C, MSVC did not complain... > This is fixed now. As usual, very fast :) Confirmed. Kornel -- Kornel Benko [EMAIL PROTECTED] pgpCNs3XLFy5A.pgp Description: PGP signature

Re: Cannot bind, multiple definition of ...

2006-12-30 Thread Abdelrazak Younes
Kornel Benko wrote: Hi, last svn1.5 version, binding ... I forgot to remove the duplicates in text.C, MSVC did not complain... This is fixed now. Thanks for the report, Abdel.