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

Solaris

<< < (3/6) > >>

murlock:
The file src/sdk/scripting/sqplus/SquirrelVM.cpp require to add #include <string.h> for strlen function.

On other side with Sun Studio, I have to remove -fPIC and -DPIC from configure.in and -ffast-math from aclocal.m4
After, compile stop with this error :
"scriptbindings.cpp", line 563: Error: Could not find a match for

--- Code: ---SqPlus::SQClassDef<CompilerFactory>::staticFunc<SqPlus::SQClassDef<CompilerFactory>::Func>(bool(*)(const wxString&,const wxString&), const char[21]) needed in ScriptBindings::RegisterBindings()
--- End code ---

afb:
I added a placeholder to the Code::Blocks Wiki for Solaris instructions.
(I don't know anything about Solaris, but do have a copy of NexentaOS)

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Solaris

If you could copy your English instructions to there, it'd be appreciated.
You can see the pages for other platforms for how it should look like ?

murlock:
Ok, I'll do it

Thanks

murlock:
Wiki is done, I'll report crash on solaris later

afb:
I noticed that you use --disable-compat24 when compiling wxWidgets, this is currently known to cause crashes with Code::Blocks and something we are investigating. I'd recommend not using that...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version