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
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
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
"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
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:
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 ../..
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
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
../../
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
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
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
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
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
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
> | > :
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
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
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
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
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 -
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
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
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:
|
|
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
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)
|
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
25 matches
Mail list logo