On Tue, Sep 30, 2003 at 05:41:25PM +0200, Lars Gullik Bjønnes spake thusly:
> | http://www.stlport.org/

Unpacked this...

> | All _you_ have to work out is how to force g++ to look in 
> | /usr/include/stlport before it looks in /usr/include/g++-3/

...and used the following script:

g++ -nostdinc++ -W -Wall -O2 -I/home/mv/STLport-4.5.3/stlport \
-I. -I../boost -ftemplate-depth-30 -o main lyx_main.C main.C

> There will be other errors as well...
> 
> Please check if this works.
> 
> g++ -W -Wall -O2 -o main main.C
> 
> (after unpacking of course)

As above, in lyx's src directory. Error messages:

lyx_main.C:80: `exit' is already declared in this scope
lyx_main.C:81: `signal' is already declared in this scope
lyx_main.C:82: `system' is already declared in this scope

...and no executable produced. (Without the STLport include,
hundreds of errors. Promising.)

So what next?
 
> -- 
>       Lgb
> 

- Martin

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to