Latest CVS compile error

2003-10-13 Thread Kayvan A. Sylvan
On Solaris: g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src -I../../../lyx/src/support/../ -I../../../lyx/boost -I/u/ksylvan/include -I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT socktools.lo -MD -MP -MF .deps/socktools.Tpo -c ../../../lyx/src/support/socktools.C ../../

latest CVS: compile error

2004-02-13 Thread Kayvan A. Sylvan
g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/insets -I../../src -I../../../lyx/src/insets/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT insetlabel.lo -MD -MP -MF .deps/insetlabel.Tpo -c ../../../lyx/src/insets/insetlabel.C In file included from ../..

Latest CVS compile error

2003-03-29 Thread Kayvan A. Sylvan
Using gcc-3.2 on Cygwin: g++ -DHAVE_CONFIG_H -I. -I../../../../lyx/src/frontends/xforms -I../../../src -I../../../../lyx/images -I../../../../lyx/src -I../../../../lyx/src/frontends -I../../../../lyx/src/frontends/controllers -I../../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -

Latest CVS compile error

2003-03-29 Thread Kayvan A. Sylvan
make[3]: Entering directory `/home/kayvan/src/lyx/po' cat ./xforms_l10n.pot ./qt_l10n.pot ./layouts_l10n.pot ./languages_l10n.pot +./default_ui_l10n.pot | \ msguniq -o lyx.po :4485: keyword "Custom" unknown :4485: missing `msgstr' section :4485:68: parse error :5249: keyword "diskdrive" unknown

latest CVS compile error

