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

Solaris

<< < (5/6) > >>

murlock:

--- Quote from: gns on December 06, 2006, 07:51:52 am ---I am trying to build codeblocks on a Solaris 9 box using the procedure at http://www.murlock.org/wiki/?wakka=CodeBlocksEN

--- End quote ---

I'm currently downloading Sol9, I'll try to build CodeBlocks

murlock:
With last build (3362), for the crash on startup, I've done a little search and in src/plugins/codecompletion/classbrowserbuilderthread.cpp :
I've added at line 177, in void ClassBrowserBuilderThread::RemoveInvalidNodes(wxTreeCtrl* tree, wxTreeItemId parent)

--- Code: ---if ( !parent.IsOk() )
    return;

--- End code ---
before

--- Code: ---wxTreeItemId existing = tree->GetLastChild(parent);

--- End code ---


Otherwise, I've a lot of warning about

--- Code: ---./src/common/menucmn.cpp(994): assert"wxAssertFailure" failed: attempt to enable an item which doesn't exist

--- End code ---
and lot of about different size of picture in imagelist. (not very important ?)


EDIT:
I've created a little project and added a minimal hello world example, when I try to run, I've this message :

--- Code: ---xterm: can't execvp LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH  /usr/local/test_cb/bin/cb_console_runner "/home/murlock/mytest/bin/Debug/mytest"

--- End code ---

gns:

--- Quote from: murlock on December 08, 2006, 11:07:06 pm ---I'm currently downloading Sol9, I'll try to build CodeBlocks

--- End quote ---
Ok. Will wait for the response. I had installed the GNU tools from sunfreeware.com.
One issue that I mentioned (quoted below) is independant of the Solaris version.


--- Quote from: gns on December 06, 2006, 07:51:52 am ---But encountered problems while configuring CodeBlocks.
The link mentions about the ./configure that doesn't exist.

--- End quote ---

rgds
gns

murlock:

--- Quote from: gns on December 06, 2006, 07:51:52 am ---But encountered problems while configuring CodeBlocks.
The link mentions about the ./configure that doesn't exist.

--- End quote ---
configure is created by bootstrap.

I've tried to install Sol9 this weekend but I've to make space on my hd

gns:
I moved over to Solaris Express instead and gave the procedure a try.
This time, the bootstrap script executed without but subsequent command
./configure --prefix=/usr/local/test_cb/  --enable-debug
failed with the error message "You don't have pkg.m4 properly installed".
I have installed m4 from sunfreeware.com and it had installed without any problems.

Below is the last few lines of the output:

checking whether to build the scripted wizard plugin... yes
checking whether to build the to-do plugin... yes
checking whether to build the contrib plugins... no
checking if the compiler supports precompiled headers... yes
checking for pkg-config... DEBUG GNS : <Empty line>
DEBUG GNS : Value set to yes. -f=/usr/bin/pkg-config && test -x /usr/bin/pkg-config
DEBUG GNS : configure:24662: found /usr/bin/pkg-config
yes
DEBUG GNS : yes
WARNING GNS: You don't have pkg.m4 properly installed

The text marked GNS is due to additional echo statements that I included at the point of failure to get more information.
Any hints would be greatly appreciated.

best regards
gns

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version