Hi,
I have a Signal problem on mac OS 10.6 with wt 3.1.7
When I do
fHistoryTBTableList->changed().connect(this,&G4UIWt::CommandHistoryCallback);
fHistoryTBTableList->keyPressed ().connect(this,&G4UIWt::ChangeFocus);
...no problem
But :
fHistoryTBTableList->keyPressed ().activated(this,&G4UIWt::ChangeFocus);
Compilation/link...fine, but at execution :
>>>>>
dyld: lazy symbol binding failed: Symbol not found:
__ZN5boost7signals6detail11signal_baseC2ERKNS_9function2IbNS1_12stored_groupES4_SaINS_13function_baseEEEERKNS_3anyE
Referenced from: .../lib/Darwin-g++/libG4UIbasic.dylib
Expected in: flat namespace
dyld: Symbol not found:
__ZN5boost7signals6detail11signal_baseC2ERKNS_9function2IbNS1_12stored_groupES4_SaINS_13function_baseEEEERKNS_3anyE
Referenced from: .../lib/Darwin-g++/libG4UIbasic.dylib
Expected in: flat namespace
>>>>>
Same problem at :
// Add a quit subMenu
Wt::WContainerWidget *ex = new Wt::WContainerWidget();
fToolBar = new Wt::Ext::ToolBar(ex);
Wt::Ext::Menu *fileMenu = new Wt::Ext::Menu();
//
// The following line send the same dyld problem
//
fileMenu->addItem("File",this, &G4UIWt::ExitSession);
Any idea ?
Cheers,
Laurent
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest