This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Compiling OpenJade


I am trying to implement OpenJade here but I am having trouble 
compiling it.  I am using gcc 2.95.2 to compile OpenJade 1.3 and I get 
the following error:

parser_inst.cxx:1349: duplicate explicit instantiation of `class 
Vector<unsigned int>'

The command that generated that error is:

c++ -fno-implicit-templates -O2 -ansi   -I. -I./../include 
-I./../generic -DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE 
-DJADE_MIF -DJADE_HTML  -c parser_inst.cxx

I didn't edit the Makefile; I just checked to make sure that 
-DSP_MULTI_BYTE was defined and (as you can see above) it is.

I also tried to use the "experimental" autoconf stuff.  It compiles 
but won't install.  I get the following error:

gmake[1]: Entering directory `/space/gnu/openjade-1.3'
gmake[2]: Entering directory `/space/gnu/openjade-1.3/lib'
/space/gnu/openjade-1.3/libtool --mode=install config/install.sh -c 
libosp.la /usr/local/lib
config/install.sh -c .libs/libosp.so.0.0.0 
/usr/local/lib/libosp.so.0.0.0
/space/gnu/openjade-1.3/libtool: config/install.sh: not found
gmake[2]: *** [install] Error 1
gmake[2]: Leaving directory `/space/gnu/openjade-1.3/lib'
gmake[1]: *** [lib] Error 2
gmake[1]: Leaving directory `/space/gnu/openjade-1.3'
gmake: *** [install] Error 2

If anyone has any ideas, I would appreciate it.  Thanks in advance...

-- 
Stephen Rasku			E-mail:	stephen@tgivan.com
Senior Software Engineer	Phone:	(604) 872-6676
TGI Technologies		Web:	http://www.tgivan.com/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]