Hi everybody, i'm trying to build Wt using the cygwin make in Windows (XP and Vista). I used CMake to generate Unix Makefiles which runs fine (after configuring the directories for boost etc.). But when I try to run 'make' in the Wt build directory i created i get the error message 'src/CMakeFiles/wt.dir/depend.make:73: *** target pattern contains no `%'. Stop.'. And that line just contains 'src/CMakeFiles/wt.dir/Wt/Chart/WAbstractChart.obj: C:/Programme/boost/boost_1_37/boost/aligned_storage.hpp'. I use Wt 2.2.3, boost 1.37 an the cygwin c++ compiler 3.4.4.
The whole output looks like this: C:\wt-2.2.3\build>make Scanning dependencies of target filetostring [ 0%] Building CXX object src/CMakeFiles/filetostring.dir/web/skeleton/FileToSt ring.obj Linking CXX executable filetostring.exe [ 0%] Built target filetostring [ 0%] Generating CommScript_js.C [ 1%] Generating Plain_html.C [ 1%] Generating JsNoAjax_html.C [ 1%] Generating Boot_html.C [ 2%] Generating Wt_js.C [ 2%] Generating CommAjax_js.C Scanning dependencies of target wt src/CMakeFiles/wt.dir/depend.make:73: *** target pattern contains no `%'. Stop. make[1]: *** [src/CMakeFiles/wt.dir/all] Error 2 make: *** [all] Error 2 C:\wt-2.2.3\build> Did anyone managed to build and install Wt using cygwin and could help me out with a hint? Because I managed to build and install it using Windows Visual Studio 2008 Express but I don't really want to use that instead of Eclipse. All the best, Timon ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
