Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Solaris

<< < (4/6) > >>

murlock:
Hi,

I've updated wiki with the new svn, ( --enable-compact24 )
the bootstrap is ok now, thanks

for src/sdk/scripting/sqplus/SquirrelVM.cpp, I've added

--- Code: ---#ifdef __sun
#include <strings.h>
#endif

--- End code ---

now, I can't use codeblocks, it's the backtrace of gdb :

--- Code: ---#0  0xd05712c5 in _lwp_kill () from /lib/libc.so.1
#1  0xd056e19a in thr_kill () from /lib/libc.so.1
#2  0xd051cfa3 in raise () from /lib/libc.so.1
#3  0xd067a667 in wxTrap () at ./src/common/appbase.cpp:599
#4  0xd067aa31 in ShowAssertDialog (szFile=0xd0b689c4, nLine=1229, szCond=0xd0b68984, szMsg=0xd0b68db4, traits=0x8210f98)
    at ./src/common/appbase.cpp:823
#5  0xd067a3c1 in wxAppConsole::OnAssert (this=0x813e8c0, file=0xd0b689c4, line=1229, cond=0xd0b68984, msg=0xd0b68db4)
    at ./src/common/appbase.cpp:457
#6  0xd091b821 in wxApp::OnAssert (this=0x813e8c0, file=0xd0b689c4, line=1229, cond=0xd0b68984, msg=0xd0b68db4)
    at ./src/gtk/app.cpp:728
#7  0xd067a71e in wxOnAssert (szFile=0xd0b689c4, nLine=1229, szCond=0xd0b68984, szMsg=0xd0b68db4)
    at ./src/common/appbase.cpp:645
#8  0xd067a69a in wxAssert (cond=0, szFile=0xd0b689c4, nLine=1229, szCond=0xd0b68984, szMsg=0xd0b68db4)
    at ./src/common/appbase.cpp:612
#9  0xd0a60da3 in wxGenericTreeCtrl::GetLastChild (this=0x8573c00, item=@0xce1ddee8) at ./src/generic/treectlg.cpp:1229
#10 0xce623989 in ClassBrowserBuilderThread::RemoveInvalidNodes (this=0x82c8460, tree=0x8573c00, parent={m_pItem = 0x0})
    at classbrowserbuilderthread.cpp:177
#11 0xce623baa in ClassBrowserBuilderThread::BuildTree (this=0x82c8460) at treectlg.h:203
#12 0xce623e0a in ClassBrowserBuilderThread::Entry (this=0x82c8460) at classbrowserbuilderthread.cpp:97
#13 0xd06fec21 in wxThreadInternal::PthreadStart (thread=0x82c8460) at ./src/unix/threadpsx.cpp:763
#14 0xd06feab8 in wxPthreadStart (ptr=0x82c8460) at ./src/unix/threadpsx.cpp:715
#15 0xd056f9be in _thr_setup () from /lib/libc.so.1
#16 0xd056fca0 in L3_doit () from /lib/libc.so.1
#17 0xcea41000 in ?? ()
#18 0x00000000 in ?? ()
#19 0x00000000 in ?? ()

--- End code ---

afb:
Unfortunately NexentaOS looked good "on paper", but crashes a lot.
So I'll need to install a new Solaris distro before I can test anything...

Feel free to keep hacking on it yourself meanwhile, as that'll be a while.

murlock:
There is another solution : my solaris for testing codeblocks is running inside vmware server (freely available), I can compress and host the iso.

gns:
I am trying to build codeblocks on a Solaris 9 box using the procedure at http://www.murlock.org/wiki/?wakka=CodeBlocksEN

wxWidgets built without problems.
But encountered problems while configuring CodeBlocks.
The link mentions about the ./configure that doesn't exist. The README from the svn checkout mentions about executing ./bootstrap. On executing the bootstrap script exited with the error
   /usr/sfw/share/aclocal/gimpprint.m4:8: warning: underquoted definition of AM_PATH_GIMPPRINT
   /usr/local/bin/autoconf: /usr/local/bin/autom4te: not found
   automake: autoconf failed with exit status: 1
The GNU autotools are installed on the system and automake,autoconf,autom4te exist at /usr/local/bin
Same error is encountered irrespective of whether the two export WANT_AUTOMAKE (gentoo fixes) are commented or not.

Any pointers would be appreciated.

~gns

afb:

--- Quote from: murlock on December 02, 2006, 08:45:44 pm ---There is another solution : my solaris for testing codeblocks is running inside vmware server (freely available), I can compress and host the iso.
--- End quote ---

I downloaded a copy of Solaris 10 6/06 x86 from Sun, just haven't bothered with setting it up yet.
The beauty of the GNU system was that it was ready to go and had a familiar user environment...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version