I think that this problem is more a problem of mixing Qt and Wt classes in my project, and Qt signal/Slot may mix with boost Signal/Slot How to deal with that ? Something like redefining "signal" for Qt or Wt ?
Cheers, Laurent Le 28 janv. 2011 à 14:37, Laurent Garnier a écrit : > > Le 28 janv. 2011 à 13:49, Koen Deforche a écrit : > >> Hey Laurent, >> >>> Otool : >>> libboost_signals.dylib (compatibility version 0.0.0, current version >>> 0.0.0) >>> libboost_system.dylib (compatibility version 0.0.0, current version >>> 0.0.0) >>> libboost_thread.dylib (compatibility version 0.0.0, current version >>> 0.0.0) >>> libwt.26.dylib (compatibility version 26.0.0, current version 3.1.7) >>> libwtext.26.dylib (compatibility version 26.0.0, current version >>> 3.1.7) >>> libwthttp.26.dylib (compatibility version 26.0.0, current version >>> 3.1.7) >> >> I don' t understand why otool does return full path names ? We need >> the full path names to see how they correspond to the library paths >> used while linking. > > Because libs have been build with "short names" : > mac-90108% otool -L > /Users/garnier/Work/Devel/wt-3.1.5/install/lib/libboost_signals.dylib > /Users/garnier/Work/Devel/wt-3.1.5/install/lib/libboost_signals.dylib: > libboost_signals.dylib (compatibility version 0.0.0, current version > 0.0.0) > /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current > version 7.9.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current > version 125.2.1) > > In the contrary of something like X11 > mac-90108% otool -L /usr/X11R6/lib/libX11.dylib > /usr/X11R6/lib/libX11.dylib: > /usr/X11/lib/libX11.6.dylib (compatibility version 9.0.0, current > version 9.0.0) > /usr/X11/lib/libXau.6.dylib (compatibility version 7.0.0, current > version 7.0.0) > /usr/X11/lib/libXdmcp.6.dylib (compatibility version 7.0.0, current > version 7.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current > version 125.2.0) > > (I have use winst installer to build them) > >> >> Is it not strange that you are referencing 3.1.5 here but use 3.1.7 ? > > That is only a naming problem, I have use 3.1.5 dir to build 3.1.7 ;-) > > 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 ------------------------------------------------------------------------------ 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
