New user build report

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

New user build report

edvard
Hi, I'm new here and just heard about LibreCAD a couple days ago.
I downloaded the git contents and compiled.
I must say, I'm very impressed; my compliments to all who are working on this project.

Here's my report:
Debian 6 "Squeeze" amd-64 Xfce running with a custom kernel and 4Gigs RAM.

Everything builds ok, but I get an error at the end
"error: Cannot load 'custom.pro': No such file or directory"
The resulting binary starts up just fine, so I don't think it's significant.

I also have a few minor bugs and feature requests, but I'm sure there are more appropriate threads for that.
As for praises... Thank you, thank you, thank you that there's a "Custom" paper size in the Print dialog!!
I use American paper sizes and QCAD wouldn't let me enter the correct size to make PDF's.

Thanks,
-Eddy
Reply | Threaded
Open this post in threaded view
|

Re: New user build report

ClaudeQC

Hello Eddy,


On 01/10/2011 14:19, edvard [via LibreCAD] wrote:

 >
 > Here's my report:
 > Debian 6 "Squeeze" amd-64 Xfce running with a custom kernel and
 > 4Gigs RAM.
 >
 > Everything builds ok, but I get an error at the end
 > "error: Cannot load 'custom.pro': No such file or directory"
 > The resulting binary starts up just fine, so I don't think it's
 > significant.
 >

- I built LibreCAD from GIT using Qt Creator on a GNU/Linux
   Fedora 14 computer, and the error you mention above do not
   happen.

- Do you built LibreCAD using Qt Creator, or manually (using "qmake"
   and "make") ?


 >
 > I also have a few minor bugs and feature requests, but I'm sure there
 > are more appropriate threads for that.
 >

Please, report LibreCAD bugs here:
http://sourceforge.net/tracker/?group_id=342582&atid=1433844

Suggest new LibreCAD features here:
http://sourceforge.net/tracker/?group_id=342582&atid=1433847


Claude







Reply | Threaded
Open this post in threaded view
|

Re: New user build report

R. van Twisk
Administrator
Claude,

I have seen that error before.
I have seen this when the user is using qmake from Qt V3,
it's not a compile time issue, but rather a qmake issue.

The custom.pro version allows me, developers or other users
use there own special custom.pro to build a 'special' version
of LibreCAD.

I have used it in the past to create a release build rather then debug builds.

Ries


On Oct 3, 2011, at 9:59 AM, ClaudeQC [via LibreCAD] wrote:


Hello Eddy,


On 01/10/2011 14:19, edvard [via LibreCAD] wrote:

 >
 > Here's my report:
 > Debian 6 "Squeeze" amd-64 Xfce running with a custom kernel and
 > 4Gigs RAM.
 >
 > Everything builds ok, but I get an error at the end
 > "error: Cannot load 'custom.pro': No such file or directory"
 > The resulting binary starts up just fine, so I don't think it's
 > significant.
 >

- I built LibreCAD from GIT using Qt Creator on a GNU/Linux
   Fedora 14 computer, and the error you mention above do not
   happen.

- Do you built LibreCAD using Qt Creator, or manually (using "qmake"
   and "make") ?


 >
 > I also have a few minor bugs and feature requests, but I'm sure there
 > are more appropriate threads for that.
 >

Please, report LibreCAD bugs here:
http://sourceforge.net/tracker/?group_id=342582&atid=1433844

Suggest new LibreCAD features here:
http://sourceforge.net/tracker/?group_id=342582&atid=1433847


Claude










If you reply to this email, your message will be added to the discussion below:
http://librecad.1049103.n5.nabble.com/New-user-build-report-tp4860228p4865210.html
To start a new topic under LibreCAD, email [hidden email]
To unsubscribe from LibreCAD, click here.

Reply | Threaded
Open this post in threaded view
|

Re: New user build report

edvard
Actually, I followed the instructions to use the command "qmake-qt4", then "make".
The build went smoothly otherwise, and Google searches for the error suggested that "custom.pro" was for doing alternate builds (as R. van Twisk explained), so I assumed it was OK.
I then copied the binary and resource folder to /opt/librecad/ and everything runs just fine so far.

Thanks also for the links, I hadn't gotten around to looking for them yet.
Anything specific I can test for to help out?
Reply | Threaded
Open this post in threaded view
|

Re: New user build report

dxli
Hello,

Currently, ClaudeQC is the only one fulfilling the task of QC(quality control, not Quebec City), so help is much needed.
 
