User forums > Using Code::Blocks

Unable to compile code blocks on mountain lion

(1/4) > >>

itzik:
Hi, im new to code blocks and today i tried to compile it for the first time.
Im using mac os x 10.8 (M. Lion).

I saw this http://forums.codeblocks.org/index.php/topic,11379.msg77580.html which describes the exact same issues
i'm having. I managed to fix the first one, and im still stuck on the second one:

configmanager.cpp: In function 'wxString<unnamed>::DetermineResourcesPath()':
configmanager.cpp:124: error: 'wxMacCFStringHolder' was not declared in this scope

I have no idea what i can do to make this work.

Any help would be great...

Thanks,
itzik

oBFusCATed:
http://forums.codeblocks.org/index.php/topic,17231.0.html

Please use the search next time...

itzik:

--- Quote from: oBFusCATed on April 01, 2013, 12:42:46 am ---http://forums.codeblocks.org/index.php/topic,17231.0.html

Please use the search next time...

--- End quote ---

Thanks, I guess i missed that answer.

After removing some plug in flags and a lot of work,
I am currently stuck over here:


--- Code: ---Undefined symbols for architecture x86_64:
  "Hunspell::get_dic_encoding()", referenced from:
      HunspellInterface::GetCharacterEncoding()       in libwxSpellChecker.a(HunspellInterface.o)
  "Hunspell::spell(char const*, int*, char**)", referenced from:
      HunspellInterface::IsWordInDictionary(wxString const&)  in libwxSpellChecker.a(HunspellInterface.o)
  "Hunspell::suggest(char***, char const*)", referenced from:
      HunspellInterface::GetSuggestions(wxString const&)  in libwxSpellChecker.a(HunspellInterface.o)
  "Hunspell::Hunspell(char const*, char const*, char const*)", referenced from:
      HunspellInterface::InitializeSpellCheckEngine()       in libwxSpellChecker.a(HunspellInterface.o)
  "Hunspell::~Hunspell()", referenced from:
      HunspellInterface::UninitializeSpellCheckEngine()       in libwxSpellChecker.a(HunspellInterface.o)
      HunspellInterface::~HunspellInterface()in libwxSpellChecker.a(HunspellInterface.o)
      HunspellInterface::~HunspellInterface()in libwxSpellChecker.a(HunspellInterface.o)
ld: symbol(s) not found for architecture x86_64
--- End code ---

I tried to disable hunspell because i had my share of problems with it before getting stuck on the above
with no luck.

tried to config with:

--- Code: ---../configure --with-contrib-plugins=all,-FileManager,-NassiShneiderman,-SpellChecker,-WxTreeListCtrl,-wxTreeList,--host=i386-apple-darwin8 --target=i386-apple-darwin8
--- End code ---

Did not help as well.

I saw this post:

http://forums.codeblocks.org/index.php/topic,17178.0.html

Its related to my issue, but no specific answer for the above topic was found...

Where can i go from now?

oBFusCATed:

--- Quote from: itzik on April 01, 2013, 04:01:36 am ---tried to config with:

--- Code: ---../configure --with-contrib-plugins=all,-FileManager,-NassiShneiderman,-SpellChecker,-WxTreeListCtrl,-wxTreeList,--host=i386-apple-darwin8 --target=i386-apple-darwin8
--- End code ---

--- End quote ---
Try removing the comma after -wxTreeList.
Also I don't think -WxTreeListCtrl,-wxTreeList are valid options.

p.s. I don't know it this will help though :)

itzik:
As you suspected, It didn't  ::)

Please, Any help?

There must be a solution....

Navigation

[0] Message Index

[#] Next page

Go to full version