On 06/27/2014 09:36 AM, Thompson, Herb wrote:
Did you do "scl enable devtoolset-2 'bash' "?
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
ToddAndMargo
Sent: June-26-14 5:43 PM
To: Scientific Linux Users
Subject: Re: what does this cc1plus error mean?
[...]
I now have the deltoolset installed, but still have the error.
What am I missing?
________________________________
This e-mail communication (including any or all attachments) is intended only
for the use of the person or entity to which it is addressed and may contain
confidential and/or privileged material. If you are not the intended recipient
of this e-mail, any use, review, retransmission, distribution, dissemination,
copying, printing, or other use of, or taking of any action in reliance upon
this e-mail, is strictly prohibited. If you have received this e-mail in error,
please contact the sender and delete the original and any copy of this e-mail
and any printout thereof, immediately. Your co-operation is appreciated.
Le présent courriel (y compris toute pièce jointe) s'adresse uniquement à son
destinataire, qu'il soit une personne ou un organisme, et pourrait comporter
des renseignements privilégiés ou confidentiels. Si vous n'êtes pas le
destinataire du courriel, il est interdit d'utiliser, de revoir, de
retransmettre, de distribuer, de disséminer, de copier ou d'imprimer ce
courriel, d'agir en vous y fiant ou de vous en servir de toute autre façon. Si
vous avez reçu le présent courriel par erreur, prière de communiquer avec
l'expéditeur et d'éliminer l'original du courriel, ainsi que toute copie
électronique ou imprimée de celui-ci, immédiatement. Nous sommes reconnaissants
de votre collaboration.
No I did not. Firing it off got me a bit further:
# rpmbuild --rebuild librecad-2.0.4-1.fc19.src.rpm
...
lib/filters/rs_filterdxfrw.cpp: In member function 'virtual void
RS_FilterDXFRW::writeHeader(DRW_Header&)':
lib/filters/rs_filterdxfrw.cpp:1479:22: error: 'class DRW_Header' has no
member named 'addInt'
data.addInt(it.key().toStdString(),
it.value().getInt(), it.value().getCode());
^
lib/filters/rs_filterdxfrw.cpp:1482:22: error: 'class DRW_Header' has no
member named 'addDouble'
data.addDouble(it.key().toStdString(),
it.value().getDouble(), it.value().getCode());
^
lib/filters/rs_filterdxfrw.cpp:1485:22: error: 'class DRW_Header' has no
member named 'addStr'
data.addStr(it.key().toStdString(),
it.value().getString().toUtf8().data(), it.value().getCode());
^
lib/filters/rs_filterdxfrw.cpp:1490:22: error: 'class DRW_Header' has no
member named 'addCoord'
data.addCoord(it.key().toStdString(), DRW_Coord(v.x,
v.y, v.z), it.value().getCode());
^
lib/filters/rs_filterdxfrw.cpp:1501:10: error: 'class DRW_Header' has no
member named 'addCoord'
data.addCoord("$EXTMIN", DRW_Coord(v.x, v.y, 0.0), 0);
^
lib/filters/rs_filterdxfrw.cpp:1503:10: error: 'class DRW_Header' has no
member named 'addCoord'
data.addCoord("$EXTMAX", DRW_Coord(v.x, v.y, 0.0), 0);
^
lib/filters/rs_filterdxfrw.cpp:1507:10: error: 'class DRW_Header' has no
member named 'addStr'
data.addStr("$CLAYER",
(graphic->getActiveLayer()->getName()).toUtf8().data(), 8);