Re: Can't compile math manual

2025-06-18 Thread Scott Kostyshak
On Wed, Jun 18, 2025 at 05:02:47PM +0200, Jürgen Spitzmüller wrote: > Am Dienstag, dem 17.06.2025 um 22:59 +0200 schrieb Scott Kostyshak: > > Works well. Committed at fa6fa1f6. > > Meanwhile I had a closer look. With LyX's native \cmidrule support, the > case of active characters is handled gracef

Re: Can't compile math manual

2025-06-18 Thread Jürgen Spitzmüller
Am Dienstag, dem 17.06.2025 um 22:59 +0200 schrieb Scott Kostyshak: > Works well. Committed at fa6fa1f6. Meanwhile I had a closer look. With LyX's native \cmidrule support, the case of active characters is handled gracefully. The ERT in the Math manual is a relic. I now fixed it by using proper bo

Re: Can't compile math manual

2025-06-17 Thread Scott Kostyshak
On Tue, Jun 17, 2025 at 06:50:59PM +0200, Scott Kostyshak wrote: > On Tue, Jun 17, 2025 at 06:48:01PM +0200, Jürgen Spitzmüller wrote: > > Am Dienstag, dem 17.06.2025 um 18:11 +0200 schrieb Scott Kostyshak: > > > > > Or rather > > > > > \AtBeginDocument{\shorthandoff{-}} > > > > > > > > I committe

Re: Can't compile math manual

2025-06-17 Thread Scott Kostyshak
On Tue, Jun 17, 2025 at 06:48:01PM +0200, Jürgen Spitzmüller wrote: > Am Dienstag, dem 17.06.2025 um 18:11 +0200 schrieb Scott Kostyshak: > > > > Or rather > > > > \AtBeginDocument{\shorthandoff{-}} > > > > > > I committed this one. Thanks, > > > > The ctests for Math.lyx are now failing. When I

Re: Can't compile math manual

2025-06-17 Thread Jürgen Spitzmüller
Am Dienstag, dem 17.06.2025 um 18:11 +0200 schrieb Scott Kostyshak: > > > Or rather > > > \AtBeginDocument{\shorthandoff{-}} > > > > I committed this one. Thanks, > > The ctests for Math.lyx are now failing. When I try manually, I get: > > ! Package babel Error: I can't switch '-' on or off--not

Re: Can't compile math manual

2025-06-17 Thread Scott Kostyshak
On Mon, Jun 16, 2025 at 11:04:13PM +0200, Pavel Sanda wrote: > On Mon, Jun 16, 2025 at 08:08:57PM +0200, Jürgen Spitzmüller wrote: > > Am Montag, dem 16.06.2025 um 16:55 +0200 schrieb Pavel Sanda: > > > I do not see anything cz-related in our preamble but exported .tex > > > source on my machine ad

Re: Can't compile math manual

2025-06-16 Thread Pavel Sanda
On Mon, Jun 16, 2025 at 08:08:57PM +0200, Jürgen Spitzmüller wrote: > Am Montag, dem 16.06.2025 um 16:55 +0200 schrieb Pavel Sanda: > > I do not see anything cz-related in our preamble but exported .tex > > source on my machine add czech into document class: > > \documentclass[fontsize=12,paper=a4,

Re: Can't compile math manual

2025-06-16 Thread Jürgen Spitzmüller
Am Montag, dem 16.06.2025 um 20:08 +0200 schrieb Jürgen Spitzmüller: > I suppose what you see is a conflict of Czech babel's activation of > the - character (for split feature). Passing "nosplit" to Document > > Settings > Language > Language Options > Czech will probably solve > it. Or rather \At

Re: Can't compile math manual

2025-06-16 Thread Jürgen Spitzmüller
Am Montag, dem 16.06.2025 um 16:55 +0200 schrieb Pavel Sanda: > Can anyone reproduce? I saw this kind of mistake with documents using > czech babel > as the czech and slovak options in babel change the category code of > the hyphen. > > I do not see anything cz-related in our preamble but exported

Re: Can't compile math manual

2025-06-16 Thread Jürgen Spitzmüller
Am Montag, dem 16.06.2025 um 17:30 +0100 schrieb José Matos: > On Mon, 2025-06-16 at 16:55 +0200, Pavel Sanda wrote: > > Hi, > > > > I made a mistake and tried to compile our math manual today ;) > > Just for reference, it works fine with texlive 2023. Works here as well with current TL 2025. -

