Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-08 Thread Jean-Marc Lasgouttes
Le 07/04/2024 à 21:09, Richard Kimberly Heck a écrit : Riki, can I backport this trivial fix (c7f53afd), along with the more complicated 51562ff3 to 2.4.x? This is needed for compilation with MSVC 2019. OK. Done, thanks. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-07 Thread Richard Kimberly Heck
On 4/7/24 14:48, Jean-Marc Lasgouttes wrote: Le 05/04/2024 à 18:09, Yu Jin a écrit :     Is it better when replacing uint with unsigned int? Yeah, it is. This is now in master. Riki, can I backport this trivial fix (c7f53afd), along with the more complicated 51562ff3 to 2.4.x? This is neede

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-07 Thread Jean-Marc Lasgouttes
Le 05/04/2024 à 18:09, Yu Jin a écrit : Is it better when replacing uint with unsigned int? Yeah, it is. This is now in master. Riki, can I backport this trivial fix (c7f53afd), along with the more complicated 51562ff3 to 2.4.x? This is needed for compilation with MSVC 2019. JMarc --

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-05 Thread Yu Jin
Am Fr., 5. Apr. 2024 um 18:05 Uhr schrieb Jean-Marc Lasgouttes: > Le 05/04/2024 à 17:55, Yu Jin a écrit : > > Yeah I get this error now in Text.cpp > > > > Build started at 17:53... > > 1>-- Build started: Project: LyX (applications\LyX\LyX), > > Configuration: Debug x64 -- > > 1>Text.cpp

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-05 Thread Jean-Marc Lasgouttes
Le 05/04/2024 à 17:55, Yu Jin a écrit : Yeah I get this error now in Text.cpp Build started at 17:53... 1>-- Build started: Project: LyX (applications\LyX\LyX), Configuration: Debug x64 -- 1>Text.cpp 1>C:\lyx\master\src\Text.cpp(5961,19): error C2065: 'uint': undeclared identifier I

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-05 Thread Yu Jin
Am Do., 4. Apr. 2024 um 17:51 Uhr schrieb Jean-Marc Lasgouttes: > Le 03/04/2024 à 17:03, Yu Jin a écrit : > > I am not able to compile LyX with the newest Qt (6.7.0), I get these > > error when compiling factory.cpp: > > 1>C:\Qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h(228,30): error > > C2248:

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-04 Thread Jean-Marc Lasgouttes
Le 03/04/2024 à 17:03, Yu Jin a écrit : I am not able to compile LyX with the newest Qt (6.7.0), I get these error when compiling factory.cpp: 1>C:\Qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h(228,30): error C2248: 'Qt::partial_ordering::partial_ordering': cannot access private member declare

c2248 compile error with qcompare and Qt 6.7.0

2024-04-03 Thread Yu Jin
I am not able to compile LyX with the newest Qt (6.7.0), I get these error when compiling factory.cpp: 1>C:\Qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h(228,30): error C2248: 'Qt::partial_ordering::partial_ordering': cannot access private member declared in class 'Qt::partial_ordering' 1>Note: in

Re: Compile Error under macOS

2021-12-06 Thread Stephan Witt
Am 07.12.2021 um 07:38 schrieb Stephan Witt : > > Am 06.12.2021 um 14:43 schrieb Christoph Schmitz : >> >> Stephan, >> >> Many thanks! Adding the new config parameter >> "--with-macos-deployment-target=11.1" solved the issue. On both computers. > > Ok, that’s fine. > >> Qt is installed on my

Re: Compile Error under macOS

2021-12-06 Thread Stephan Witt
Am 06.12.2021 um 14:43 schrieb Christoph Schmitz : > > Stephan, > > Many thanks! Adding the new config parameter > "--with-macos-deployment-target=11.1" solved the issue. On both computers. Ok, that’s fine. > Qt is installed on my system via homebrew. The currently installed version is > 6.2.

Re: Compile Error under macOS

2021-12-06 Thread Christoph Schmitz
Stephan, Many thanks! Adding the new config parameter "--with-macos-deployment-target=11.1" solved the issue. On both computers. Qt is installed on my system via homebrew. The currently installed version is 6.2.2. Chris > Am 06.12.2021 um 07:35 schrieb Stephan Witt : > > Am 06.12.2021 um 06

Re: Compile Error under macOS

2021-12-05 Thread Stephan Witt
Am 06.12.2021 um 06:25 schrieb Christoph Schmitz : > > I compile LyX on two MacBooks (one Intel Core i7, and one Apple M1), both > running macOS 12.1 Beta (21C5045a). Sorry, this doesn’t answer the question about your Qt version. The error message tells us it’s impossible to compile LyX with yo

