koen, I feel a bit stupid for asking, but now I have gone ahead and started the reinstall of boost and Wt (of course using the last release), and boost finished with a rather positive summary: ...failed updating 1 target... ...skipped 1 target... ...updated 1030 targets… But running cmake in Wt/build, I see that there is several things are omitted: ** Disabled WRasterimage support. Set WT_WRASTERIMAGE_IMPLEMENTATION to GraphicsMagick or skia. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) ** Disabling PDF support (WPdfImage, WPdfRenderer): requires libharu. Indicate the location of your haru library using -DHARU_PREFIX=... ** Disabling raster image support (WRasterImage): set WT_WRASTERIMAGE_IMPLEMENTATION to GraphicsMagick or skia. ** Disabling server-side opengl rendering for WGLWidget: requires gl, glew and WRasterImage (GraphicsMagick or skia). ** Disabling advanced font rendering support: requires libpango. Wt will use pkg-config to retrieve your libpango installation location. ** Wt::Dbo: building SQLite3 backend. ** Wt::Dbo: not building Postgres backend. Indicate the location of your postgres installation using -DPOSTGRES_PREFIX=... ** Wt::Dbo: not building Firebird backend. Indicate the location of your FirebirdSQL and IBPP installation using -DFIREBIRD_PREFIX=... -DIBPP_SRC_DIRECTORY=... ** Wt::Dbo: not building MySQL backend. Indicate the location of your mariadb or mysqlclient installation using -DMYSQL_PREFIX=... and the library to search for (e.g. mariadb or mysqlclient) using -DMYSQL_LIBRARY=... ** Disabling ISAPI. ** Disabling FCGI connector: requires libfcgi Indicate the location of libfcgi using -DFCGI_PREFIX=..., or omit this connector using -DCONNECTOR_FCGI=OFF ** Enabling built-in httpd. -- Looking for crypt -- Looking for crypt - found -- ** Not building mandelbrot example: requires Wt::WRasterImage. -- ** Not building style example: requires WRasterImage. ** Testing Wt::Dbo using Sqlite3 backend -- Configuring done -- Generating done -- Build files have been written to: /Users/taf/wt-3.3.2-rc2/build Is it possible to force installation of some of these? I assume they are omitted because I dont have the targeted software installed. Or is it possible to install some of these in the future. Lets say I suddenly want to install the mysql backend to write programs for logging into a external Mysql database? Do I have to have MySQL installed here to get the backend installed?
This time I install everything into the system default locations, so Id rather ask first, than after the damage is done. For the ubuntu install… It doesn’t seem like Wt(cmake) find boost, and I dont know what to put in BOOST_COMPILER in the CMakeLists.txt there. The BOOST_PREFIX I think I could find, also the version. Regards, Tor Tors-MacBook-Retina:build taf$ 27. feb. 2014 kl. 15:31 skrev Koen Deforche <k...@emweb.be>: > Hey, > > See here: https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1278092 > > You've stumbled on the same bug. Perhaps you'll fare better with 12.04 LTS > instead of the latest Ubuntu version. > > Regards, > koen > > > 2014-02-27 15:14 GMT+01:00 Tor Arne Fallingen <fallin...@gmail.com>: > Hey koen, > > This is an install on a new ubuntu virtualbox machine. Its clean, I only > installed htop and aptitude before proceeding to the Wt-ubuntu installation. > Since I encountered this, I put the new install on my Mac on hold. But I will > proceed with that this afternoon. I also have a RPi that is about 40% into > cmake (started this around 11:00). It does seem to return a lot of > deprecations, but as long as its threshing onwards, I will jut leave it to it. > I might try to reinstall the Ubuntu VB. > > Regards, > Tor > > Sendt fra min iPhone > > Den 27. feb. 2014 kl. 14:43 skrev Koen Deforche <k...@emweb.be>: > >> Hey Tor, >> >> This really seems to be something fundamentally wrong with your system. Your >> compiler gives an internal error, while CMake it's testing it? >> >> Regards, >> koen >> >> >> 2014-02-27 11:08 GMT+01:00 Tor Arne <fallin...@gmail.com>: >> Here it is: >> >> taf@taf-VirtualBox:~/wt-3.3.2-rc2/build$ sudo cmake ../ >> -- The C compiler identification is GNU 4.8.1 >> -- The CXX compiler identification is unknown >> -- Check for working C compiler: /usr/bin/cc >> -- Check for working C compiler: /usr/bin/cc -- works >> -- Detecting C compiler ABI info >> -- Detecting C compiler ABI info - done >> -- Check for working CXX compiler: /usr/bin/c++ >> -- Check for working CXX compiler: /usr/bin/c++ -- broken >> CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:54 >> (message): >> The C++ compiler "/usr/bin/c++" is not able to compile a simple test >> program. >> >> It fails with the following output: >> >> Change Dir: /home/taf/wt-3.3.2-rc2/build/CMakeFiles/CMakeTmp >> >> >> >> Run Build Command:/usr/bin/make "cmTryCompileExec8064585/fast" >> >> /usr/bin/make -f CMakeFiles/cmTryCompileExec8064585.dir/build.make >> CMakeFiles/cmTryCompileExec8064585.dir/build >> >> make[1]: Entering directory >> `/home/taf/wt-3.3.2-rc2/build/CMakeFiles/CMakeTmp' >> >> /usr/bin/cmake -E cmake_progress_report >> /home/taf/wt-3.3.2-rc2/build/CMakeFiles/CMakeTmp/CMakeFiles 1 >> >> Building CXX object >> CMakeFiles/cmTryCompileExec8064585.dir/testCXXCompiler.cxx.o >> >> /usr/bin/c++ -o >> CMakeFiles/cmTryCompileExec8064585.dir/testCXXCompiler.cxx.o -c >> /home/taf/wt-3.3.2-rc2/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx >> >> /home/taf/wt-3.3.2-rc2/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx:1:0: >> internal compiler error: in emit_move_multi_word, at expr.c:3350 >> >> Please submit a full bug report, >> >> with preprocessed source if appropriate. >> >> See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions. >> >> Preprocessed source stored into /tmp/ccYekTIP.out file, please attach this >> to your bugreport. >> >> make[1]: Leaving directory >> `/home/taf/wt-3.3.2-rc2/build/CMakeFiles/CMakeTmp' >> >> make[1]: *** [CMakeFiles/cmTryCompileExec8064585.dir/testCXXCompiler.cxx.o] >> Error 1 >> >> make: *** [cmTryCompileExec8064585/fast] Error 2 >> >> >> >> >> >> CMake will not be able to correctly generate this project. >> Call Stack (most recent call first): >> CMakeLists.txt:11 (PROJECT) >> >> >> -- Configuring incomplete, errors occurred! >> taf@taf-VirtualBox:~/wt-3.3.2-rc2/build$ sudo nano text.txt >> >> Now I started the cmake process on a RPi, and its at 2%, I think it might >> take the rest of the day and then some, unless it fails around 66% like my >> ubuntu attempt. And after it fails the first time, the output I posted here >> is what I get. >> >> Regards, >> Tor >> >> >> On Thu, Feb 27, 2014 at 10:55 AM, Koen Deforche <k...@emweb.be> wrote: >> Hey Tor, >> >> Can you provide the actual output? The CMakeLists.txt should be in the >> package, so if one is missing that sounds like a broken package. >> >> Regards, >> koen >> >> >> 2014-02-27 10:45 GMT+01:00 Tor Arne Fallingen <fallin...@gmail.com>: >> >> Hey Koen. >> >> Another day, another problem.. I have installed Oracle Virtual box and >> Ubuntu on my Mac. Now Ive tried to follow your Wiki guide for installing >> from source, and first time the cmake process halted at 66%, so I shut it >> down and removed the whole wt directory, then extracted a new one, followed >> directions, but now the cmake process is failing, and Ive removed and >> re-extracted the wt directory quite a few times now. >> Then I looked at Installing from prebuilt packages, as it says that the >> packages always are updated to the latest version, but then I look into the >> site to add the Wt PPA, and it doesn’t seem like its updated since wt-3.3.0 >> >> Any reason cmake should fail?? It states something about missing >> CMakelists.txt, but I was thinking that it was generated by cmake? >> >> What to do? >> >> Regards, >> Tor >> >> >> 26. feb. 2014 kl. 23:50 skrev Tor Arne Fallingen <fallin...@gmail.com>: >> >>> Oh, and you beat me! rc2 it is ;) >>> >>> >>> 26. feb. 2014 kl. 23:45 skrev Tor Arne Fallingen <fallin...@gmail.com>: >>> >>>> koen, just to let you know. I have gotten as far as mounting the RPi in a >>>> folder on my Mac, but I have not done the last remaining of the «Cross >>>> compiling on RPi» tutorial yet. But I might be pretty damn close to >>>> succeeding. >>>> >>>> Regards, >>>> Tor >>>> >>>> >>>> 26. feb. 2014 kl. 21:05 skrev Koen Deforche <k...@emweb.be>: >>>> >>>>> Hey Tor, >>>>> >>>>> cmake -DCMAKE_CXX_FLAGS='-stdlib=libc++' >>>>> -DCMAKE_INSTALL_PREFIX=/Users/taf/Wt -DBOOST_PREFIX=/Users/taf/Boost >>>>> -DCMAKE_EXE_LINKER_FLAGS='-stdlib=libc++' >>>>> -DCMAKE_MODULE_LINKER_FLAGS='-stdlib=libc++' >>>>> -DWT_CPP_11_MODE='-std=c++11' ../ >>>>> >>>>> Of course Ill remove my prefixes! >>>>> >>>>> You need to watch the output of this command: Wt will indicate all >>>>> features that are not being built, stating the reason (and hinting at a >>>>> way to fix it). If it's not complaining about MySQL then you'll have a >>>>> MySQL backend for Dbo. >>>>> >>>>> For the RPi, have you installed one with Wt complete, for working on the >>>>> RPi itself, not cross compiling? If you did, which of the methods did you >>>>> use? One of the install guide, or «Unix» like systems? >>>>> >>>>> We setup a cross-compilation environment, and documented this here: >>>>> >>>>> http://redmine.emweb.be/projects/wt/wiki/Cross_compile_Wt_on_Raspberry_Pi >>>>> >>>>> Then the last question, Ive come to really like Linux, even though I am a >>>>> Mac user. What VM would you recommend (or do you use) for making a >>>>> Virtual Ubuntu install on my mac? >>>>> >>>>> My recommendation would be to install the last Ubuntu LTS (12.04 ASFAIK) >>>>> version. You can install it in VirtualBox, for example. >>>>> >>>>> Yes, for sure, Wt 3.3.2rc1 is recommended. Or rc2 if we can beat you at >>>>> it :-) >>>>> >>>>> Regards, >>>>> koen >>>>> ------------------------------------------------------------------------------ >>>>> Flow-based real-time traffic analytics software. Cisco certified tool. >>>>> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >>>>> Customize your own dashboards, set traffic alerts and generate reports. >>>>> Network behavioral analysis & security monitoring. All-in-one tool. >>>>> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk_______________________________________________ >>>>> witty-interest mailing list >>>>> witty-interest@lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/witty-interest >>>> >>> >> >> >> ------------------------------------------------------------------------------ >> Flow-based real-time traffic analytics software. Cisco certified tool. >> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >> Customize your own dashboards, set traffic alerts and generate reports. >> Network behavioral analysis & security monitoring. All-in-one tool. >> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk >> _______________________________________________ >> witty-interest mailing list >> witty-interest@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> >> >> >> ------------------------------------------------------------------------------ >> Flow-based real-time traffic analytics software. Cisco certified tool. >> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >> Customize your own dashboards, set traffic alerts and generate reports. >> Network behavioral analysis & security monitoring. All-in-one tool. >> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk >> _______________________________________________ >> witty-interest mailing list >> witty-interest@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> >> >> >> ------------------------------------------------------------------------------ >> Flow-based real-time traffic analytics software. Cisco certified tool. >> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >> Customize your own dashboards, set traffic alerts and generate reports. >> Network behavioral analysis & security monitoring. All-in-one tool. >> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk >> _______________________________________________ >> witty-interest mailing list >> witty-interest@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> >> >> ------------------------------------------------------------------------------ >> Flow-based real-time traffic analytics software. Cisco certified tool. >> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >> Customize your own dashboards, set traffic alerts and generate reports. >> Network behavioral analysis & security monitoring. All-in-one tool. >> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk >> _______________________________________________ >> witty-interest mailing list >> witty-interest@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/witty-interest > > ------------------------------------------------------------------------------ > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk > _______________________________________________ > witty-interest mailing list > witty-interest@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/witty-interest > > > ------------------------------------------------------------------------------ > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk_______________________________________________ > witty-interest mailing list > witty-interest@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/witty-interest
signature.asc
Description: Message signed with OpenPGP using GPGMail
------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________ witty-interest mailing list witty-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/witty-interest