Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes:

> 
> Lars Gullik Bjønnes <larsbj <at> ...> writes:
> 
> > 
> > Jean-Pierre Chrétien <Jean-Pierre.Chretien <at> ...> writes:
> 
> > 
> > You are not using gnu make?
> > 
> > the make you are using seems to not understand $<
> > 
gmake works fine, but now compilation fails on this:

if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ \
-DHAVE_CONFIG_H -I. -I. -I../../../../src   -I./.. \
-I../../../../src -I.. -W -Wall  -I/usr/openwin/include\
 -I/usr/local/include -fno-exceptions -g -O2 -MT \
form_bibtex.lo -MD -MP -MF ".deps/form_bibtex.Tpo" \
-c -o form_bibtex.lo form_bibtex.C; \
then mv -f ".deps/form_bibtex.Tpo" ".deps/form_bibtex.Plo"; \
else rm -f ".deps/form_bibtex.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I./.. \
-I../../../../src -I.. -W -Wall -I/usr/openwin/include \
-I/usr/local/include -fno-exceptions -g -O2 -MT\ 
form_bibtex.lo -MD -MP -MF .deps/form_bibtex.Tpo -c \
form_bibtex.C -o form_bibtex.o
form_bibtex.C:18: error: parse error at end of input
gmake[8]: *** [form_bibtex.lo] Error 1

and form_bibtex.C looks incomplete:

->more src/frontends/xforms/forms/form_bibtex.C
// File generated by fdesign from form_bibtex.fd
// and modified by fdfix.sh for use by LyX.

// WARNING! All changes made to this file will be lost!

// This file is part of LyX, the document processor.
// Licence details can be found in the file COPYING.

#include <config.h>
#include "forms_gettext.h"
#include "gettext.h"
#include "../lyx_forms.h"
using std::string;
#include <stdlib.h>
#include "form_bibtex.h"

namespace lyx {
namespace frontend {

->

Here is the result of ./configure:


Configuration
  Host type:                      sparc-sun-solaris2.8
  Special build flags:            compression assertions warnings 
jpeg-image-loader use-aspell use-ispell
  C   Compiler:                   gcc 
  C   Compiler LyX flags:          
  C   Compiler flags:             -W -Wall   -I/usr/openwin/include
-I/usr/local/include -g -O2
  C++ Compiler:                   g++ (3.3.2)
  C++ Compiler LyX flags:          -fno-exceptions
  C++ Compiler flags:             -W -Wall   -I/usr/openwin/include
-I/usr/local/include -g -O2
  Linker flags:                   
  Linker user flags:              
  XForms Frontend:
      libXpm version:           4.11
      libforms version:         1.0.0
  Packaging:                      posix
  LyX binary dir:                 /usr/local/bin
  LyX files dir:                  /usr/local/share/lyx-1.4.0pre2

Did I miss a parameter in the ./configure command ?

TIA

-- 
Jean-Pierre


Reply via email to