Hey Diego,

2009/9/17 Diego Cantor-Rivera <[email protected]>:
> Dear Witty Fellows,
>
> Has anyone had this weird error when compiling the examples from scratch?

They is an error in the gitview.wt build script
(examples/gitmodel/CMakeLists.txt)
If you replace:

TARGET_LINK_LIBRARIES(gitview.wt ${EXAMPLES_CONNECTOR})

with

TARGET_LINK_LIBRARIES(gitview.wt ${EXAMPLES_CONNECTOR} ${BOOST_FS_LIB_MT})

or (if you do not have a multi-threaded boost)

TARGET_LINK_LIBRARIES(gitview.wt ${EXAMPLES_CONNECTOR} ${BOOST_FS_LIB})

Then it should work ?

Regards,
koen

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to