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