Re: changeset 21874 makes trunk uncompilable

2007-12-01 Thread Abdelrazak Younes
Uwe Stöhr wrote: Hello Abdel, in http://www.lyx.org/trac/changeset/21874 you changed - unsigned long sum(FileName const & file) + unsigned long sum(char const * file) But this leads to this compilation error: D:\LyXSVN\lyx-devel\src\support\lyxsum.cpp(140) : error C2228: Left from ".isDirecto

Re: SVN1.5.2 revision 21899

2007-12-01 Thread Roger Mc Murtrie
Adding #include to TocModel.cpp resulted in a working LyX1.5.3 I also had to make these changes to the release version of 1.5.2 to get it to build under OSX 10.5.1 and Xtools 3.0. Roger On 02/12/2007, at 10:47 AM, Roger Mc Murtrie wrote: I forgot to mention that I have just upgraded to

Re: SVN1.5.2 revision 21899

2007-12-01 Thread Andre Poenitz
On Sun, Dec 02, 2007 at 10:09:59AM +1100, Roger Mc Murtrie wrote: > On 02/12/2007, at 9:40 AM, Roger Mc Murtrie wrote: > >> OSX 10.5.1 >> SVN1.5.2 revision 21899 failed with: >> g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h >> -I./.. -I../../boost -Wextra -Wall >> -I/Sys

Re: SVN1.5.2 revision 21899

2007-12-01 Thread Roger Mc Murtrie
I forgot to mention that I have just upgraded to OSX 10.5.1 and Xtools 3.0. Just another error: TocModel.cpp: In member function 'void lyx::frontend::TocModel::populate(const lyx::Toc&)': TocModel.cpp:91: error: 'INT_MAX' was not declared in this scope Roger On 02/12/2007, at 10:25 AM, Rog

Re: SVN1.5.2 revision 21899

2007-12-01 Thread Roger Mc Murtrie
However, this seemed to cause another problem later in the build so I ended up specifying both string includes in docstring.h #include #include Doesn't look good but seems to fix the problem until a more sophisticated fix is provided. Roger On 02/12/2007, at 10:09 AM, Roger Mc Murtrie wro

Re: SVN1.5.2 revision 21899

2007-12-01 Thread Andre Poenitz
On Sun, Dec 02, 2007 at 09:40:24AM +1100, Roger Mc Murtrie wrote: > OSX 10.5.1 > SVN1.5.2 revision 21899 failed with: > g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h > -I./.. -I../../boost -Wextra -Wall > -I/System/Library/Frameworks/CoreFoundation.framework/Headers -g

Re: SVN1.5.2 revision 21899

2007-12-01 Thread Roger Mc Murtrie
Changing #include to #include in docstring.h seems to fix it. Roger On 02/12/2007, at 9:40 AM, Roger Mc Murtrie wrote: OSX 10.5.1 SVN1.5.2 revision 21899 failed with: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./ pch.h -I./.. -I../../boost -Wextra -Wall -I/System/Librar

SVN1.5.2 revision 21899

2007-12-01 Thread Roger Mc Murtrie
OSX 10.5.1 SVN1.5.2 revision 21899 failed with: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./ pch.h -I./.. -I../../boost -Wextra -Wall -I/System/Library/Frameworks/ CoreFoundation.framework/Headers -g -Os -MT InsetMathAMSArray.lo -MD - MP -MF .deps/InsetMathAMSArray.Tpo -c

changeset 21874 makes trunk uncompilable

2007-12-01 Thread Uwe Stöhr
Hello Abdel, in http://www.lyx.org/trac/changeset/21874 you changed - unsigned long sum(FileName const & file) + unsigned long sum(char const * file) But this leads to this compilation error: D:\LyXSVN\lyx-devel\src\support\lyxsum.cpp(140) : error C2228: Left from ".isDirectory" must be a clas

Re: [Cvslog] r21896 - in /lyx-devel/trunk/src: Converter.cpp support/F...

2007-12-01 Thread Andre Poenitz
On Sat, Dec 01, 2007 at 12:57:09PM +0100, Peter Kümmel wrote: > Peter Kümmel wrote: >> Andre Poenitz wrote: #include +#include >>> Looks like I have no chance to keep that out. First Abdel, now you ;-} >> Sorry, didn't know that this header is that critical at this point. >> I will l

Re: [Cvslog] r21898 - /lyx-devel/trunk/src/support/environment.cpp

2007-12-01 Thread Andre Poenitz
On Sat, Dec 01, 2007 at 10:52:52AM -, [EMAIL PROTECTED] wrote: > Author: kuemmel > Date: Sat Dec 1 11:52:52 2007 > New Revision: 21898 > > URL: http://www.lyx.org/trac/changeset/21898 > Log: > fix memory leak > > Modified: > lyx-devel/trunk/src/support/environment.cpp > > Modified: lyx-

Re: [Cvslog] r21896 - in /lyx-devel/trunk/src: Converter.cpp support/F...

2007-12-01 Thread Andre Poenitz
On Sat, Dec 01, 2007 at 12:03:26PM +0100, Peter Kümmel wrote: > Andre Poenitz wrote: >> On Sat, Dec 01, 2007 at 10:23:17AM -, [EMAIL PROTECTED] wrote: >>> Modified: lyx-devel/trunk/src/support/FileName.h >>> URL: >>> http://www.lyx.org/trac/file/lyx-devel/trunk/src/support/FileName.h?rev=21896

Re: [Cvslog] r21896 - in /lyx-devel/trunk/src: Converter.cpp support/F...

2007-12-01 Thread Peter Kümmel
Peter Kümmel wrote: Andre Poenitz wrote: #include +#include Looks like I have no chance to keep that out. First Abdel, now you ;-} Sorry, didn't know that this header is that critical at this point. I will look for a better solution. Seriously. dirList() is used exactly once in out cod

Re: [Cvslog] r21896 - in /lyx-devel/trunk/src: Converter.cpp support/F...

2007-12-01 Thread Peter Kümmel
Andre Poenitz wrote: On Sat, Dec 01, 2007 at 10:23:17AM -, [EMAIL PROTECTED] wrote: Modified: lyx-devel/trunk/src/support/FileName.h URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/support/FileName.h?rev=21896 ===

Re: [Cvslog] r21896 - in /lyx-devel/trunk/src: Converter.cpp support/F...

2007-12-01 Thread Andre Poenitz
On Sat, Dec 01, 2007 at 10:23:17AM -, [EMAIL PROTECTED] wrote: > Modified: lyx-devel/trunk/src/support/FileName.h > URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/src/support/FileName.h?rev=21896 > == > --- lyx-de

Re: lyx-devel does not compile

2007-12-01 Thread Abdelrazak Younes
Hartmut Haase wrote: Since a couple of days every compilation stops here: You have to upgrade Qt. Qt 4.2 is the minimum required for a few weeks already. Abdel.

lyx-devel does not compile

2007-12-01 Thread Hartmut Haase
Since a couple of days every compilation stops here: if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I.