HOWTO: Compiling LibreCAD with GCC 4.7 and Clang

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

HOWTO: Compiling LibreCAD with GCC 4.7 and Clang

feugeniy
I found instruction howto compile Qt-projects using GCC 4.7 and Clang (on Russian site):
http://m.habrahabr.ru/post/144707/
Who can translate and adopte this instruction for LibreCAD?
Reply | Threaded
Open this post in threaded view
|

Re: HOWTO: Compiling LibreCAD with GCC 4.7 and Clang

dxli
LC has no problem with gcc-4.7, as a matter of fact, I remember some building problems with older gcc versions, such as 4.4.

clang support is interesting enough though.

dxli

On Tue, May 29, 2012 at 5:47 AM, feugeniy [via LibreCAD] <[hidden email]> wrote:
I found instruction howto compile Qt-projects using GCC 4.7 and Clang (on Russian site):
http://m.habrahabr.ru/post/144707/
Who can translate and adopte this instruction for LibreCAD?


If you reply to this email, your message will be added to the discussion below:
http://forum.librecad.org/HOWTO-Compiling-LibreCAD-with-GCC-4-7-and-Clang-tp5706711.html
To start a new topic under LibreCAD-dev, email [hidden email]
To unsubscribe from LibreCAD-dev, click here.
NAML



--
Dongxu Li, Ph.D.
www.librecad.org

Reply | Threaded
Open this post in threaded view
|

Re: HOWTO: Compiling LibreCAD with GCC 4.7 and Clang

R. van Twisk
Administrator
Some time ago I experimented with clang on OSX.
and although it did compile the application felt a lot slower then compiled with c++

Ries
On May 29, 2012, at 7:15 AM, dxli [via LibreCAD] wrote:

LC has no problem with gcc-4.7, as a matter of fact, I remember some building problems with older gcc versions, such as 4.4.

clang support is interesting enough though.

dxli

On Tue, May 29, 2012 at 5:47 AM, feugeniy [via LibreCAD] <<a href="x-msg://952/user/SendEmail.jtp?type=node&amp;node=5706712&amp;i=0" target="_top" rel="nofollow" link="external">[hidden email]> wrote:
I found instruction howto compile Qt-projects using GCC 4.7 and Clang (on Russian site):
http://m.habrahabr.ru/post/144707/
Who can translate and adopte this instruction for LibreCAD?


If you reply to this email, your message will be added to the discussion below:
http://forum.librecad.org/HOWTO-Compiling-LibreCAD-with-GCC-4-7-and-Clang-tp5706711.html
To start a new topic under LibreCAD-dev, email <a href="x-msg://952/user/SendEmail.jtp?type=node&amp;node=5706712&amp;i=1" target="_top" rel="nofollow" link="external">[hidden email]
To unsubscribe from LibreCAD-dev, <a href="x-msg://952/" target="_blank" rel="nofollow" link="external">click here.
NAML



--
Dongxu Li, Ph.D.
www.librecad.org




If you reply to this email, your message will be added to the discussion below:
http://forum.librecad.org/HOWTO-Compiling-LibreCAD-with-GCC-4-7-and-Clang-tp5706711p5706712.html
To start a new topic under LibreCAD, email [hidden email]
To unsubscribe from LibreCAD, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: HOWTO: Compiling LibreCAD with GCC 4.7 and Clang

dxli
sounds good, so we can confirm it builds with gcc/clang/msvc