LibreCAD Release 2.0.8 installer

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

LibreCAD Release 2.0.8 installer

LordOfBikes
Administrator
Find the latest LibreCAD installer for Windows, Release version 2.0.8,

on SourceForge.net:
   http://sourceforge.net/projects/librecad/files/Windows/2.0.8/

or on github.com:
   https://github.com/LibreCAD/LibreCAD/releases/2.0.8/
investing less than half an hour into Search function can save hours or days of waiting for a solution
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD Release 2.0.8 installer

dxli
Thanks!

Still waiting for Ries to build the OSX installers.

My builds by OSX 10.8 keep crashing on 10.10, and Ries understands the OSX business better.

LordOfBikes wrote
Find the latest LibreCAD installer for Windows, Release version 2.0.8,

on SourceForge.net:
   http://sourceforge.net/projects/librecad/files/Windows/2.0.8/

or on github.com:
   https://github.com/LibreCAD/LibreCAD/releases/2.0.8/
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD Release 2.0.8 installer

R. van Twisk
Administrator
Gent's,

I am working on the macports version but having some build issues.

that start's with:

:info:build /usr/bin/clang++ -arch x86_64 -c -pipe -g -std=c++11 -std=c++11 -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.10 -Wall -W -fPIC -DQT_NO_DEBUG -I/opt/local/share/qt4/mkspecs/macx-g++ -I. -I../../generated/lib/muparser/moc
-I/opt/local/include -Iinclude -o ../../generated/lib/muparser/obj/muParserBytecode.o src/muParserBytecode.cpp
:info:build src/muParserCallback.cpp:40:18: error: use of undeclared identifier 'oaNONE'
:info:build     ,m_eOprtAsct(oaNONE)

I am looking into how to fix.

Ries


On Aug 25, 2015, at 2:50 AM, dxli [via LibreCAD] <[hidden email]> wrote:

Thanks!

Still waiting for Ries to build the OSX installers.

My builds by OSX 10.8 keep crashing on 10.10, and Ries understands the OSX business better.

LordOfBikes wrote
Find the latest LibreCAD installer for Windows, Release version 2.0.8,

on SourceForge.net:
   http://sourceforge.net/projects/librecad/files/Windows/2.0.8/

or on github.com:
   https://github.com/LibreCAD/LibreCAD/releases/2.0.8/



If you reply to this email, your message will be added to the discussion below:
http://forum.librecad.org/LibreCAD-Release-2-0-8-installer-tp5712047p5712048.html
To start a new topic under Latest Windows releases for LibreCAD - links to installer files., email [hidden email]
To unsubscribe from LibreCAD, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD Release 2.0.8 installer

dxli
let's see whether this help:

muparser.patch

If so, we have to redo the tag

R. van Twisk wrote
Gent's,

I am working on the macports version but having some build issues.

that start's with:

:info:build /usr/bin/clang++ -arch x86_64 -c -pipe -g -std=c++11 -std=c++11 -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.10 -Wall -W -fPIC -DQT_NO_DEBUG -I/opt/local/share/qt4/mkspecs/macx-g++ -I. -I../../generated/lib/muparser/moc
-I/opt/local/include -Iinclude -o ../../generated/lib/muparser/obj/muParserBytecode.o src/muParserBytecode.cpp
:info:build src/muParserCallback.cpp:40:18: error: use of undeclared identifier 'oaNONE'
:info:build     ,m_eOprtAsct(oaNONE)

I am looking into how to fix.

Ries


