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&)':
..
"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:
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
10 matches
Mail list logo