Hi,
I got this error compiling trunk:
...
/usr/src/hugin/hugin/src/hugin1/hugin/huginApp.cpp: In member function 
‘virtual bool huginApp::OnInit()’:
/usr/src/hugin/hugin/src/hugin1/hugin/huginApp.cpp:164: error: 
‘LINSTALL_DATA_DIR’ was not declared in this scope
...

With attached patch it compiles again.

        Kornel
-- 
Kornel Benko
[email protected]
Index: src/hugin_config.h.in.cmake
===================================================================
--- src/hugin_config.h.in.cmake	(revision 4056)
+++ src/hugin_config.h.in.cmake	(working copy)
@@ -49,6 +49,7 @@
 
 /* Location for XRC files and other data, as defined during configuration*/
 #define INSTALL_XRC_DIR "${INSTALL_XRC_DIR}/"
+#define INSTALL_DATA_DIR "${INSTALL_DATA_DIR}/"
 
 /* Use exiv2, if found */
 #cmakedefine EXIV2_FOUND 1

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to