MantisBT - IGSTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009264 | IGSTK | IGSTK | public | 2009-07-13 09:35 | 2011-02-01 14:13 |
| Reporter | Andinet | ||||
| Assigned To | Patrick Cheng | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Summary | 0009264: IGSTK MicronTracker code incompatibility issue with MTC 3.0 | ||||
| Description | IGSTK MicronTracker code incompatibility issue with MTC 3.0 As reported by Vincent Gratsac Hi all, I encountered some small problems when trying to compile IGSTK 4.2 with Micron Tracker support : - I am using GCC 4.3 compiler, and I get this compilation error : Igstk/4.2/Utilities/MicronTracker/src/Cameras.cpp: In destructor ‘Cameras::~Cameras()’: Igstk/4.2/Utilities/MicronTracker/src/Cameras.cpp:77: error: ‘free’ was not declared in this scope Igstk/4.2/Utilities/MicronTracker/src/Cameras.cpp:81: error: ‘free’ was not declared in this scope Igstk/4.2/Utilities/MicronTracker/src/Cameras.cpp:83: error: ‘free’ was not declared in this scope Igstk/4.2/Utilities/MicronTracker/src/Cameras.cpp: In member function ‘int Cameras::getMTHome(char*, int)’: Igstk/4.2/Utilities/MicronTracker/src/Cameras.cpp:261: error: ‘getenv’ was not declared in this scope Igstk/4.2/Utilities/MicronTracker/src/Cameras.cpp:265: error: ‘strncpy’ was not declared in this scope The following includes should be added to the MCamera.h file to correct the problem : #include <stdlib.h> #include <string.h> - The MTC library version that I use (3.0) do not provide a libdc1394_control library file, but libdc1394. I have to modify the IGSTK CMakeLists.txt file in order to correct the linking error, but I don't how it could work for both versions... Maybe by getting the MTC library version ? | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-07-13 09:35 | Andinet | New Issue | |||
| 2009-07-13 09:35 | Andinet | Status | new => assigned | ||
| 2009-07-13 09:35 | Andinet | Assigned To | => Patrick Cheng | ||
| 2011-02-01 14:13 | Patrick Cheng | Note Added: 0025205 | |||
| 2011-02-01 14:13 | Patrick Cheng | Status | assigned => closed | ||
| 2011-02-01 14:13 | Patrick Cheng | Resolution | open => fixed | ||
| Notes | |||||
|
|
|||||
|
|
||||