> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Urg! Jean-Marc! What are you doing? ;-)
It was not me! I swear!
I'll revert it, but that does not tell me why valgrind thought there
was a leak (and why I could compile).
JMarc
Kayvan A. Sylvan wrote:
g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/frontends -I../../src -Winvalid-pch
--include=../../../lyx/src/frontends/pch.h -I../../../lyx/src/frontends/.. -I../
../../lyx/boost -I/usr/local/include -Wextra -Wall -I/usr/X11R6/include -fno-exc
eptions -O2 -mms-bitfields -MT
g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/frontends -I../../src -Winvalid-pch
--include=../../../lyx/src/frontends/pch.h -I../../../lyx/src/frontends/.. -I../
../../lyx/boost -I/usr/local/include -Wextra -Wall -I/usr/X11R6/include -fno-exc
eptions -O2 -mms-bitfields -MT Timeout.lo -MD -MP -MF .d
On Sun, Oct 24, 2004 at 09:18:58PM -0700, Kayvan A. Sylvan wrote:
> On Linux, xforms frontend:
>
> if g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 -fno-ex
> ceptions -W -Wall -MT sgml.o -MD -MP -MF ".deps/sgml.Tpo" \
> -c -o sgml.o `test -f 'sgml.C' || echo './'`sgml.C;
On Linux, xforms frontend:
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 -fno-ex
ceptions -W -Wall -MT sgml.o -MD -MP -MF ".deps/sgml.Tpo" \
-c -o sgml.o `test -f 'sgml.C' || echo './'`sgml.C; \
then mv -f ".deps/sgml.Tpo" ".deps/sgml.Po"; \
else rm -f ".deps/sgml.Tpo"
../../lyx/src/text2.C:114:2: warning: #warning broken?
../../lyx/src/text2.C:1338:2: warning: #warning This will not work anymore when we
have multiple views of the same buffer
../../lyx/src/text2.C: In member function `bool
LyXText::deleteEmptyParagraphMechanism(LCursor&, const LCursor&)':
..
On Wed, Jul 09, 2003 at 03:20:58PM +0800, Rod Pinna wrote:
>
> Yup, I have version 2.57 installed. I've previously done an apt-get
> dselect-upgrade, so (hopefully) have updated everything.
You need to remove the autoconf2.13 package (otherwise autoconf 2.13 will be
used and not 2.57).
Yup, I have version 2.57 installed. I've previously done an apt-get
dselect-upgrade, so (hopefully) have updated everything.
Rod
On Wed, 9 Jul 2003, Garst R. Reese wrote:
> Rod Pinna wrote:
> >
> > Bloody buggery...I thought going to testing would avoid this...
> >
> > I see there is an autom
Rod Pinna wrote:
>
> Bloody buggery...I thought going to testing would avoid this...
>
> I see there is an automake1.7 deb as well...
>
> No difference I see...
Did you update autoconf as well?
Garst
Bloody buggery...I thought going to testing would avoid this...
I see there is an automake1.7 deb as well...
No difference I see...
Configuration
Host type: i686-pc-linux-gnu
Special build flags:warnings assertions xforms-image-loader
C Compiler:
Rod Pinna wrote:
> automake (GNU automake) 1.4-p6
That's probably a bit too old.
Juergen.
--
Date: Tue, 8 Jul 2003 10:28:13 +0800 (WST)
From: Rod Pinna <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: debian woody/cvs compile problem
Hi all,
configure (for the xforms version, not tried the qt version yet)
completes, but then...not much happens when I go make (see below). I
Hi all,
configure (for the xforms version, not tried the qt version yet)
completes, but then...not much happens when I go make (see below). It is a
cvs update from a few hours ago, the developement branch of course.
Other info
[EMAIL PROTECTED]:~/src/cvs/lyx-devel$ automake --version
automake (G
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| lstrings.C:705: `Assert' undeclared in namespace `lyx'
| lstrings.C:706: `Assert' undeclared in namespace `lyx'
| lstrings.C:707: `Assert' undeclared in namespace `lyx'
| lstrings.C:708: `Assert' undeclared in namespace `lyx'
| lstrings.C:709: `Asse
Configuration
Host type: i686-pc-linux-gnu
Special build flags:warnings assertions xforms-image-loader
C Compiler: gcc
C Compiler flags: -g -O2
C++ Compiler: g++ (2.95.1)
C++ Compiler flags:
Lars Gullik Bjønnes wrote:
>
> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
>
> | On Tue, Dec 04, 2001 at 12:00:46AM +0100, Lars Gullik Bjønnes wrote:
> >> Ok, what is munmap's prototype on your box?
> >
> | #ifdef __STDC__
> | #if (_POSIX_C_SOURCE > 2)
> | [...]
> | extern int munmap(voi
So does that mean that we should
#define _POSIX_C_SOURCE 3
or something like that before
#include
I don't have experience with Solaris on this level...
Kayvan A. Sylvan wrote:
>On Tue, Dec 04, 2001 at 12:00:46AM +0100, Lars Gullik Bjønnes wrote:
>
>>Ok, what is munmap's prototype on your box?
On Tue, Dec 04, 2001 at 12:00:46AM +0100, Lars Gullik Bjønnes wrote:
> Ok, what is munmap's prototype on your box?
#ifdef __STDC__
#if (_POSIX_C_SOURCE > 2)
[...]
extern int munmap(void *, size_t);
[...]
#else
[...]
extern int munmap(caddr_t, size_t);
[...]
#endif /* (_POSIX_C_SOURCE > 2) *
Hi folks,
Here is the Solaris compile problem:
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost
-I/remote/tools/ksylvan/include -isystem /usr/openwin/include -O2 -isystem
/depot/X11/include -W -Wall -Wp,-MD,.deps/lyxsum.pp -c lyxsum.C
lyxsum.C:23: warning: #warning lyx::sum() usin
On Mon, Jul 03, 2000 at 09:28:47AM +0200, Juergen Vigna wrote:
>
> On 30-Jun-2000 Kayvan A. Sylvan wrote:
> >
> > Are you following the same steps?
> >
> > CFLAGS=-g CXXFLAGS=-g ./configure --prefix=/usr --without-warnings
> > make
> >
> > It's only the debug-enabled compile that f
On 30-Jun-2000 Kayvan A. Sylvan wrote:
>
> Are you following the same steps?
>
> CFLAGS=-g CXXFLAGS=-g ./configure --prefix=/usr --without-warnings
> make
>
> It's only the debug-enabled compile that fails to link.
>
Well you don't have to do that, cvs versions have -g enabled by
On Fri, Jun 30, 2000 at 09:41:50AM +0200, Juergen Vigna wrote:
>
> >
> > Failing with this message (at link-time):
> >
> > FloatList.o: In function `global constructors keyed to floatList':
> > /home/kayvan/src/lyx-temp/src/FloatList.C:5: undefined reference to
> > `FloatList::FloatList(void)'
>
> Failing with this message (at link-time):
>
> FloatList.o: In function `global constructors keyed to floatList':
> /home/kayvan/src/lyx-temp/src/FloatList.C:5: undefined reference to
> `FloatList::FloatList(void)'
> insets/.libs/libinsets.a(insetfloat.o): In function `InsetFloat::Latex(Buff
This works:
./autogen.sh
./configure
make
This does not:
CXXFLAGS="-g" CFLAGS="-g" ./configure --prefix=/usr --without-warnings
make
Failing with this message (at link-time):
FloatList.o: In function `global constructors keyed to floatList':
/home/kayvan/src/lyx-temp/src/FloatList.C:5: undefi
On Thu, Jun 15, 2000 at 12:18:34PM +0200, Jean-Marc Lasgouttes wrote:
>
> Did you run ./autogen.sh?
Yes. Every time.
I will now remove the entire directory and start again from CVS.
---Kayvan
--
Kayvan A. Sylvan | Proud husband of | Father to my
Did you run ./autogen.sh?
JMarc
make[4]: Entering directory `/home/kayvan/src/rpm/BUILD/lyx-1.1.6cvs/sigc++'
/bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./..-O2
-m486 -fno-strength-reduce -ansi -W -Wall -Wno-return-type -c object.cc
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O2 -m486 -fno-s
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| > | So what does this mean for people who want to continue to compile the latest
| > | CVS? Do we have to upgrade compiler/libraries? Will this also affect end-users?
| >
| > No, as long as your compiler is on par with gcc 2.8.x we will still
| >
On Thu, Mar 16, 2000 at 07:54:51PM +0100, Lars Gullik Bjønnes wrote:
> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
>
> | On Thu, Mar 16, 2000 at 07:34:48PM +0100, Lars Gullik Bjønnes wrote:
> | > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
> | >
> | >
> | > So, you didn't read the comment
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| On Thu, Mar 16, 2000 at 07:34:48PM +0100, Lars Gullik Bjønnes wrote:
| > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| >
| >
| > So, you didn't read the comments on that point in lyx_cb.C?
| >
| > Meaning: I hning I know how to fix, but form
On Thu, Mar 16, 2000 at 07:34:48PM +0100, Lars Gullik Bjønnes wrote:
> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
>
>
> So, you didn't read the comments on that point in lyx_cb.C?
>
> Meaning: I hning I know how to fix, but form now on I will be using a
> _near_ conforming c++ lib, with nam
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
So, you didn't read the comments on that point in lyx_cb.C?
Meaning: I hning I know how to fix, but form now on I will be using a
_near_ conforming c++ lib, with namespace std turned on.
Also this simple thing shows clearly that lyxstring is a bit
This happens on the latest CVS:
lyx_cb.C: In function `void InsertAsciiFile(const class string &, bool)':
lyx_cb.C:1162: no matching function for call to `lyxstring::lyxstring
(istream_iterator &, istream_iterator &)'
support/lyxstring.h:158: candidates are: lyxstring::lyxstring()
support/lyxstr
33 matches
Mail list logo