CL 3614 build error on MAC

Discussion about CodeLite development process and patches
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

CL 3614 build error on MAC

Post by frank_frl »

Hi Eran,

I get this errors when I try to build CL 3614 on MAC:

Code: Select all

Undefined symbols:
  "EnvVarSetPage::EnvVarSetPage(wxWindow*, int, wxPoint const&, wxSize const&, long)", referenced from:
      EnvVarsTableDlg::DoAddPage(wxString const&, wxString const&, bool)in envvar_table.o
  "EnvVarsTableDlgBase::~EnvVarsTableDlgBase()", referenced from:
      EnvVarsTableDlg::EnvVarsTableDlg(wxWindow*)in envvar_table.o
      EnvVarsTableDlg::~EnvVarsTableDlg()in envvar_table.o
      EnvVarsTableDlg::~EnvVarsTableDlg()in envvar_table.o
      EnvVarsTableDlg::~EnvVarsTableDlg()in envvar_table.o
      EnvVarsTableDlg::~EnvVarsTableDlg()in envvar_table.o
      EnvVarsTableDlg::~EnvVarsTableDlg()in envvar_table.o
      EnvVarsTableDlg::~EnvVarsTableDlg()in envvar_table.o
  "EnvVarsTableDlgBase::EnvVarsTableDlgBase(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long)", referenced from:
      EnvVarsTableDlg::EnvVarsTableDlg(wxWindow*)in envvar_table.o
  "typeinfo for EnvVarsTableDlgBase", referenced from:
      typeinfo for EnvVarsTableDlgin envvar_table.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [LiteEditor] Error 1
Strange, since the same code compiles fine on MSW

Frank
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CL 3614 build error on MAC

Post by eranif »

Hi Frank,

Did you ran configure after updating?

Eran
Make sure you have read the HOW TO POST thread
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: CL 3614 build error on MAC

Post by frank_frl »

eranif wrote:Hi Frank,

Did you ran configure after updating?

Eran
I think yes, but I do it again to be sure.

Frank
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: CL 3614 build error on MAC

Post by frank_frl »

Hi Eran,

problem solved, I didn't run ./configure :(
Works now so far, but the install_name_tool is still trying to copy libwxpropgrid.so.

Code: Select all

Creating Mac bundle...
Running install_name_tool...
cp: ../lib/libwxpropgridu.so: No such file or directory
done
Frank
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CL 3614 build error on MAC

Post by eranif »

thanks for the error report, I removed libwxpropgrid from the configure script - and it seems like it is still refered by the Mac scripts.

Eran
Make sure you have read the HOW TO POST thread
Post Reply