Me is Todd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Me is Todd

Todd
Hi All,

My name is Todd.  

My operating system is Scientific Linux 6.5, 64 bit.

$ rpm -qa librecad
librecad-2.0.0rc1.git20130625-2.1.x86_64

Which is the highest RPM I could get, due to the following compiler error:
    cc1plus: error: unrecognized command line option "-std=c++11"cc1plus: error: unrecognized command line option "-std=c++11"

I used Autocad 20+ years ago.  I am looking to do some landscape architecture on my back lawn (planters, lawn coverings, sprinkler drip system, tree placement, etc.).  Libre CAD seems like a sweet project and I have been playing around with it.  Turkey crashes "A LOT" though.  Still have to figure what buttons not to press.

-T
Reply | Threaded
Open this post in threaded view
|

Re: Me is Todd

dxli
can you replace "-std=c++11" with "-std=c++0x" ?

for example, in LibreCAD source folder, run comand:

    sed --in-place -e 's:-std=c++11:-std=c++0x:' common.pri

before you run:

    qmake -r

Todd wrote
Which is the highest RPM I could get, due to the following compiler error:
    cc1plus: error: unrecognized command line option "-std=c++11"cc1plus: error: unrecognized command line option "-std=c++11"