In master branch, we have implemented lots of new features, unfortunately, without doing much thorough testing. Please build from master branch ( of https://github.com/LibreCAD/LibreCAD ), and report any failure, inconsistency, or desired features to our tracker on sf.net, shown here:

http://librecad.org/cms/home/get-help.html

Since Ries and Rallaz are already talking about pushing for our first stable release, 1.0.0, testing/quality control is needed for the 1.0.0-SNAPSHOT branch. Have to catch as many bugs as possible.

If you love to do some C++/Qt, fork the source code from github.com , play with it, and send in pull requests.

Also, talk to us on irc, the channel #librecad on freenode.net

Thanks,

Dongxu Li

On Wed, Oct 5, 2011 at 2:22 PM, edvard [via LibreCAD] <[hidden email]> wrote:
Actually, I followed the instructions to use the command "qmake-qt4", then "make".
The build went smoothly otherwise, and Google searches for the error suggested that "custom.pro" was for doing alternate builds (as R. van Twisk explained), so I assumed it was OK.
I then copied the binary and resource folder to /opt/librecad/ and everything runs just fine so far.

Thanks also for the links, I hadn't gotten around to looking for them yet.
Anything specific I can test for to help out?


If you reply to this email, your message will be added to the discussion below:
http://librecad.1049103.n5.nabble.com/New-user-build-report-tp4860228p4873683.html
To start a new topic under LibreCAD-dev, email [hidden email]
To unsubscribe from LibreCAD-dev, click here.

Reply | Threaded
Open this post in threaded view
|

Re: New user build report

edvard
OK, I'll do what I can.
I'm not much for coding, but I can test things as I go along.
Looks like I'm going to have to learn some git as well, beyond simply pulling sources.
I'll get on IRC when I can, thanks for the link.
Reply | Threaded
Open this post in threaded view
|

Re: New user build report

maqifrnswa
On Wed, Oct 5, 2011 at 10:46 PM, edvard [via LibreCAD]
<[hidden email]> wrote:
> OK, I'll do what I can.
> I'm not much for coding, but I can test things as I go along.
> Looks like I'm going to have to learn some git as well, beyond simply
> pulling sources.
> I'll get on IRC when I can, thanks for the link.

thanks for helping. As a heads up, the new git code requires
libboost-dev to be installed on Debian systems before compiling. This
is a new change, as of today/yesterday.

The only git commands you'll need are
$ git clone <repo address>
and
$ git pull

the first one will copy it to you, the second one will update any changes.
Reply | Threaded
Open this post in threaded view
|

Re: New user build report

edvard
I was on IRC with somebody yesterday about this very thing, was it you? :)
hpp3 is an alternate IRC handle I use, as sometimes edvard is already taken on the nickserv.

I had installed libboost-dev previous to this, but the warning that "boost.pc" was missing still came up after running 'qmake-qt4'.
I'll be looking into this further to perhaps come up with a .pc file to satisfy qmake (it's specifically the boost-math component that LibreCAD utilizes, according to the conversation).

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

Re: New user build report

dxli
Hi,

yes, I use 'dli' on irc.

as you found out, we can safely remove the pkg-config lines in project file, and qmake finds boost still.

The pkg-config part for boost already removed from git master.

boost part runs smoothly in linux now.

Thanks,

Dongxu

On Fri, Oct 7, 2011 at 12:45 PM, edvard [via LibreCAD] <[hidden email]> wrote:
I was on IRC with somebody yesterday about this very thing, was it you? :)
hpp3 is an alternate IRC handle I use, as sometimes edvard is already taken on the nickserv.

I had installed libboost-dev previous to this, but the warning that "boost.pc" was missing still came up after running 'qmake-qt4'.
I'll be looking into this further to perhaps come up with a .pc file to satisfy qmake (it's specifically the boost-math component that LibreCAD utilizes, according to the conversation).

-Eddy


If you reply to this email, your message will be added to the discussion below:
http://librecad.1049103.n5.nabble.com/New-user-build-report-tp4860228p4880648.html
To start a new topic under LibreCAD-dev, email [hidden email]
To unsubscribe from LibreCAD-dev, click here.

Reply | Threaded
Open this post in threaded view
|

Re: New user build report

edvard
I'm filling in for a co-worker all this next week, and my weekend's going to be cut short, so I won't be able to do much until next week.
However, I'll be pulling the git today to compile before I go to bed, and give the build what workout I can with the porch plans I've been seriously neglecting lately... ;)

-Eddy

EDIT: Before I could sneak off to dreamland, 'make' gave me this:
In file included from src/lib/engine/rs_entitycontainer.h:33,
                 from src/lib/actions/rs_snapper.h:31,
                 from src/lib/actions/rs_actioninterface.h:33,
                 from src/lib/actions/rs_actioninterface.cpp:28:
src/lib/engine/rs_ellipse.h: In member function ‘boost::fusion::tuple<double, double, double, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> distance_functor::operator()(const double&) const’:
src/lib/engine/rs_ellipse.h:310: error: ‘make_tuple’ is not a member of ‘boost::math’
make: *** [intermediate/obj/rs_actioninterface.o] Error 1