building qcad-2.0.5.0 on blfs
lux-integ
lux-integ at btconnect.com
Thu Apr 30 19:37:59 MDT 2009
On Thursday 30 April 2009 02:43:16 pm Jordan Bray wrote:
> >> > if (e.layer==NULL) {
> >> > os << " layer: NULL ";
> >> > } else {
> >> > os << " layer: " << e.layer->getName().latin1() << " ";
> >> > // os << " layer address: " << (int)(e.layer) << " ";
> >> > }
> >> > ##############
>
> I haven't seen the rest of the code, and therefore probably shouldn't
> comment, but you might be able to s/int//'. C++ *should* write
> pointers in hex via streams.
> os << "layer address: " << e.layer << " ";
>
> P.S. Are you on a 64-bit machine?
yes I am using 64-bit (AMD 64)
the qcad-2.0.5.0-commmunity (gpl) code can be downloaded from
http://www.ribbonsoft.com/qcad_downloads.html
the file in question is:-
qcad-2.0.5.0-1-community.src/qcadlib/src/engine/rs_entity.cpp
(I have atached it for your convenience)
> --
> /me
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rs_entity.cpp
Type: text/x-c++src
Size: 20988 bytes
Desc: not available
Url : http://linuxfromscratch.org/pipermail/blfs-support/attachments/20090501/8518d1dc/attachment.bin
More information about the blfs-support
mailing list