Re: Can't compile math manual

2025-06-16 Thread José Matos
On Mon, 2025-06-16 at 16:55 +0200, Pavel Sanda wrote: > Hi, > > I made a mistake and tried to compile our math manual today ;) Just for reference, it works fine with texlive 2023. -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Can't compile lyx-outline

2013-04-28 Thread Stephan Witt
Am 28.04.2013 um 22:50 schrieb Ashley Shan : > Thank you for your help. > > Yes I think I might be mixing Qt4 with Qt5. Should I just uninstall > everything regarding Qt but preserving cmake and reinstall Qt4? Yes, that sounds like a good plan. BTW, on a Mac a framework should contain the he

Re: Can't compile lyx-outline

2013-04-28 Thread Ashley Shan
Thank you for your help. Yes I think I might be mixing Qt4 with Qt5. Should I just uninstall everything regarding Qt but preserving cmake and reinstall Qt4? *Xueqing Shan* Vanderbilt University, '16 On Sun, Apr 28, 2013 at 3:43 PM, Stephan Witt wrote: > Am

Re: Can't compile lyx-outline

2013-04-28 Thread Stephan Witt
Am 28.04.2013 um 22:05 schrieb Vincent van Ravesteijn : > Op 28-4-2013 22:02, Ashley Shan schreef: >> Hi Stephen, thank you for replying. Here's what I did. Kornel said maybe I >> didn't install the development tool, so I checked: >> >> I checked the installation log of my Qt 5.0.2, I searched f

Re: Can't compile lyx-outline

2013-04-28 Thread Vincent van Ravesteijn
Op 28-4-2013 22:02, Ashley Shan schreef: Hi Stephen, thank you for replying. Here's what I did. Kornel said maybe I didn't install the development tool, so I checked: I checked the installation log of my Qt 5.0.2, I searched for "moc", "uic", and "rcc", and it seems I did have installed them:

Re: Can't compile lyx-outline

2013-04-28 Thread Ashley Shan
Hi Stephen, thank you for replying. Here's what I did. Kornel said maybe I didn't install the development tool, so I checked: I checked the installation log of my Qt 5.0.2, I searched for "moc", "uic", and "rcc", and it seems I did have installed them: Relocator calling otool -l for "/Users/Ashle

Re: Can't compile lyx-outline

