On Wed, Nov 05, 2003 at 06:31:05PM +0000, Angus Leeming wrote:
> Markus Rosenstihl wrote:
>
> > Hi
> > I want to compile lyx-1.3.3 on my own with the xforms frontend on
> > Panther. I get following error messages when trying to compile and
> > can't solve that:
> >
> > I find somewhere in the archive of lyx-devel following solution but
> > i don't know how to apply that:
> >
> >> MathGridInset:
> >> math_gridinset.h
> >> ~MathGridInset();
> >> math_gridinset.C
> >> MathGridInset::~MathGridInset()
> >> {}
> >
> >
> > Does anybody know a solution?
>
> Use a text editor to modify the source as shown?
>
Thanks, i did it with trial and error and after the third run it compiles
further
The file is big and i am am not a programmer. I did the "~MathGridInset();" in
math_gridinset.h directly under the first "public:"
and in math_gridinset.C
under the using std::vector;
MathGridInset::~MathGridInset()
{}
This compiles the most but then i get an error:
ld: warning multiple definitions of symbol _locale_charset
../intl/libintl.a(localcharset.o) definition of _locale_charset in section
(__TEXT,__text)
/usr/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
ld: Undefined symbols:
typeinfo for boost::detail::counted_base_impl<kb_keymap*,
boost::checked_deleter<kb_keymap> >
typeinfo for boost::detail::counted_base_impl<LyXKeySym*,
boost::checked_deleter<LyXKeySym> >
typeinfo for MathFracInset
typeinfo for MathSqrtInset
typeinfo for MathFontOldInset
typeinfo for MathLefteqnInset
typeinfo for InsetMarginal
typeinfo for InsetNote
typeinfo for FormTabular
typeinfo for FormCB<ControlTabular, FormDB<FD_tabular> >
typeinfo for ControlPrefs
typeinfo for ControlPrint
typeinfo for FormCB<ControlPrint, FormDB<FD_print> >
typeinfo for FormPrint
typeinfo for CheckedLyXLength
typeinfo for CheckedGlueLength
make[3]: *** [lyx] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
any ideas?