Re: 1.5 compile on OS X

2006-10-07 Thread Timothy Reaves
Bennett Helm wrote: What I've needed to do to get Qt to work is not simply to compile Qt, but actually install it. Then, with pkgconfig installed (from fink), it picks up the Qt installation properly. Once I get it to compile completely, I'll work on revising compile/install instructions for O

Re: 1.5 compile on OS X

2006-10-07 Thread Bennett Helm
On Oct 7, 2006, at 4:17 PM, Timothy Reaves wrote: Georg Baum wrote: Am Samstag, 7. Oktober 2006 19:30 schrieb Timothy Reaves: ectory You have to add -I/usr/local/Trolltech/Qt-4.2.0/include to your compiler flags. See my mail to Bennet about pkgconfig a few days ago. Georg Also, on the Mac

Re: LyX and share paths

2006-10-07 Thread Enrico Forestieri
On Fri, Oct 06, 2006 at 08:11:12PM +0200, Lars Gullik Bjønnes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > | > I'd like to have more input from boost people, though. > | > | No need for this. I don't advocate the inclusion of the patch and > | I only mentioned it due to a problem r

Re: Multiple indices

2006-10-07 Thread José Matos
On Saturday 07 October 2006 09:47, Georg Baum wrote: > Am Freitag, 6. Oktober 2006 18:51 schrieb Jean-Marc Lasgouttes: > > > "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: > > > > Michael> BTW: Do we have an agenda that says what we want to achieve > > Michael> for 1.5 and what has to wa

QT4_FRONTEND not being picked up

2006-10-07 Thread Timothy Reaves
Any ideas? checking for X... disabled checking for pkg-config... no checking for QT4_FRONTEND... configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you

Re: 1.5 compile on OS X

2006-10-07 Thread Timothy Reaves
Georg Baum wrote: Am Samstag, 7. Oktober 2006 19:30 schrieb Timothy Reaves: ectory You have to add -I/usr/local/Trolltech/Qt-4.2.0/include to your compiler flags. See my mail to Bennet about pkgconfig a few days ago. Georg Also, on the Mac, Qt4 installs as a framework, yet export LDFL

Re: 1.5 compile on OS X

2006-10-07 Thread Timothy Reaves
Georg Baum wrote: Am Samstag, 7. Oktober 2006 19:30 schrieb Timothy Reaves: You have to add -I/usr/local/Trolltech/Qt-4.2.0/include to your compiler flags. See my mail to Bennet about pkgconfig a few days ago. Ya, I did have that, then switched to the wrong console. Oops. Thank

Re: 1.5 compile on OS X

2006-10-07 Thread Georg Baum
Am Samstag, 7. Oktober 2006 19:30 schrieb Timothy Reaves: > make[8]: Nothing to be done for `all-am'. > if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H > -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR > -DQT_NO_STL -DQT_NO_KEYWORDS -Winvalid-pch --include=

Re: 1.5 compile on OS X

2006-10-07 Thread Timothy Reaves
Georg Baum wrote: This looks like check is #defined somewhere. Could you please do a svn update and then apply the attached patch? Does it then work? Georg O.K., next up... make[8]: Nothing to be done for `all-am'. if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_

Re: 1.5 compile on OS X

