Hi folks,
I managed to port Konversation to Solaris Express developer Edn with help from Adriaan. Build-Howto: 1) make sure you have the JDS CBE installed ( http://opensolaris.org/os/project/jds/contributing/building/) 2) source the env ( " ./opt/jdsbld/env/sh " ) 3) Download and extract the konversation source code 4) cd into the dir 5) the file ./konversation/src/dcctransfersend.cpp has to be patched thus: 24,25d23 < #include <sys/sockio.h> < #include <unistd.h> 6) do export CC=/usr/sfw/bin/gcc ; export CXX=/usr/sfw/bin/g++ ; export CPP=/usr/sfw/bin/cpp; ./configure ; /usr/sfw/bin/gmake 7) The source should be built. Become root and do "/usr/sfw/bin gmake install" Have a look at the screenshot http://flickr.com/photos/manish_chaks/2337327970/ /usr/bin/banner yay! -- Manish Chakravarty http://manish-chaks.livejournal.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/kde-discuss/attachments/20080316/47f3b2a2/attachment.html>
