| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011849 | IGSTK | IGSTK | public | 2011-02-12 01:11 | 2011-02-12 01:11 |
|
| Reporter | Stefan Husmann | |
| Assigned To | Patrick Cheng | |
| Priority | normal | Severity | major | Reproducibility | always |
| Status | assigned | Resolution | open | |
| Platform | x86_64 | OS | Arch Linux | OS Version | recent |
|
| Summary | 0011849: patch needed to compile igstk 4.4 under gcc4.5.2 |
| Description | The compilation of igstk 4.4 under Arch Linux x86_64 fails. |
| Steps To Reproduce | try to compile using gcc 4.5.2 |
| Additional Information | The attached patch solves the problem vor me. |
| Tags | No tags attached. |
|
| Attached Files | gcc.patch [^] (602 bytes) 2011-02-12 01:11 [Show Content] [Hide Content]diff -Naur IGSTK-4.4.orig/Utilities/SceneGraphVisualization/igstkSceneGraphNode.cxx IGSTK-4.4.new/Utilities/SceneGraphVisualization/igstkSceneGraphNode.cxx
--- IGSTK-4.4.orig/Utilities/SceneGraphVisualization/igstkSceneGraphNode.cxx 2011-02-11 21:32:08.000000000 +0100
+++ IGSTK-4.4.new/Utilities/SceneGraphVisualization/igstkSceneGraphNode.cxx 2011-02-11 21:33:43.000000000 +0100
@@ -21,7 +21,7 @@
SceneGraphNode::SceneGraphNode(void)
{
- m_ParentTransform = igstk::Transform::Transform();
+ m_ParentTransform = igstk::Transform();
m_XC1 = 0;
m_YC1 = 0;
m_IsCurrentTransform = false;
|
|