On 11/24/14 17:34, Richard L. Hamilton wrote:
> Using the git code, the wiki Solaris build instructions (minus the 
> /usr/bin/cc -> /usr/bin/gcc link), and the following PATH
> PATH=/usr/gnu/bin:/usr/xpg4/bin:/usr/bin:/opt/solarisstudio/bin
> (which avoided the version of sed that was running wild), I got a lot 
> further; until the error sequence below.  Most of the binaries built, and the 
> ones I can test by just putting the libraries they need in their proper place 
> appear to work (ugly without resource files, but usable, at least for those I 
> tried, e.g. dtksh, dtcalc, dtterm - nothing that needs the CDE-specific 
> ToolTalk or RPC services for instance, since I don’t have them running).
>
> Any idea what to try next would be appreciated.  In the full build output, I 
> did not see any mention of libtptregexp, which I would have expected  prior 
> to referencing the library as -ltptregexp.
>

Well, in the meantime I've found that the build has problems with 
Solaris 11.2, also on x86. It only works on 11.0.
At the moment I'm preparing some new patches which enables CDE to run on 
OpenIndiana Hipster, Solaris 11.2/x86 and also on Solaris 11.2/sparc.

The tests need some more time. But If you are interested I could send 
you the patched files in advance.
They are working here on my T5220, but a second test could be helpful.

Regarding your build error: libtptregexp is created during the build. 
It's a static library, so it's called libtptregexp.a and should be 
located under ~/cdesktopenv-code/cde/programs/dtdocbook/lib/tptregexp .
If it's missing for you I suppose you have another error before the 
listed one.

Best Regards, Ulrich


>
> LD_RUN_PATH=/usr/dt/lib:/usr/lib:/usr/X11/lib /opt/solarisstudio/bin/cc -o 
> instant -O2 -Xa     -L/usr/X11/lib -L../../../../exports/lib  
> -L../../../../imports/motif/lib -L../../../../imports/x11/lib main.o util.o 
> info.o translate.o traninit.o tranvar.o tables.o  browse.o 
> -L../../../../programs/dtdocbook/lib/tptregexp -ltptregexp -L/usr/X11/lib 
> -L/usr/lib   -lsocket -lnsl
> ld: fatal: library -ltptregexp: not found
> *** Error code 2

-- 
Ulrich Wilkens
Email: m...@uwilkens.de


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to