> On Aug 25, 2015, at 2:50 AM, dxli [via LibreCAD] <[hidden email]> wrote:
>
> Thanks!
>
> Still waiting for Ries to build the OSX installers.
>
> My builds by OSX 10.8 keep crashing on 10.10, and Ries understands the OSX business better.
>
> LordOfBikes wrote
> Find the latest LibreCAD installer for Windows, Release version 2.0.8,
>
> on SourceForge.net:
>    http://sourceforge.net/projects/librecad/files/Windows/2.0.8/ <http://sourceforge.net/projects/librecad/files/Windows/2.0.8/>
>
> or on github.com:
>    https://github.com/LibreCAD/LibreCAD/releases/2.0.8/ <https://github.com/LibreCAD/LibreCAD/releases/2.0.8/>
>
> If you reply to this email, your message will be added to the discussion below:
> http://forum.librecad.org/LibreCAD-Release-2-0-8-installer-tp5712047p5712048.html <http://forum.librecad.org/LibreCAD-Release-2-0-8-installer-tp5712047p5712048.html>
> To start a new topic under Latest Windows releases for LibreCAD - links to installer files., email [hidden email] 
> To unsubscribe from LibreCAD, click here <http://forum.librecad.org/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4499512&code=bGlicmVjYWRAcnZ0LmRkcy5ubHw0NDk5NTEyfDMxMzE2MjUxNQ==>.
> NAML <http://forum.librecad.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
Reply | Threaded
Open this post in threaded view
|

Re: LibreCAD Release 2.0.8 installer

R. van Twisk
Administrator
thank's everybody!

The issue was... well I have no idea, but I just re-installed macports :D

Sooo...
I uploaded the installers to github, sf and submitted a patch to macports.

Cheers,
Ries

On Aug 25, 2015, at 3:45 PM, dxli [via LibreCAD] <[hidden email]> wrote:

let's see whether this help: 

muparser.patch

If so, we have to redo the tag 

R. van Twisk wrote
Gent's, 

I am working on the macports version but having some build issues. 

that start's with: 

:info:build /usr/bin/clang++ -arch x86_64 -c -pipe -g -std=c++11 -std=c++11 -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.10 -Wall -W -fPIC -DQT_NO_DEBUG -I/opt/local/share/qt4/mkspecs/macx-g++ -I. -I../../generated/lib/muparser/moc 
-I/opt/local/include -Iinclude -o ../../generated/lib/muparser/obj/muParserBytecode.o src/muParserBytecode.cpp 
:info:build src/muParserCallback.cpp:40:18: error: use of undeclared identifier 'oaNONE' 
:info:build     ,m_eOprtAsct(oaNONE) 

I am looking into how to fix. 

Ries 


> On Aug 25, 2015, at 2:50 AM, dxli [via LibreCAD] <<a href="x-msg://25/user/SendEmail.jtp?type=node&amp;node=5712054&amp;i=0" target="_top" rel="nofollow" link="external" class="">[hidden email]> wrote: 
> 
> Thanks! 
> 
> Still waiting for Ries to build the OSX installers. 
> 
> My builds by OSX 10.8 keep crashing on 10.10, and Ries understands the OSX business better. 
> 
> LordOfBikes wrote 
> Find the latest LibreCAD installer for Windows, Release version 2.0.8, 
> 
> on SourceForge.net: 
>    http://sourceforge.net/projects/librecad/files/Windows/2.0.8/ <http://sourceforge.net/projects/librecad/files/Windows/2.0.8/>
> 
> or on github.com: 
>    https://github.com/LibreCAD/LibreCAD/releases/2.0.8/ <https://github.com/LibreCAD/LibreCAD/releases/2.0.8/>
> 
> If you reply to this email, your message will be added to the discussion below: 
> http://forum.librecad.org/LibreCAD-Release-2-0-8-installer-tp5712047p5712048.html <http://forum.librecad.org/LibreCAD-Release-2-0-8-installer-tp5712047p5712048.html>
> To start a new topic under Latest Windows releases for LibreCAD - links to installer files., email <a href="x-msg://25/user/SendEmail.jtp?type=node&amp;node=5712054&amp;i=1" target="_top" rel="nofollow" link="external" class="">[hidden email]  
> To unsubscribe from LibreCAD, click here < class="Apple-converted-space"> 
> NAML <
http://forum.librecad.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>


If you reply to this email, your message will be added to the discussion below:
http://forum.librecad.org/LibreCAD-Release-2-0-8-installer-tp5712047p5712054.html
To start a new topic under Latest Windows releases for LibreCAD - links to installer files., email [hidden email] 
To unsubscribe from LibreCAD, click here.
NAML