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