2013-04-28 Thread Stephan Witt
Am 28.04.2013 um 17:53 schrieb Stephan Witt : > Am 26.04.2013 um 19:21 schrieb Kornel Benko : > >> Am Freitag, 26. April 2013 um 12:00:17, schrieb Ashley Shan >> >>> >>> I ran CMake again and it said uic, moc, and rcc not found. So I installed >>> Macports, installed qt4-mac (I tried to instal

Re: Can't compile lyx-outline

2013-04-28 Thread Stephan Witt
Am 26.04.2013 um 19:21 schrieb Kornel Benko : > Am Freitag, 26. April 2013 um 12:00:17, schrieb Ashley Shan > > > > > I ran CMake again and it said uic, moc, and rcc not found. So I installed > > Macports, installed qt4-mac (I tried to install qt4-mac-devel, but it said > > "this port has been

Re: Re: Re: Re: Can't compile lyx-outline

2013-04-26 Thread Kornel Benko
Am Freitag, 26. April 2013 um 12:00:17, schrieb Ashley Shan > > I ran CMake again and it said uic, moc, and rcc not found. So I installed > Macports, installed qt4-mac (I tried to install qt4-mac-devel, but it said > "this port has been temporarily replaced by 'qt4-mac'; it will be updated > to

Re: Re: Re: Can't compile lyx-outline

2013-04-26 Thread Ashley Shan
Hi Kornel, I checked the installation log of my Qt 5.0.2, I searched for "moc", "uic", and "rcc", and it seems I did have installed them: Relocator calling otool -l for "/Users/Ashley/Qt5.0.2/5.0.2/clang_64/bin/moc" END - Relocator calling otool -l for "/Users/Ashley/Qt5.0.2/5.0.2/clang_64/bin/mo

Re: Re: Re: Can't compile lyx-outline

2013-04-26 Thread Kornel Benko
Am Freitag, 26. April 2013 um 09:56:59, schrieb Ashley Shan > Hi Kornel and Alex, > > Thank you for your help. The thing is I think I have installed everything I > need but it still reports can't find library. So I first installed Qt > 5.0.2, which says that it will install both the libraries an

Re: Re: Can't compile lyx-outline

2013-04-26 Thread Ashley Shan
Hi Kornel and Alex, Thank you for your help. The thing is I think I have installed everything I need but it still reports can't find library. So I first installed Qt 5.0.2, which says that it will install both the libraries and the creator ( http://qt-project.org/downloads => Qt 5.0.2 for Mac). I

Re: Re: Can't compile lyx-outline

2013-04-26 Thread Kornel Benko
Am Freitag, 26. April 2013 um 09:41:17, schrieb Alex Vergara Gil > - Original Message - > From: Ashley Shan > > > Hi all, > > > I was trying to compile the existing code for corkboard and outline view. I > followed instructions on this post: > http://blog.oak-tree.us/index.

Re: Can't compile lyx-outline

2013-04-26 Thread Alex Vergara Gil
- Original Message - From: Ashley Shan Hi all, I was trying to compile the existing code for corkboard and outline view. I followed instructions on this post: http://blog.oak-tree.us/index.php/2010/06/25/lyx-outline02-1 I installed all programs as instructed (Qt 5.0.2, CMa

Re: Can't compile Lyx 2.0.2 in Gentoo Linux AMD64 using clang (not GCC)

2012-04-09 Thread Vincent van Ravesteijn
Op 31-3-2012 18:31, Antonio Pineda schreef: Hi all. Don't know if anyone's noticed this before - since I couldn't find a reference to it in the bug tracker, I thought this could be brought to your attention. I configured my Gentoo Linux for AMD64 (stable branch) so as to use clang instead of gcc

Re: Can't Compile After F11 Upgrade

2009-06-20 Thread rgheck
Rex Dieter wrote: Richard Heck wrote: As said...after upgrading to Fedora 11, I can no longer compile either branch or trunk. The error is in boost: or just build --without-included-boost I've done that, but am still puzzled. rh

Re: Can't Compile After F11 Upgrade

2009-06-20 Thread Rex Dieter
Richard Heck wrote: > > As said...after upgrading to Fedora 11, I can no longer compile either > branch or trunk. The error is in boost: or just build --without-included-boost -- Rex

Re: Can't compile 1.5svn for testing again.

2006-11-06 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Abdelrazak Younes wrote: Georg Baum wrote: Try again. I don't understand why it worked for me. Pre-compiled headers? Georg> On one machine yes, but not on the other one, and it worked on Georg> both. it

Re: Can't compile 1.5svn for testing again.

2006-11-06 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Abdelrazak Younes wrote: >> Georg Baum wrote: >>> Try again. I don't understand why it worked for me. >> Pre-compiled headers? Georg> On one machine yes, but not on the other one, and it worked on Georg> both. it works when assertio

Re: Can't compile 1.5svn for testing again.

2006-11-06 Thread Georg Baum
Abdelrazak Younes wrote: > Georg Baum wrote: >> Try again. I don't understand why it worked for me. > > Pre-compiled headers? On one machine yes, but not on the other one, and it worked on both. Georg

Re: Can't compile 1.5svn for testing again.

2006-11-06 Thread Abdelrazak Younes
Georg Baum wrote: Helge Hafting wrote: I wanted to test new fixes, particularly branch stuff. Compiling throws up this though: Try again. I don't understand why it worked for me. Pre-compiled headers?

Re: Can't compile 1.5svn for testing again.

2006-11-06 Thread Georg Baum
Helge Hafting wrote: > I wanted to test new fixes, particularly branch stuff. > Compiling throws up this though: Try again. I don't understand why it worked for me. Georg

Re: Can't compile on Windows

2006-03-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> I am not talking about a property without value, but removing | Lars> the property completely. | | Lars> svn propdel | | But currently we have a property without value, r

Re: Can't compile on Windows

2006-03-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I am not talking about a property without value, but removing Lars> the property completely. Lars> svn propdel But currently we have a property without value, right? JMarc

Re: Can't compile on Windows

2006-03-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> "Michael Gerz" <[EMAIL PROTECTED]> writes: | Works! | Lars> Thank you! | Lars> | | Lars> | Lars, could you please set the eol-style for configure.ac to | Lars> UNIX line |

Re: Can't compile on Windows

2006-03-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> "Michael Gerz" <[EMAIL PROTECTED]> writes: | Works! Lars> Thank you! Lars> | Lars> | Lars, could you please set the eol-style for configure.ac to Lars> UNIX line | endings in the svn repository? Lars> The question is if we sho

Re: Can't compile on Windows

2006-03-09 Thread Andrew Beck
I've been having problems linking 1.4 under MinGW. I've followed the steps posted previously, but am now getting unresolved QT externals in the final link. Has the procedure changed with 1.4 - I'm referring to the files that need to be edited, environment variables set etc etc. Is there plans to r

Re: Can't compile on Windows

2006-03-09 Thread Lars Gullik Bjønnes
"Michael Gerz" <[EMAIL PROTECTED]> writes: | Works! Thank you! | | Lars, could you please set the eol-style for configure.ac to UNIX line | endings in the svn repository? The question is if we should use eol-style LF or just remove the eol-style property altogether. I belive both would work. -

Re: Can't compile on Windows

2006-03-09 Thread Michael Gerz
, March 09, 2006 7:21 PM Subject: Re: Can't compile on Windows Michael Gerz wrote: when I run the configure script for BRANCH_1_4_X on Windows (MinGW), I get the following error message: checking types of arguments for select... int,int *,struct timeval * ./configure: line 34926: s

Re: Can't compile on Windows

2006-03-09 Thread Joost Verburg
Michael Gerz wrote: when I run the configure script for BRANCH_1_4_X on Windows (MinGW), I get the following error message: checking types of arguments for select... int,int *,struct timeval * ./configure: line 34926: syntax error near unexpected token `"s/^\\([' ./configure: line 34926: `

Re: Can't compile lyx-1.4cvs with gcc 4.1

2006-01-03 Thread Angus Leeming
Lars Gullik Bjønnes wrote: Helge Hafting <[EMAIL PROTECTED]> writes: | This is not something I really expected to work, with gcc 4.1 being | a work in progress. Still, if someone is interested, | here is what happened: This might be a fix, but I am not sure how nice this is, or why we get thes

Re: Can't compile lyx-1.4cvs with gcc 4.1

2006-01-03 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | This is not something I really expected to work, with gcc 4.1 being | a work in progress. Still, if someone is interested, | here is what happened: This might be a fix, but I am not sure how nice this is, or why we get these errors in the first place..

Re: Can't compile lyx-1.4cvs with gcc 4.1

2006-01-03 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | This is not something I really expected to work, with gcc 4.1 being | a work in progress. Still, if someone is interested, | here is what happened: These are the same errors I see with gcc 4.2 (cvs) (except there I also get a couple of ICE's) I'll che

Re: Can't compile on OSX

2005-11-02 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> Am Samstag, 29. Oktober 2005 19:18 schrieb Andreas Vox: >>> And why does it show up now? Maybe I shouldn't have switched to >>> autohell 1.9.5 / 2.59 ? > > Georg> Did you switch anything

Re: Can't compile on OSX

2005-11-01 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Samstag, 29. Oktober 2005 19:18 schrieb Andreas Vox: >> And why does it show up now? Maybe I shouldn't have switched to >> autohell 1.9.5 / 2.59 ? Georg> Did you switch anything else? I use exactly these versions on Georg> linux wi

Re: Can't compile on OSX

2005-10-30 Thread Georg Baum
Am Samstag, 29. Oktober 2005 19:18 schrieb Andreas Vox: > And why does it show up now? Maybe I shouldn't have switched to > autohell 1.9.5 / 2.59 ? Did you switch anything else? I use exactly these versions on linux without a problem. It seems that they have a platform specific bug :-( Georg

Re: Can't compile on OSX

2005-10-30 Thread Georg Baum
Am Samstag, 29. Oktober 2005 19:52 schrieb Andreas Vox: > Ok, I removed all code which references Carbon.h (only for the > OpenDocument events), but now I get: > > ... > ar: ui/moc/QTabularDialogBase_moc.o: No such file or directory > ar: ui/moc/QTexinfoDialogBase_moc.o: No such file or director

Re: Can't compile on OSX

2005-10-29 Thread Andreas Vox
Andreas Vox <[EMAIL PROTECTED]> writes: > > Hi! > > I tried to compile LyX again after some time, but got an error (Qt > 3.3.5, OSX 10.3.8). > Looks as if Carbon.h clashes with qwindowdefs.h (yuck). Any ideas > anyone how to circumvent this problem? Ok, I removed all code which references C

Re: Can't compile on OSX

2005-10-29 Thread Andreas Vox
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > "Andreas" == Andreas Vox <[EMAIL PROTECTED]> writes: > > Andreas> Hi! I tried to compile LyX again after some time, but got an > Andreas> error (Qt 3.3.5, OSX 10.3.8). Looks as if Carbon.h clashes > Andreas> with qwindowdefs.h (yuck). An

Re: Can't compile on OSX

2005-10-25 Thread Jean-Marc Lasgouttes
> "Andreas" == Andreas Vox <[EMAIL PROTECTED]> writes: Andreas> Hi! I tried to compile LyX again after some time, but got an Andreas> error (Qt 3.3.5, OSX 10.3.8). Looks as if Carbon.h clashes Andreas> with qwindowdefs.h (yuck). Any ideas anyone how to circumvent Andreas> this problem? The pr

Re: can't compile 130, with qt.

2002-11-21 Thread Rod Pinna
Argh! I had that line in before, but somehow managed to type it as /use/include/qt I knew this would be an example of my idiocy. Thanks alot... Rod On Fri, 22 Nov 2002, John Levon wrote: > On Fri, Nov 22, 2002 at 10:15:56AM +0800, Rod Pinna wrote: > > > configure:9706: qglobal.h: No such fil

Re: can't compile 130, with qt.

2002-11-21 Thread John Levon
On Fri, Nov 22, 2002 at 10:15:56AM +0800, Rod Pinna wrote: > configure:9706: qglobal.h: No such file or directory > configure:9707: qstring.h: No such file or directory We couldn't find the Qt headers in $QTDIR/include. Pass --with-qt-includes to wherever they are regards john

Re: can't compile 130, with qt.

2002-11-21 Thread Rod Pinna
The first thing that looks "wrong" is (entire log attached) This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:9719: g++ -o conftest -g -O -Wno-non-template-friend -ftemplate-depth-30 -W -Wall -I/usr/lib/qt3//in

Re: can't compile 130, with qt.

2002-11-21 Thread John Levon
On Fri, Nov 22, 2002 at 09:38:24AM +0800, Rod Pinna wrote: > I updated my cvs copy and now find... > > checking for Qt library name... failed > configure: error: Cannot compile a simple Qt executable. Check you have > the right $QTDIR ! Check config.log. john -- Khendon's Law: If the same poin

Re: can't compile BRANCH-1_2_X

2002-10-22 Thread Andre Poenitz
On Wed, Oct 16, 2002 at 12:19:22PM +0200, Jean-Marc Lasgouttes wrote: > Andre> millo:~ # autoconf --version autoconf (GNU Autoconf) 2.53 > Andre> Written by David J. MacKenzie and Akim Demaille. > > For some unknown reason 1.2.x does not configure with autoconf 2.5x on > some systems. Could you se

Re: can't compile BRANCH-1_2_X

2002-10-16 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Wed, Oct 16, 2002 at 10:54:38AM +0200, Jean-Marc Lasgouttes Andre> wrote: Anybody an idea? >> What version of autoconf? Andre> millo:~ # autoconf --version autoconf (GNU Autoconf) 2.53 Andre> Written by David J. MacKenzie and

Re: can't compile BRANCH-1_2_X

2002-10-16 Thread Andre Poenitz
On Wed, Oct 16, 2002 at 10:54:38AM +0200, Jean-Marc Lasgouttes wrote: > Andre> Anybody an idea? > > What version of autoconf? millo:~ # autoconf --version autoconf (GNU Autoconf) 2.53 Written by David J. MacKenzie and Akim Demaille. -- Those who desire to give up Freedom in order to gain Secur

Re: can't compile BRANCH-1_2_X

2002-10-16 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> This is some SuSE 7.3-ish system with g++ 2.95.3 on a clean Andre> checkout. Andre> Anybody an idea? What version of autoconf? JMarc

Re: Can't compile with lyxstring

2002-05-27 Thread Andre Poenitz
On Mon, May 27, 2002 at 06:51:27PM +0200, Jean-Marc Lasgouttes wrote: > Lars> Better layout of classes and interfaces, a lot of our code is > Lars> over complicated and bloated. We have a lot of classes that are > Lars> way to big, and be making the class hirachy better we can > Lars> compile fast

Re: Can't compile with lyxstring

2002-05-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Better layout of classes and interfaces, a lot of our code is | Lars> over complicated and bloated. We have a lot of classes that are | Lars> way to big, and be making the c

Re: Can't compile with lyxstring

2002-05-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Better layout of classes and interfaces, a lot of our code is Lars> over complicated and bloated. We have a lot of classes that are Lars> way to big, and be making the class hirachy better we can Lars> compile faster and end up

Re: Can't compile with lyxstring

2002-05-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | So 1.3.0cvs is already much bigger than 1.2.0? Yes, a bit. | Yes. But the bloat is a pain. I wouldn't call it bloat though. | Lars> If you see that, please tell me pronto, it is not like my | Lars> compiles are fast either... > | Sorry, it s

Re: Can't compile with lyxstring

2002-05-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Ooh... I am annoyed with xforms... I'd be glad to get rid of it Lars> 1.0 or no 1.0. How long were we promissed a open source xforms? Lars> How many times has the 1.0 released been promissed now? I just Lars> do not trust that

Re: Can't compile with lyxstring

2002-05-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> I did not know that it would break... > | I can believe that. I am also a bit sad that it did... because I really like the boost version a lot more than my own. | So you a

Re: Can't compile with lyxstring

2002-05-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I did not know that it would break... I can believe that. Lars> I do not understand (nor accept) your reasons for clinging to Lars> lyxstring. Lars> ... motivation is a downer right now ... Lars> the lot of you are just a b

Re: Can't compile with lyxstring

2002-05-27 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 27-May-2002 Jean-Marc Lasgouttes wrote: > >> Juergen> Do we have basic_string somewhere in lyxstring? >> >> I took a look, and boost::regexp seems to make a large use of >> basic_string, even if we disable use of wide strings. So Lars, does it >> me

Re: Can't compile with lyxstring

2002-05-27 Thread Juergen Vigna
On 27-May-2002 Jean-Marc Lasgouttes wrote: > Juergen> Do we have basic_string somewhere in lyxstring? > > I took a look, and boost::regexp seems to make a large use of > basic_string, even if we disable use of wide strings. So Lars, does it > mean that you put us in a situation of forcing the d

Re: Can't compile with lyxstring

2002-05-27 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> What can we do about this: g++ -DHAVE_CONFIG_H -I. -I. Juergen> -I../../src -I./../ -I../.. -I../.. -I../../boost -isystem Juergen> /usr/X11R6/include -g -W -Wall -Wp,-MD,.deps/lstrings.pp -c Juergen> lstrings.C In file include

Re: Can't compile with lyxstring

2002-05-27 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | What can we do about this: > | g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost | -isystem /usr/X11R6/include -g -W -Wall -Wp,-MD,.deps/lstrings.pp -c lstrings.C | In file included from ../../boost/boost/regex/regex_traits.h

Re: Can't compile with gnome frontend

2001-11-03 Thread Baruch Even
* Jean-Marc Lasgouttes <[EMAIL PROTECTED]> [011102 00:12]: > > "Stefan" == Stefan Schwandter <[EMAIL PROTECTED]> writes: > > Stefan> I tried to compile lyx CVS with ./configure > Stefan> --with-frontend=gnome. Configure ran ok, but i get the > Stefan> following error while compiling: > > Gno

Re: can't compile the tuples

2001-08-31 Thread Angus Leeming
On Friday 31 August 2001 16:40, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | On Friday 31 August 2001 16:01, John Levon wrote: > | > On Fri, Aug 31, 2001 at 04:31:24PM +0200, Lars Gullik Bjønnes wrote: > | > > | > > | But this is a democracy I opt for reverting yo

Re: can't compile the tuples

2001-08-31 Thread Andre Poenitz
On Fri, Aug 31, 2001 at 05:40:20PM +0200, Lars Gullik Bjønnes wrote: > I guess that what we will do is to leave the tuples in, but add the > tie back into boost/utility.hpp (unless the boost folks come up with > something clever) Do we need 'tie' or does boost need it itself? Andre' -- André P

Re: can't compile the tuples

2001-08-31 Thread Angus Leeming
On Friday 31 August 2001 16:01, John Levon wrote: > On Fri, Aug 31, 2001 at 04:31:24PM +0200, Lars Gullik Bjønnes wrote: > > > | But this is a democracy I opt for reverting your boost changes, let's see > > | what others say. > > > > but it isn't really... and as always when we stumble onto bad

Re: can't compile the tuples

2001-08-31 Thread John Levon
On Fri, Aug 31, 2001 at 04:31:24PM +0200, Lars Gullik Bjønnes wrote: > | But this is a democracy I opt for reverting your boost changes, let's see > | what others say. > > but it isn't really... and as always when we stumble onto bad > compilers we wait a bit... calm down... and try to realize _

Re: can't compile the tuples

2001-08-31 Thread Juergen Vigna
On 31-Aug-2001 Lars Gullik Bjønnes wrote: >| Well Lars I really have to say that Angus is right we ARE in codefreeze and >| you are still adding new stuff! > > New stuff?? Did you add new files? Yes! Well than that's what you did! We don't care about a new boost version if the actual works jus

Re: can't compile the tuples

2001-08-31 Thread Angus Leeming
On Friday 31 August 2001 14:54, Juergen Vigna wrote: > On 31-Aug-2001 Lars Gullik Bjønnes wrote: > > > This is acutyually no real change, but an upgrade of the boost code. > > > > hmm... you are not using the latest version of the cxx compiler are > > you? > > > > most likely a compiler deficie

Re: can't compile the tuples

2001-08-31 Thread Juergen Vigna
On 31-Aug-2001 Lars Gullik Bjønnes wrote: > This is acutyually no real change, but an upgrade of the boost code. > > hmm... you are not using the latest version of the cxx compiler are > you? > > most likely a compiler deficiency... We don't care about this NOW, we are in codefreeze so your c

RE: can't compile the tuples

2001-08-31 Thread Juergen Vigna
On 31-Aug-2001 Angus Leeming wrote: > I thought we were in a code-freeze, bug fix mode? Well, as of today, it > appears that I cannot contribute. My compiler appears not to be up to this > tuple stuff. Well Lars I really have to say that Angus is right we ARE in codefreeze and you are still ad

Re: Can't compile with lyxstring

2001-03-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | If we really do want to use getline(), then the LString.h code should | bring have a "using std::getline" for real string. Yes, we could do that. Lgb

Re: Can't compile with lyxstring

2001-03-23 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Hmm of course... if you just remove the std:: on getline? what Lars> happens then? It does work, but will not work if we use the real string. I guess the real solution is to rewrite this part of code... If we really do want t

Re: Can't compile with lyxstring

2001-03-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | With latest cvs, compilation dies with | | cxx: Error: ../../../../lyx-devel/src/frontends/controllers/ControlCredits.C, line |57: | no instance of overloaded function "std::getline" matches the | argument list |

Re: Can't compile

2001-03-22 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 22-Mar-2001 Angus Leeming wrote: | | > Oops! Wonder why mine compiled? | | > | | Nope! Didn't help! Update from cvs now. -- Lgb

Re: Can't compile

2001-03-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | > My questions are: | > | > Where to find ios_base? (ControlCredits.C) | | Oops! Wonder why mine compiled? | | no no... just change the ios_base to ios I already did this in my local three. (and just committed) -- Lgb

Re: Can't compile

2001-03-22 Thread Juergen Vigna
On 22-Mar-2001 Angus Leeming wrote: > Oops! Wonder why mine compiled? > Nope! Didn't help! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450

Re: Can't compile

2001-03-22 Thread Angus Leeming
> My questions are: > > Where to find ios_base? (ControlCredits.C) Oops! Wonder why mine compiled? A

Re: can't compile!

2000-07-25 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> With latest cvs I get the following error messages with Angus> autogen.sh Building macros... aclocal: configure.in: 0: macro Angus> `AM_PATH_GTK' not found in library aclocal: configure.in: 0: Angus> macro `AM_PATH_GTK' not found i