2006-10-07 Thread Georg Baum
Am Samstag, 7. Oktober 2006 17:37 schrieb Timothy Reaves: > make all-am > make[8]: Nothing to be done for `all-am'. > if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H > -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR > -DQT_NO_STL -DQT_NO_KEYWORDS -Winvalid-

Re: [Patch]

2006-10-07 Thread Abdelrazak Younes
Georg Baum wrote: Am Mittwoch, 4. Oktober 2006 20:33 schrieb Andre Poenitz: On Wed, Oct 04, 2006 at 03:02:09PM +0200, Georg Baum wrote: I guess Helge means void ucs4_to_qstring(char_type const * str, size_t ls, QString & s) That avoids one copy operation for non-shared strings, but since IIRC

Will commit now... (was Re: [SVN updated patch] Introduce frontends/FontMetrics virtual interface

2006-10-07 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Andre Poenitz wrote: I think I'd prefer something like +x_ += theFontMetrics(font).width(&str[0], str.size()); Going 'optically' through four layers is not adding clarity. I can also provide this helper function if you want, no problem. But I guess that's not

Re: 1.5 compile on OS X

2006-10-07 Thread Timothy Reaves
Georg Baum wrote: Am Samstag, 7. Oktober 2006 08:30 schrieb Timothy Reaves: ../../../src/frontends/controllers/BCView.h:47: error: expected unqualified-id before '=' token ../../../src/frontends/Alert.h:18: error: 'namespace Alert { }' redeclared as different kind of symbol /System/Library/Fra

Re: 1.5 branch?

2006-10-07 Thread Enrico Forestieri
On Fri, Oct 06, 2006 at 09:30:47PM -0400, Timothy Reaves wrote: > I'd like to try this, but do not see it in the svn repository. What is > the name of the branch? svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-1.5.0svn -- Enrico

Re: 1.5 compile on OS X

2006-10-07 Thread Georg Baum
Am Samstag, 7. Oktober 2006 08:30 schrieb Timothy Reaves: > ../../../src/frontends/controllers/BCView.h:47: error: expected > unqualified-id before '=' token > ../../../src/frontends/Alert.h:18: error: 'namespace Alert { }' > redeclared as different kind of symbol > /System/Library/Frameworks/Ca

Fix for 2875: outline + undo

2006-10-07 Thread Martin Vermeer
See attached. Seems to work for me (but I didn't look in all the corners) OK to commit? - Martin Index: toc.C === --- toc.C (revision 15221) +++ toc.C (working copy) @@ -170,7 +170,6 @@ void outline(OutlineOp mode, L

Re: dev snapshot binaries?

2006-10-07 Thread Abdelrazak Younes
Timothy Reaves wrote: Any plans to put up binaries of the dev snapshots? I'd have to think that'd be easier than everyone trying to download, configure, and compile all the time. It's probably stop a lot of redundant questions to the list too. Like mine. Well we have only one contribut

Re: compilation problem in trunk: duplicate floatname method

2006-10-07 Thread Georg Baum
Am Freitag, 6. Oktober 2006 22:57 schrieb Guillaume Pothier: > Hi, > The floatname method is declared in two files: insetfloat.C and > insetwrap.C, causing a link error: IIRC you have to configure with --disable-pch to solve this. Search the list archives, this was already asked some time ago. T

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-07 Thread Georg Baum
Am Freitag, 6. Oktober 2006 20:16 schrieb Michael Gerz: > If people like the toolbar enhancements, they should go into the regular > LyX distribution. IMHO an installer shouldn't modify core application > functionality. I agree 100%. Georg

Re: Multiple indices

2006-10-07 Thread Georg Baum
Am Freitag, 6. Oktober 2006 18:51 schrieb Jean-Marc Lasgouttes: > > "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: > > Michael> BTW: Do we have an agenda that says what we want to achieve > Michael> for 1.5 and what has to wait for 1.6+? > > I guess that as soon as unicode works, we wi

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-07 Thread Juergen Spitzmueller
Andreas Karlsson wrote: > If possible I think that the Linux/Unix and Mac versions also should use > these new toolbar buttons. It makes these functions more easily accessible. For the official distribution, we have decided against doing this. See: http://bugzilla.lyx.org/show_bug.cgi?id=2491 Jür

Re: [PATCH] math text styles

2006-10-07 Thread Andre Poenitz
On Fri, Oct 06, 2006 at 10:29:32AM +0200, Jean-Marc Lasgouttes wrote: > Georg> I did not see it. I don't care for the menus, but I am not sure > Georg> that disabling of math-insert is a good idea. If you want to do > Georg> that cortrectly you should also remove the code from text3.C > Georg> that