Re: Abiword compilation ..


Subject: Re: Abiword compilation ..
From: Martin Sevior (msevior@mccubbin.ph.unimelb.edu.au)
Date: Sat Oct 28 2000 - 02:00:16 CDT


Hi Chema,
        It looks like you haven't done a CVS update on the wv module.
As well as major improvements to Gnome integration Dom has also done work
improve the MS Word importer.

My compile script is:

#!/bin/csh
setenv prefix /home/msevior/abidir
echo "Building for prefix= ",$prefix
make prefix=/home/msevior/abidir ABI_OPT_GNOME=1 ABI_OPT_DEBUG=0 UNIX_CAN_BUILD_STATIC=0 install
#make prefix=/home/msevior/abidir ABI_OPT_GNOME=1 ABI_OPT_DEBUG=1 UNIX_CAN_BUILD_STATIC=0 install
#make prefix=/home/msevior/abidir ABI_OPT_DEBUG=1 UNIX_CAN_BUILD_STATIC=0 install

I think you can pick your favourite compile options from that.

Cheers

Martin

On Fri, 27 Oct 2000, Chema Celorio wrote:

> I had a special feeling that I was going to run into lill problems.
> here is where the build stopped.
>
> Also, I have a question:
> How can I turn gnome & gnome-xml compilation ON ? turning debug on
> would not hurt too.
>
> I am using today's anoncvs.
>
> thanks,
> Chema.
> --------
> make[4]: Entering directory `/home/chema/cvsabi/abi/src/wp/impexp/xp'
> Building with [LicensedTrademarks:Off Debug:Off Gnome:Off
> Gnome-XML:Off].
> ie_exp.cpp:
> ie_exp_AbiWord_1.cpp:
> ie_exp_GZipAbiWord.cpp:
> ie_exp_HTML.cpp:
> ie_exp_MsWord_97.cpp:
> In file included from ie_exp_MsWord_97.cpp:274:
> ie_exp_MsWord_97.h:28: exporter/wvexporter.h: No such file or directory
> In file included from ie_exp_MsWord_97.cpp:274:
> ie_exp_MsWord_97.h:62: syntax error before `*'
> ie_exp_MsWord_97.h:64: syntax error before `*'
> ie_exp_MsWord_97.h:65: syntax error before `*'
> ie_exp_MsWord_97.h:66: syntax error before `*'
> ie_exp_MsWord_97.h:67: syntax error before `*'
> ie_exp_MsWord_97.cpp:396: syntax error before `;'
> ie_exp_MsWord_97.cpp: In method `UT_Bool
> IE_Exp_MsWord_97::_openFile(const char *)':
> ie_exp_MsWord_97.cpp:441: `m_pWordDocument' undeclared (first use this
> function)ie_exp_MsWord_97.cpp:441: (Each undeclared identifier is
> reported only once
> ie_exp_MsWord_97.cpp:441: for each function it appears in.)
> ie_exp_MsWord_97.cpp:441: `wvDocument_create' undeclared (first use this
> function)
> ie_exp_MsWord_97.cpp:444: `m_pMainStream' undeclared (first use this
> function)
> ie_exp_MsWord_97.cpp:444: `wvStream_new' undeclared (first use this
> function)
> ie_exp_MsWord_97.cpp:445: `m_pTableStream' undeclared (first use this
> function)
> ie_exp_MsWord_97.cpp:446: `m_pSummaryStream' undeclared (first use this
> function)
> ie_exp_MsWord_97.cpp:447: `m_pDataStream' undeclared (first use this
> function)
> ie_exp_MsWord_97.cpp: In method `UT_Bool
> IE_Exp_MsWord_97::_closeFile()':
> ie_exp_MsWord_97.cpp:488: `wvOLEFree' undeclared (first use this
> function)
> ie_exp_MsWord_97.cpp: In method
> `s_MsWord_97_Listener::s_MsWord_97_Listener(PD_Document *,
> IE_Exp_MsWord_97 *)':
> ie_exp_MsWord_97.cpp:534: `m_Fib' undeclared (first use this function)
> ie_exp_MsWord_97.cpp:534: `wvInitFIBForExport' undeclared (first use
> this function)
> ie_exp_MsWord_97.cpp:536: `class IE_Exp_MsWord_97' has no member named
> `m_pMainStream'
> ie_exp_MsWord_97.cpp:536: `wvPutFIB' undeclared (first use this
> function)
> ie_exp_MsWord_97.cpp:539: `class IE_Exp_MsWord_97' has no member named
> `m_pMainStream'
> ie_exp_MsWord_97.cpp:539: `wvStream_tell' undeclared (first use this
> function)
> ie_exp_MsWord_97.cpp:540: `class IE_Exp_MsWord_97' has no member named
> `m_pMainStream'
> ie_exp_MsWord_97.cpp:540: `wvStream_offset' undeclared (first use this
> function)ie_exp_MsWord_97.cpp: In method
> `s_MsWord_97_Listener::~s_MsWord_97_Listener()':ie_exp_MsWord_97.cpp:553:
> `class IE_Exp_MsWord_97' has no member named `m_pMainStream'
> ie_exp_MsWord_97.cpp:553: `wvStream_rewind' undeclared (first use this
> function)ie_exp_MsWord_97.cpp:554: `class IE_Exp_MsWord_97' has no
> member named `m_pMainStream'
> ie_exp_MsWord_97.cpp: In method `UT_Bool
> s_MsWord_97_Listener::populate(const vo
> id *, const PX_ChangeRecord *)':
> ie_exp_MsWord_97.cpp:579: warning: unused variable `PT_AttrPropIndex
> api'
> ie_exp_MsWord_97.cpp: In method `void
> s_MsWord_97_Listener::_outputData(const UT
> _UCSChar *, unsigned int)':
> ie_exp_MsWord_97.cpp:688: `class IE_Exp_MsWord_97' has no member named
> `m_pMainS
> tream'
> ie_exp_MsWord_97.cpp:688: `wvStream_write' undeclared (first use this
> function)
> ie_exp_MsWord_97.cpp:753: `class IE_Exp_MsWord_97' has no member named
> `m_pMainS
> tream'
> ie_exp_MsWord_97.cpp:756: `class IE_Exp_MsWord_97' has no member named
> `m_pMainS
> tream'
> make[4]: ***
> [/home/chema/cvsabi/abi/src/Linux_2.2.12-20_i386_OBJ/obj/ie_exp_MsW
> ord_97.o] Error 1
> make[4]: Leaving directory `/home/chema/cvsabi/abi/src/wp/impexp/xp'
> make[3]: *** [build] Error 2
> make[3]: Leaving directory `/home/chema/cvsabi/abi/src/wp/impexp'
> make[2]: *** [build] Error 2
> make[2]: Leaving directory `/home/chema/cvsabi/abi/src/wp'
> make[1]: *** [build] Error 2
> make[1]: Leaving directory `/home/chema/cvsabi/abi/src'
> make: *** [compile] Error 2
> [chema@suzzy abi]$
>
>



This archive was generated by hypermail 2b25 : Sat Oct 28 2000 - 02:01:12 CDT