Hello all!

I'm trying to get the wxConsole component of bacula to compile on my  
OS X box, but I'm running into errors:

Joe-Rhodes:/Users/joe/Desktop/bacula-1.38.11/src/wx-console root# make
/usr/bin/g++   -c  -DHAVE_WXCONSOLE -I/usr/lib/wx/include/mac-ansi- 
release-2.6 -I/usr/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64 - 
D_LARGE_FILES -DNO_GCC_PRAGMA -DHAVE_MACOSX -DNO_GCC_PRAGMA  \
   -I. -I..   -g -O2 -Wall  main.cpp
/usr/bin/g++   -c  -DHAVE_WXCONSOLE -I/usr/lib/wx/include/mac-ansi- 
release-2.6 -I/usr/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64 - 
D_LARGE_FILES -DNO_GCC_PRAGMA -DHAVE_MACOSX -DNO_GCC_PRAGMA  \
   -I. -I..   -g -O2 -Wall  console_thread.cpp
/usr/include/wx-2.6/wx/list.h: In constructor 'wxListKey::wxListKey 
(const wxChar*)':
/usr/include/wx-2.6/wx/list.h:366: error:  
'bad_call_on_strdup_use_bstrdup' was not declared in this scope
/usr/include/wx-2.6/wx/list.h: In constructor 'wxListKey::wxListKey 
(const wxString&)':
/usr/include/wx-2.6/wx/list.h:368: error:  
'bad_call_on_strdup_use_bstrdup' was not declared in this scope
make: *** [console_thread.o] Error 1


Here are the important specs:

OS X 10.4.7 (ppc)
Bacula  1.38.11
wxWidgets  (wxMac) 2.6.3

I've complied wxWidgets with:

./configure --prefix=/usr

and bacula claims to have found my wxWidgets 2.6 libraries.  (OS X  
ships with 2.5.)

Large file support:         no
   Bacula conio support:       yes -ltermcap
   readline support:           no
   TCP Wrappers support:       no
   TLS support:                no
   ZLIB support:               yes
   enable-smartalloc:          yes
   enable-gnome:               no
   enable-wx-console:          yes wxWidgets 2.6
   enable-tray-monitor:
   client-only:                no
   build-dird:                 yes
   build-stored:               yes
   ACL support:                yes
   Python support:             no


I've found one other thread in the mailing list that pertained to  
this, but I didn't see a resolution.  I haven't been able to turn  
much up on Google either.

Any help would be greatly appreciated.

Cheers!
-Joe Rhodes

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to