Re: Solaris linker version map annoyances (was: Re: LibreOffice / openIndiana ...)

2012-03-15 Thread Jonathan Adams
ok, the problem (isolated by Michael) is in the xmlreader ... I have tried compiling with gcc compilers from a different package maintainer (although strangely still 4.6.2), but the issue appears to stay the same. system supplied g++: sal@salmon190-241:~$ /usr/gcc/4.6/bin/g++ -v Using built-in sp

Re: Solaris linker version map annoyances (was: Re: LibreOffice / openIndiana ...)

2012-03-06 Thread Jonathan Adams
Also I had to undo a revision in the latest git to get it to compile: 587 git diff a1410ef073d2117cb2a3c9d9a4e9ecff7d911344 90491a073c5b5faee782ad5eab63276fda2342e6 > /tmp/mkdir-p.diff 591 patch -Rbp1 < /tmp/mkdir-p.diff a change made in the "mkdir -p" which helps on cygwin, unfortunately i

Re: Solaris linker version map annoyances (was: Re: LibreOffice / openIndiana ...)

2012-03-06 Thread Jonathan Adams
I've found the files that adds maps to the compile command and added SOLARIS as an exception so that the compile goes a lot further. solenv/inc/_tg_shl.mk if you look for "ANDROID" before "SHL[0-9]VERSIONMAPPARA" and add "&& "$(OS)" != "SOLARIS"" you shouldn't have problems with maps any more. I

Solaris linker version map annoyances (was: Re: LibreOffice / openIndiana ...)

2012-03-06 Thread Michael Stahl
On 05/03/12 13:06, Jonathan Adams wrote: > I'm sure I'd tried that before ... ahh yes: > > Compiling: registry/tools/rdbedit.cxx > Making:regmerge > Undefined first referenced > symbol in file > _ZTI* ../unxsoli/l