some classes derived from frameGrabber do not include
ltiHardwareConfig.h, while there are some #define in
ltiHardwareConfig.h (so such #define have no effect;
onlyl effective by extrapath.mk)
such as:
--- ltiFireWireDCAM.h~ 2005-06-16 21:37:11.000000000 +0900
+++ ltiFireWireDCAM.h 2005-07-04 11:53:19.000000000 +0900
@@ -33,6 +33,7 @@
#ifndef _LTI_FIRE_WIRE_D_C_A_M_H_
#define _LTI_FIRE_WIRE_D_C_A_M_H_
+#include "ltiHardwareConfig.h"
#ifdef _USE_FIRE_WIRE_DCAM
#include "ltiFrameGrabber.h"
[tamaki@serius2 io]$ diff -u ltiFireWireDCAM.cpp{~,}
--- ltiFireWireDCAM.cpp~ 2005-06-16
21:37:11.000000000 +0900
+++ ltiFireWireDCAM.cpp 2005-07-04 11:49:55.000000000 +0900
@@ -30,6 +30,7 @@
* revisions ..: $Id: ltiFireWireDCAM.cpp,v 1.5
2005/06/16 12:37:11 doerfler Exp $
*/
+#include "ltiHardwareConfig.h"
#ifdef _USE_FIRE_WIRE_DCAM
#include "ltiFireWireDCAM.h"
Logged In: YES
user_id=728643
We need a general solution for how to use
ltiHardwareConfig and extrapaths.mk. Moved the
discussion to the mailing list.