Re: Compile Error under macOS

2021-12-05 Thread Christoph Schmitz
I compile LyX on two MacBooks (one Intel Core i7, and one Apple M1), both running macOS 12.1 Beta (21C5045a). Chris > Am 05.12.2021 um 22:49 schrieb Stephan Witt : > > Am 05.12.2021 um 22:32 schrieb Christoph Schmitz : >> >> The latest changes have introduced an issue for macOS X (Qt 6). > >

Re: Compile Error under macOS

2021-12-05 Thread Stephan Witt
Am 05.12.2021 um 22:32 schrieb Christoph Schmitz : > > The latest changes have introduced an issue for macOS X (Qt 6). What’s your Qt version? I’m using 6.2.0 on macOS 11.1 (with 11.1 SDK) and it works with minimum of macOS 10.14. Stephan > > These are the last lines of the output before the

Compile Error under macOS

2021-12-05 Thread Christoph Schmitz
The latest changes have introduced an issue for macOS X (Qt 6).These are the last lines of the output before the error occurs:file included from filetools.cpp:42:In file included from /opt/homebrew/lib/QtCore.framework/Headers/QDir:1:In file included from /opt/homebrew/lib/QtCore.framework/Headers/

Re: Compile error

2020-10-23 Thread Kornel Benko
Am Fri, 23 Oct 2020 19:41:48 +0200 schrieb Jean-Marc Lasgouttes : > Le 23/10/2020 à 13:23, Kornel Benko a écrit : > > Am Fri, 23 Oct 2020 11:51:01 +0200 > > schrieb Kornel Benko : > > > >> Compiled with --std=c++17 > >> > >> /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid

Re: SOLVED: Compile error