2000-11-21 Thread Amir Karger
I was all excited to see Angus' patch had gone in. However, I couldn't compile FormPreferences.C. (Note: I didn't rerun autogen or configure or whatever, so if that's the problem, then I'm sorry.) gcc -v: gcc version 2.95.2 19991024 (release) Here's the errors. (I snipped out the "warning: can't

Re: Latest CVS compile error

2003-10-13 Thread Joao Luis Meloni Assirati
On Mon, 13 Oct 2003, Kayvan A. Sylvan wrote: > On Solaris: > > g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src > -I../../../lyx/src/support/../ -I../../../lyx/boost -I/u/ksylvan/include > -I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT socktools.lo -MD -MP -MF > .deps/s

Re: Latest CVS compile error

2003-03-29 Thread John Levon
On Sat, Mar 29, 2003 at 12:43:29AM -0800, Kayvan A. Sylvan wrote: > ../../../../lyx/src/frontends/xforms/Alert_pimpl.C:39: parse error before `{' try again john

Re: Latest CVS compile error

2003-03-29 Thread John Levon
On Sat, Mar 29, 2003 at 02:25:16PM -0800, Kayvan A. Sylvan wrote: > :4485: keyword "Custom" unknown > :4485: missing `msgstr' section > :4485:68: parse error > :5249: keyword "diskdrive" unknown > :5249: missing `msgstr' section Umm, shouldn't gettext be able to handle " characters ? john

Re: Latest CVS compile error

2003-03-29 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sat, Mar 29, 2003 at 02:25:16PM -0800, Kayvan A. Sylvan wrote: | | > :4485: keyword "Custom" unknown | > :4485: missing `msgstr' section | > :4485:68: parse error | > :5249: keyword "diskdrive" unknown | > :5249: missing `msgstr' section | | Umm, s

Re: Latest CVS compile error

2003-03-29 Thread Kayvan A. Sylvan
On Sun, Mar 30, 2003 at 01:41:08AM +0100, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | On Sat, Mar 29, 2003 at 02:25:16PM -0800, Kayvan A. Sylvan wrote: > | > | > :4485: keyword "Custom" unknown > | > :4485: missing `msgstr' section > | > :4485:68: parse error > | > :

Re: Latest CVS compile error

2003-03-30 Thread John Levon
On Sun, Mar 30, 2003 at 01:41:08AM +0100, Lars Gullik Bj?nnes wrote: > | Umm, shouldn't gettext be able to handle " characters ? > > unquoted? qt_( "Choose a particular paper size, or set your own with \"Custom\"" ) qt_( "Accept words such as \"diskdrive\"" ) ); john

Re: Latest CVS compile error

2003-03-30 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sun, Mar 30, 2003 at 01:41:08AM +0100, Lars Gullik Bj?nnes wrote: | | > | Umm, shouldn't gettext be able to handle " characters ? | > | > unquoted? | | qt_( "Choose a particular paper size, or set your own with \"Custom\"" ) | qt_( "Accept words such

Re: Latest CVS compile error

2003-03-30 Thread John Levon
On Sun, Mar 30, 2003 at 06:30:39PM +0200, Lars Gullik Bj?nnes wrote: > | qt_( "Choose a particular paper size, or set your own with \"Custom\"" ) > | qt_( "Accept words such as \"diskdrive\"" ) ); > > I guess you have to look at the sed script used... I think it tries to > use '"' as delimiters a

Re: Latest CVS compile error

2003-03-30 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sun, Mar 30, 2003 at 06:30:39PM +0200, Lars Gullik Bj?nnes wrote: | | > | qt_( "Choose a particular paper size, or set your own with \"Custom\"" ) | > | qt_( "Accept words such as \"diskdrive\"" ) ); | > | > I guess you have to look at the sed script u

Re: Latest CVS compile error

2003-03-30 Thread Kayvan A. Sylvan
On Sun, Mar 30, 2003 at 06:14:10PM +0100, John Levon wrote: > On Sun, Mar 30, 2003 at 06:30:39PM +0200, Lars Gullik Bj?nnes wrote: > > > | qt_( "Choose a particular paper size, or set your own with \"Custom\"" ) > > | qt_( "Accept words such as \"diskdrive\"" ) ); > > > > I guess you have to look

Re: latest CVS compile error

2000-11-21 Thread Lars Gullik Bjønnes
Amir Karger <[EMAIL PROTECTED]> writes: | I was all excited to see Angus' patch had gone in. However, I couldn't | compile FormPreferences.C. (Note: I didn't rerun autogen or configure or | whatever, so if that's the problem, then I'm sorry.) | | gcc -v: | gcc version 2.95.2 19991024 (release) |

Re: latest CVS compile error

2000-11-21 Thread Angus Leeming
Oh, purlease! (this of course means "it works on my computer!") One is derived from the other, so it should work. However, this code is really ugly and really lazy. I'll fix it properly. In the meantime you could try an explicit cast: if (it == static_cast::const_iterator>(xformColorD

Re: latest CVS compile error

2000-11-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Oh, purlease! (this of course means "it works on my computer!") | | One is derived from the other, so it should work. However, this code is | really ugly and really lazy. I'll fix it properly. In the meantime you could | try an explicit cast: | |

Re: latest CVS compile error

2000-11-21 Thread Angus Leeming
This isn't needed at all. See MY attachment which does things properly. (I knew that this was crap. I'd just been very, very lazy!) Angus On Tuesday 21 November 2000 18:04, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Oh, purlease! (this of course means "it works

Re: latest CVS compile error

2000-11-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | This isn't needed at all. See MY attachment which does things properly. (I | knew that this was crap. I'd just been very, very lazy!) | Angus Ok... but I must admit that I like iterators... but not in this case. One note; it is often clever to use a

Latest CVS compile error on Solaris

2004-09-09 Thread Kayvan A. Sylvan
More lyxclient compile problems: [...] Configuration Host type: sparc-sun-solaris2.8 Special build flags:warnings assertions jpeg-image-loader compression C Compiler: gcc C Compiler flags: -g -O2 C++ Compiler:

Re: Latest CVS compile error on Solaris

2004-09-09 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | ../../../lyx/src/client/client.C: In function `int |support::socktools::connect(const std::string&)': | ../../../lyx/src/client/client.C:118: `SUN_LEN' undeclared (first use this |function) | ../../../lyx/src/client/client.C:118: (Each und

Re: Latest CVS compile error on Solaris

2004-09-09 Thread Stephan Witt
Lars Gullik Bjønnes wrote: "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | ../../../lyx/src/client/client.C: In function `int |support::socktools::connect(const std::string&)': | ../../../lyx/src/client/client.C:118: `SUN_LEN' undeclared (first use this |function) | ../../../lyx/src/clie

Re: Latest CVS compile error on Solaris

2004-09-10 Thread Lars Gullik Bjønnes
Stephan Witt <[EMAIL PROTECTED]> writes: | struct sockaddr_un { | sa_family_t sun_family; /* AF_UNIX */ | charsun_path[108]; /* path name (gag) */ | }; right. so we should just get rid of the SUN_LEN and replace that we some thing else. (something involving 108 seems a

Re: Latest CVS compile error on Solaris

2004-09-10 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Stephan Witt <[EMAIL PROTECTED]> > writes: > > | struct sockaddr_un { > | sa_family_t sun_family; /* AF_UNIX */ > | charsun_path[108]; /* path name (gag) */ > | }; > > right. so we should just get rid of the SUN_LEN and replace that we > s