2020-10-23 Thread Kornel Benko
Am Fri, 23 Oct 2020 13:23:34 +0200 schrieb Kornel Benko : > Am Fri, 23 Oct 2020 11:51:01 +0200 > schrieb Kornel Benko : > > > Compiled with --std=c++17 > > > > /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid > > conversion from > > ‘char**’ to ‘const char**’ [-fpermissive

Re: Compile error

2020-10-23 Thread Jean-Marc Lasgouttes
Le 23/10/2020 à 13:23, Kornel Benko a écrit : Am Fri, 23 Oct 2020 11:51:01 +0200 schrieb Kornel Benko : Compiled with --std=c++17 /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid conversion from ‘char**’ to ‘const char**’ [-fpermissive] size_t converted = iconv(cd, cons

Re: Compile error

2020-10-23 Thread Kornel Benko
Am Fri, 23 Oct 2020 11:51:01 +0200 schrieb Kornel Benko : > Compiled with --std=c++17 > > /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid > conversion from > ‘char**’ to ‘const char**’ [-fpermissive] size_t converted = iconv(cd, > const_cast ICONV_CONST **>(from), ^~~

Compile error

2020-10-23 Thread Kornel Benko
Compiled with --std=c++17 /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid conversion from ‘char**’ to ‘const char**’ [-fpermissive] size_t converted = iconv(cd, const_cast(from), ^ In file included from /usr2/src/lyx/lyx-git/src/support/

Re: Master compile error

2016-06-30 Thread Jean-Marc Lasgouttes
Le 26/06/2016 à 16:58, Guillaume Munch a écrit : Le 26/06/2016 15:04, Jürgen Spitzmüller a écrit : Am Sonntag, den 26.06.2016, 14:30 +0100 schrieb Guillaume Munch: Hi Jürgen, I can have a look. Please send your config.log. Thank you. Log is attached. Thank you. I think the problem is ther

Re: Master compile error

2016-06-27 Thread Kornel Benko
Am Sonntag, 26. Juni 2016 um 19:48:52, schrieb Enrico Forestieri > On Sun, Jun 26, 2016 at 07:23:08PM +0200, Jean-Marc Lasgouttes wrote: > > > Le 26/06/2016 17:56, Enrico Forestieri a écrit : > > > On Sun, Jun 26, 2016 at 05:44:04PM +0200, Jean-Marc Lasgouttes wrote: > > > > > > > Le 26/06/2016

Re: Master compile error

2016-06-26 Thread Enrico Forestieri
On Sun, Jun 26, 2016 at 07:23:08PM +0200, Jean-Marc Lasgouttes wrote: > Le 26/06/2016 17:56, Enrico Forestieri a écrit : > > On Sun, Jun 26, 2016 at 05:44:04PM +0200, Jean-Marc Lasgouttes wrote: > > > > > Le 26/06/2016 17:32, Enrico Forestieri a écrit : > > > > > The macro LYX_CHECK_DEF does not

Re: Master compile error

2016-06-26 Thread Jean-Marc Lasgouttes
Le 26/06/2016 17:56, Enrico Forestieri a écrit : On Sun, Jun 26, 2016 at 05:44:04PM +0200, Jean-Marc Lasgouttes wrote: Le 26/06/2016 17:32, Enrico Forestieri a écrit : The macro LYX_CHECK_DEF does not pass the option -std=X to g++ for the test. Probably it has only been working by chance up to

Re: Master compile error

2016-06-26 Thread Enrico Forestieri
On Sun, Jun 26, 2016 at 05:44:04PM +0200, Jean-Marc Lasgouttes wrote: > Le 26/06/2016 17:32, Enrico Forestieri a écrit : > > > The macro LYX_CHECK_DEF does not pass the option -std=X to g++ for the > > > test. Probably it has only been working by chance up to now. Can any > > > configure expert ha

Re: Master compile error

2016-06-26 Thread Jean-Marc Lasgouttes
Le 26/06/2016 17:32, Enrico Forestieri a écrit : The macro LYX_CHECK_DEF does not pass the option -std=X to g++ for the test. Probably it has only been working by chance up to now. Can any configure expert have a look? Does the attached patch help? You may have to use the cxx11_flags variable

Re: Master compile error

2016-06-26 Thread Jürgen Spitzmüller
Am Sonntag, den 26.06.2016, 17:32 +0200 schrieb Enrico Forestieri: > Does the attached patch help? Yes, it compiles now. Thanks Jürgen

Re: Master compile error

2016-06-26 Thread Enrico Forestieri
On Sun, Jun 26, 2016 at 03:58:07PM +0100, Guillaume Munch wrote: > Le 26/06/2016 15:04, Jürgen Spitzmüller a écrit : > > Am Sonntag, den 26.06.2016, 14:30 +0100 schrieb Guillaume Munch: > > > Hi Jürgen, > > > > > > I can have a look. Please send your config.log. > > > > Thank you. Log is attache

Re: Master compile error

2016-06-26 Thread Jean-Marc Lasgouttes
Le 26/06/2016 16:58, Guillaume Munch a écrit : Le 26/06/2016 15:04, Jürgen Spitzmüller a écrit : Am Sonntag, den 26.06.2016, 14:30 +0100 schrieb Guillaume Munch: Hi Jürgen, I can have a look. Please send your config.log. Thank you. Log is attached. Thank you. I think the problem is there:

Re: Master compile error

2016-06-26 Thread Guillaume Munch
Le 26/06/2016 15:04, Jürgen Spitzmüller a écrit : Am Sonntag, den 26.06.2016, 14:30 +0100 schrieb Guillaume Munch: Hi Jürgen, I can have a look. Please send your config.log. Thank you. Log is attached. Thank you. I think the problem is there: configure:8141: checking whether make_unique

Re: Master compile error

2016-06-26 Thread Jürgen Spitzmüller
Am Sonntag, den 26.06.2016, 14:30 +0100 schrieb Guillaume Munch: > Hi Jürgen, > > I can have a look. Please send your config.log. Thank you. Log is attached. Jürgen > > Guillaume > This file contains any messages produced by compilers while running configure, to aid debugging if configure make

Re: Master compile error

2016-06-26 Thread Guillaume Munch
Le 26/06/2016 12:55, Jürgen Spitzmüller a écrit : Master does not build for me with autotools and gcc 6.1.1: In file included from ./../support/unicode.h:18:0, from docstream.cpp:15: ./../support/unique_ptr.h:24:28: error: ‘std::make_unique’ has not been declared namespace ly

Master compile error

2016-06-26 Thread Jürgen Spitzmüller
Master does not build for me with autotools and gcc 6.1.1: In file included from ./../support/unicode.h:18:0,  from docstream.cpp:15: ./../support/unique_ptr.h:24:28: error: ‘std::make_unique’ has not been declared  namespace lyx { using std::make_unique; } Regards Jürgen

Re: Compile error

2015-05-20 Thread Kornel Benko
Am Mittwoch, 20. Mai 2015 um 12:16:44, schrieb Jean-Marc Lasgouttes > Le 20/05/2015 12:13, Kornel Benko a écrit : > > Thanks Jean-Marc. If I understood correctly we need this define > > only if using g++11 extension? > > No, whenever we enable C++11 (gcc, clang, visual studio...). > > JMarc Th

Re: Compile error

2015-05-20 Thread Jean-Marc Lasgouttes
Le 20/05/2015 12:13, Kornel Benko a écrit : Thanks Jean-Marc. If I understood correctly we need this define only if using g++11 extension? No, whenever we enable C++11 (gcc, clang, visual studio...). JMarc

Re: Compile error

2015-05-20 Thread Kornel Benko
Am Mittwoch, 20. Mai 2015 um 11:33:20, schrieb Jean-Marc Lasgouttes > Le 20/05/2015 11:30, Kornel Benko a écrit : > > All of sudden I get this error: > > It's my fault. Now autotools declares LYX_USE_CXX11 when needed and the > code uses this macro instead of comparing value of __cplusplus. Thi

Re: Compile error

2015-05-20 Thread Jean-Marc Lasgouttes
Le 20/05/2015 11:31, Mayank Jha a écrit : Guys please remove me from the mailing list, I have been trying for many days now! Please do it. Hello, Assuming that you have read http://www.lyx.org/MailingLists#toc11, did you try to send a message to lyx-devel-unsubscr...@lists.lyx.org ? Assum

Re: Compile error

2015-05-20 Thread Jean-Marc Lasgouttes
Le 20/05/2015 11:30, Kornel Benko a écrit : All of sudden I get this error: It's my fault. Now autotools declares LYX_USE_CXX11 when needed and the code uses this macro instead of comparing value of __cplusplus. This is because gcc 4.6 and earlier do not declare __cplusplus as they should.

Re: Compile error

2015-05-20 Thread Mayank Jha
Guys please remove me from the mailing list, I have been trying for many days now! Please do it. On Wed, May 20, 2015 at 3:00 PM, Kornel Benko wrote: > All of sudden I get this error: > > [ 75%] Building CXX object src/CMakeFiles/lyx2.2.dir/CutAndPaste.cpp.o > cd /usr/BUILD/BuildLyxGitQt5/src &&

Compile error

2015-05-20 Thread Kornel Benko
All of sudden I get this error: [ 75%] Building CXX object src/CMakeFiles/lyx2.2.dir/CutAndPaste.cpp.o cd /usr/BUILD/BuildLyxGitQt5/src && /usr/bin/c++ -DBOOST_SIGNALS_NO_DEPRECATION_WARNING=1 -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -Wall -Wunused-parameter

Re: Compile error: BufferView.cpp (Mac)

2011-12-19 Thread BH
On Mon, Dec 19, 2011 at 4:05 PM, Stephan Witt wrote: > > Hi Bennett, > > possibly you had my patch applied to correct the word count and your checkout > is not clean? > > Stephan Yep -- that was it. Thanks. BH

Compile error: BufferView.cpp (Mac)

2011-12-19 Thread BH
On Mac, with autotools, I get the following compile error with current trunk: BufferView.cpp: In member function ‘void lyx::BufferView::dispatch(const lyx::FuncRequest&, lyx::DispatchResult&)’: BufferView.cpp:1651: error: ‘countWords’ was not declared in this scope BufferView.cpp:165

Re: Compile error in branch

2011-05-01 Thread BH
On Sun, May 1, 2011 at 10:33 AM, Vincent van Ravesteijn wrote: > On 1-5-2011 16:28, BH wrote: >> I haven't tried compiling branch in a while, but trying today leads to >> a compile error (using Qt-4.4): > > > This is the error: > > "This file was generated

Re: Compile error in branch

2011-05-01 Thread Vincent van Ravesteijn
On 1-5-2011 16:28, BH wrote: > I haven't tried compiling branch in a while, but trying today leads to > a compile error (using Qt-4.4): This is the error: "This file was generated using the moc from 4.7.1. It cannot be used with the include files from this version of Qt. (The

Re: Compile error in branch

2011-05-01 Thread Jürgen Spitzmüller
BH wrote: > I haven't tried compiling branch in a while, but trying today leads to > a compile error (using Qt-4.4): Did you try with a make distclean'ed tree? Jürgen

Compile error in branch

2011-05-01 Thread BH
I haven't tried compiling branch in a while, but trying today leads to a compile error (using Qt-4.4): In file included from SignalSlotPrivate.cpp:15: SignalSlotPrivate_moc.cpp:14:2: error: #error "This file was generated using the moc from 4.7.1. It" SignalSlotPrivate_moc.cpp:15:2

Re: GuiApplication.cpp compile error

2009-10-03 Thread Pavel Sanda
BH wrote: > I don't see what the problem is: it's only 78 MB! It has the normal > stuff in the beginning, and the bulk of the file consists of > repetitions of: > > \editor_alternatives asciichess kwrite > \editor_alternatives asciiimage kwrite . > Deleting the old preferences file brings lau

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb BH: > > Right, this one is weird, could you check your preference file Bennett? > > I don't see what the problem is: it's only 78 MB! It has the normal > stuff in the beginning, and the bulk of the file consists of > repetitions of: > > \editor_alternatives asciic

Re: GuiApplication.cpp compile error

2009-10-03 Thread BH
On Sat, Oct 3, 2009 at 5:40 AM, Abdelrazak Younes wrote: > On 03/10/2009 11:13, Kornel Benko wrote: > > Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: > Normally mmap is on a opened file. This is really a big file, (for > preferences I mean). > > > Right, this one is weird, could you check

Re: GuiApplication.cpp compile error

2009-10-03 Thread Abdelrazak Younes
On 03/10/2009 11:13, Kornel Benko wrote: Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: ... Well, it is not for me so please enlighten me. Well, as I understood ... Here you go, with r31489. I did 3 profiles: launching LyX, opening preferences, and saving preferences. La

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: ... > Well, it is not for me so please enlighten me. Well, as I understood ... > Here you go, with r31489. I did 3 profiles: launching LyX, opening > preferences, and saving preferences. Launching LyX should not have > involved reconfiguring,

Re: GuiApplication.cpp compile error

2009-10-03 Thread Abdelrazak Younes
On 03/10/2009 09:47, Kornel Benko wrote: Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: On 02/10/2009 04:14, BH wrote: ... lyx(19763,0xa0898720) malloc: *** mmap(size=1308676096) failed (error code=12) *** error: can't allocate region Why should we need 130867609

Re: GuiApplication.cpp compile error

2009-10-03 Thread Kornel Benko
Am Samstag 03 Oktober 2009 schrieb Abdelrazak Younes: > On 02/10/2009 04:14, BH wrote: ... > > lyx(19763,0xa0898720) malloc: *** mmap(size=1308676096) failed (error > > code=12) *** error: can't allocate region Why should we need 1308676096 bytes? > > *** set a breakpoint in malloc_error_break to

Re: GuiApplication.cpp compile error

2009-10-02 Thread Abdelrazak Younes
On 02/10/2009 04:14, BH wrote: On Thu, Oct 1, 2009 at 3:46 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Abdelrazak Younes writes: But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally speaking, trunk seems to have slo

Re: GuiApplication.cpp compile error

2009-10-01 Thread Abdelrazak Younes
BH wrote: On Thu, Oct 1, 2009 at 3:46 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Abdelrazak Younes writes: But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally speaking, trunk seems to have slowed dow

Re: GuiApplication.cpp compile error

2009-10-01 Thread BH
On Thu, Oct 1, 2009 at 3:46 AM, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: >> >> Abdelrazak Younes writes: >>  But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally speaking, trunk seems to have slowed dow

Re: GuiApplication.cpp compile error

2009-10-01 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes writes: But it takes a very long time to save preferences -- several seconds minimum, eating up processor time. Generally speaking, trunk seems to have slowed down considerably (especially noticeable with typing speed) in the last month.

Re: GuiApplication.cpp compile error

2009-10-01 Thread Jean-Marc Lasgouttes
Abdelrazak Younes writes: >> But it takes a very long time to save preferences -- >> several seconds minimum, eating up processor time. Generally speaking, >> trunk seems to have slowed down considerably (especially noticeable >> with typing speed) in the last month. >> > > Are you sure you co

Re: GuiApplication.cpp compile error

2009-10-01 Thread Abdelrazak Younes
BH wrote: On Wed, Sep 30, 2009 at 10:30 AM, Abdelrazak Younes wrote: BH wrote: But here's another: Open new document; LyX > Preferences; change anything; click on "Save" button --> Crash. Backtrace is below. Once again, this does not happen when no document is open. Fixed.

Re: GuiApplication.cpp compile error

2009-09-30 Thread BH
On Wed, Sep 30, 2009 at 10:30 AM, Abdelrazak Younes wrote: > BH wrote: >> >> But here's another: Open new document; LyX > Preferences; change >> anything; click on "Save" button --> Crash. Backtrace is below. >> >> Once again, this does not happen when no document is open. >> > > Fixed. Yep. It d

Re: GuiApplication.cpp compile error

2009-09-30 Thread Abdelrazak Younes
BH wrote: On Wed, Sep 30, 2009 at 8:02 AM, BH wrote: I just committed a patch that should fix this particular issue but still I would like to know the exact steps to reproduce the crash. I am suspecting that QApplication::activeWindow() does not work on mac for full-screen mode... S

Re: GuiApplication.cpp compile error

2009-09-30 Thread BH
On Wed, Sep 30, 2009 at 3:44 AM, Abdelrazak Younes wrote: > BH wrote: >> >> On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes wrote: >> >>> >>> BH wrote: >>> > > By the way, I  did a lot of change that could impact the Mac platform > so > testing of LFUNs, multi-windows and the m

Re: GuiApplication.cpp compile error

2009-09-30 Thread Abdelrazak Younes
BH wrote: On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes wrote: BH wrote: By the way, I did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very welcome... I haven't had time to really test, but in 1 minute I noti

Re: GuiApplication.cpp compile error

2009-09-30 Thread Abdelrazak Younes
BH wrote: On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes wrote: BH wrote: By the way, I did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very welcome... I haven't had time to really test, but in 1 minute I noti

Re: GuiApplication.cpp compile error

2009-09-29 Thread BH
On Tue, Sep 29, 2009 at 4:07 AM, Abdelrazak Younes wrote: > BH wrote: >>> By the way, I  did a lot of change that could impact the Mac platform so >>> testing of LFUNs, multi-windows and the menubar is very welcome... >>> >> >> I haven't had time to really test, but in 1 minute I noticed that >> f

Re: GuiApplication.cpp compile error

2009-09-29 Thread Abdelrazak Younes
Anders Ekberg wrote: I can confirm the crash. In addition About LyX... and Preferences... are dimmed (as was the case with the withdrawn 1.6.4 version). OK, thanks. I'll add some debug code later this week or week-end in order to debug that. Abdel.

Re: GuiApplication.cpp compile error

2009-09-29 Thread Abdelrazak Younes
BH wrote: On Mon, Sep 28, 2009 at 3:20 PM, Abdelrazak Younes wrote: My fault, should be fixed now, sorry. Yes, that is fixed now. By the way, I did a lot of change that could impact the Mac platform so testing of LFUNs, multi-windows and the menubar is very welcome... I

Re: GuiApplication.cpp compile error

2009-09-29 Thread Anders Ekberg
I can confirm the crash. In addition About LyX... and Preferences... are dimmed (as was the case with the withdrawn 1.6.4 version). /Anders From: BH On Mon, Sep 28, 2009 at 3:20 PM, Abdelrazak Younes wrote: > My fault, should be fixed now, sorry. Yes, that is fixed now. > By the way, I

Re: GuiApplication.cpp compile error

2009-09-28 Thread BH
On Mon, Sep 28, 2009 at 3:20 PM, Abdelrazak Younes wrote: > My fault, should be fixed now, sorry. Yes, that is fixed now. > By the way, I  did a lot of change that could impact the Mac platform so > testing of LFUNs, multi-windows and the menubar is very welcome... I haven't had time to really

Re: GuiApplication.cpp compile error

2009-09-28 Thread Abdelrazak Younes
On 28/09/2009 19:53, BH wrote: After not having tried to compile trunk for a while, I'm getting the following error on Mac: Making all in frontends Making all in qt4 make all-am g++ -DHAVE_CONFIG_H -I. -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../src -I.

GuiApplication.cpp compile error

2009-09-28 Thread BH
After not having tried to compile trunk for a while, I'm getting the following error on Mac: Making all in frontends Making all in qt4 make all-am g++ -DHAVE_CONFIG_H -I. -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../src -I../../../src/frontends -I../../../

Re: Compile error in trunk.

2009-09-24 Thread Abdelrazak Younes
Andre Poenitz wrote: Buffer const & bufOn Wed, Sep 23, 2009 at 10:20:02PM +0200, Kornel Benko wrote: Abdel, my compiler does not like me ... /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiView.cpp: In member function ‘bool lyx::frontend::GuiView::goToFileRow(const std::string&)’: /usr/src/lyx/l

Re: Compile error in trunk.

2009-09-23 Thread Andre Poenitz
Buffer const & bufOn Wed, Sep 23, 2009 at 10:20:02PM +0200, Kornel Benko wrote: > Abdel, my compiler does not like me ... > /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiView.cpp: In member function > ‘bool lyx::frontend::GuiView::goToFileRow(const std::string&)’: > /usr/src/lyx/lyx-devel/src/fronte

Compile error in trunk.

2009-09-23 Thread Kornel Benko
Abdel, my compiler does not like me ... [ 15%] Building CXX object src/frontends/qt4/CMakeFiles/frontend_qt4.dir/usr/src/lyx/lyx-devel/src/frontends/qt4/GuiView.o cd /usr/BUILD/BuildLyx/src/frontends/qt4 && /usr/bin/c++ -DQT_NO_STL -DQT_NO_KEYWORDS -DHAVE_GETTEXT -DUSE_HUNSPELL=1 - DENABLE_NLS

Re: LyX.cpp compile error

2008-10-09 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Hum, it seems that we fixed that at the same time (I simply ignored > the conflict and didn't understand why there was only my change in > there). Anyway, I think your fix was wrong, wasn't it? You are completely right indeed. Thanks. JMarc

Re: LyX.cpp compile error

2008-10-09 Thread Abdelrazak Younes
On 09/10/2008 16:48, Jean-Marc Lasgouttes wrote: Joost Verburg<[EMAIL PROTECTED]> writes: The current trunk does not compile. parse_geometry is LyX.cpp (line 1057) does not return a value. Does it work now? I wonder why my compiler did not complain. Hum, it seems that we fixed

Re: LyX.cpp compile error

2008-10-09 Thread Jean-Marc Lasgouttes
Joost Verburg <[EMAIL PROTECTED]> writes: > The current trunk does not compile. parse_geometry is LyX.cpp (line > 1057) does not return a value. Does it work now? I wonder why my compiler did not complain. JMarc

LyX.cpp compile error

2008-10-09 Thread Joost Verburg
Hi, The current trunk does not compile. parse_geometry is LyX.cpp (line 1057) does not return a value. Joost

Re: Compile error

2008-09-23 Thread Christian Ridderström
On Mon, 22 Sep 2008, Andre Poenitz wrote: i guess everybody signed here http://wiki.lyx.org/Devel/LyXMeeting2008 will get the info, so just add yourself. André, will you add some invitational details to the page, or will you send your address etc via e-mail [off-list]? I will send details of

Re: Compile error

2008-09-22 Thread Andre Poenitz
On Mon, Sep 22, 2008 at 01:03:59PM +0200, Christian Ridderström wrote: > On Mon, 22 Sep 2008, Pavel Sanda wrote: > >> Kornel Benko wrote: >> Maybe we will see you in Berlin? >> >> I will also try to come. > > Thanks, I would like, but I fear, I will be of little help.

Re: Compile error

2008-09-22 Thread Christian Ridderström
On Mon, 22 Sep 2008, Pavel Sanda wrote: Kornel Benko wrote: Maybe we will see you in Berlin? I will also try to come. Thanks, I would like, but I fear, I will be of little help. The would be no valid argument, even if it were true, which I doubt. In this case I want at least to see you a

Re: Compile error

2008-09-22 Thread Pavel Sanda
Kornel Benko wrote: > > > > Maybe we will see you in Berlin? > > > > > > > > I will also try to come. > > > > > > Thanks, I would like, but I fear, I will be of little help. > > > > The would be no valid argument, even if it were true, which I doubt. > > In this case I want at least to see you all

Re: Compile error

2008-09-21 Thread Kornel Benko
Am Sonntag 21 September 2008 schrieb Andre Poenitz: > On Sun, Sep 21, 2008 at 12:39:08AM +0200, Kornel Benko wrote: > > Am Samstag 20 September 2008 schrieb Peter Kümmel: > > > Kornel Benko wrote: > > > > -- Kornel Benko [EMAIL PROTECTED] > > > > > > Maybe we will see you in Berlin? > > > > > > I w

Re: Compile error

2008-09-20 Thread Andre Poenitz
On Sun, Sep 21, 2008 at 12:39:08AM +0200, Kornel Benko wrote: > Am Samstag 20 September 2008 schrieb Peter Kümmel: > > Kornel Benko wrote: > > > -- Kornel Benko [EMAIL PROTECTED] > > > > Maybe we will see you in Berlin? > > > > I will also try to come. > > Thanks, I would like, but I fear, I will

Re: Compile error

2008-09-20 Thread Kornel Benko
Am Samstag 20 September 2008 schrieb Peter Kümmel: > Kornel Benko wrote: > > -- Kornel Benko [EMAIL PROTECTED] > > Maybe we will see you in Berlin? > > I will also try to come. Thanks, I would like, but I fear, I will be of little help. > Peter Kornel -- Kornel Benko [EMAIL PROTECTED]

Re: Compile error

2008-09-20 Thread Peter Kümmel
Kornel Benko wrote: -- Kornel Benko [EMAIL PROTECTED] Maybe we will see you in Berlin? I will also try to come. Peter

Re: Compile error

2008-09-20 Thread Kornel Benko
Am Saturday 20 September 2008 schrieb Abdelrazak Younes: > On 20/09/2008 09:02, Kornel Benko wrote: > > Hi, > > the newest r26461 does not compile on ubuntu. > > (Revision 26459 compiles fine) > > Should be fixed, sorry. It is. Fast as ever :) Kornel -- Kornel Benko [EMAIL PROTECTED]

Re: Compile error

2008-09-20 Thread Abdelrazak Younes
On 20/09/2008 09:02, Kornel Benko wrote: Hi, the newest r26461 does not compile on ubuntu. (Revision 26459 compiles fine) Should be fixed, sorry. Abdel.

Compile error

2008-09-20 Thread Kornel Benko
Hi, the newest r26461 does not compile on ubuntu. (Revision 26459 compiles fine) ... /usr/bin/c++ -Wall -Wall -O3 -DNDEBUG -I/mnt/usr6/src/lyx/BuildLyx -I/usr/src/lyx/lyx-devel/src -I/usr/src/lyx/lyx-devel/boost -I/usr/src/lyx/lyx-devel/src/insets -DQT_NO_STL -DQT_NO_KEYWORDS -DHAVE_GETTEXT

Compile error: GuiApplication.cpp

2008-06-05 Thread Bennett Helm
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../src -I../../../src/frontends -I../../../images -I/Users/bennett/lyx/qt-4.4-install/include -I/Users/bennett/lyx/qt-4.4-install/include/QtGui -I/Users/bennett/lyx/

Re: GuiApplication.cpp: compile error

2008-06-03 Thread Stefan Schimanski
Am 27.05.2008 um 01:34 schrieb Bennett Helm: On Mon, May 26, 2008 at 5:47 PM, Stefan Schimanski <[EMAIL PROTECTED]> wrote: However, the graphic does not display in LyX. It does not? Which OmniGraffle version? Here it work(ed) fine. Have to test again, maybe something broken during all the

Re: 1.6svn: compile error today: GuiDocument.cpp this time

2008-05-08 Thread Helge Hafting
Abdelrazak Younes wrote: Please try again. Fixed, but now GuiDocument.cpp breaks instead: /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel2/src/frontends/qt4 -I../../../src -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../../lyx-devel2/src -I../../.

Re: 1.6svn: compile error today: GuiApplication.h

2008-05-08 Thread Abdelrazak Younes
Please try again. Helge Hafting wrote: make[5]: Entering directory `/usr/src/lyx-build3/src/frontends/qt4' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel2/src/frontends/qt4 -I../../../src -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../../lyx-deve

1.6svn: compile error today: GuiApplication.h

2008-05-08 Thread Helge Hafting
make[5]: Entering directory `/usr/src/lyx-build3/src/frontends/qt4' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel2/src/frontends/qt4 -I../../../src -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../../lyx-devel2/src -I../../../../lyx-devel2/src/front

Re: Compile Error

2007-11-29 Thread Abdelrazak Younes
Kornel Benko wrote: Am Mittwoch, 28. November 2007 schrieb José Matos: On Wednesday 28 November 2007 16:48:36 Jean-Marc Lasgouttes wrote: I had that recently in a clean tree. :-( That is weird... What do you call 'clean'? A fresh checkout. I tested this on the machine I use to track Fedora

Re: Compile Error

2007-11-29 Thread Kornel Benko
Am Mittwoch, 28. November 2007 schrieb José Matos: > On Wednesday 28 November 2007 16:48:36 Jean-Marc Lasgouttes wrote: > > > > > > I had that recently in a clean tree. :-( > > > > That is weird... What do you call 'clean'? > > A fresh checkout. I tested this on the machine I use to track Fedo

Re: Compile Error

2007-11-28 Thread José Matos
On Wednesday 28 November 2007 16:48:36 Jean-Marc Lasgouttes wrote: > > > > I had that recently in a clean tree. :-( > > That is weird... What do you call 'clean'? A fresh checkout. I tested this on the machine I use to track Fedora development branch (rawhide). > JMarc -- José Abílio

Re: Compile Error

2007-11-28 Thread Jean-Marc Lasgouttes
José Matos <[EMAIL PROTECTED]> writes: > On Wednesday 28 November 2007 07:51:00 [EMAIL PROTECTED] wrote: >> > *** No rule to make target `../ButtonPolicy.cpp', needed by >> > `ButtonPolicy.lo'. Stop. >> >> try "make distclean". this is an automake dependency tracking bug, >> I think. > > I had

Re: Compile Error

2007-11-28 Thread José Matos
On Wednesday 28 November 2007 07:51:00 [EMAIL PROTECTED] wrote: > > *** No rule to make target `../ButtonPolicy.cpp', needed by > > `ButtonPolicy.lo'. Stop. > > try "make distclean". this is an automake dependency tracking bug, > I think. I had that recently in a clean tree. :-( > JMarc --

Re: Compile Error

2007-11-27 Thread lasgouttes
> *** No rule to make target `../ButtonPolicy.cpp', needed by > `ButtonPolicy.lo'. Stop. try "make distclean". this is an automake dependency tracking bug, I think. JMarc

  1   2   3   4   5   >