Hi,
I recently upgraded to Mavericks and I've almost compiled OTB except for 
the following error related to expat:
[ 83%] Building CXX object 
Utilities/otbkml/CMakeFiles/otbkml.dir/src/kml/base/expat_parser.cc.o
/Users/conradbielski/Documents/MyDocuments/WorkAndPlay/DEV/OTB/OTB/Utilities/otbkml/src/kml/base/expat_parser.cc:35:13:
 
error: 
      variable has incomplete type 'void'
static void XMLCALL
            ^
/Users/conradbielski/Documents/MyDocuments/WorkAndPlay/DEV/OTB/OTB/Utilities/otbkml/src/kml/base/expat_parser.cc:35:20:
 
error: 
      expected ';' after top level declarator
static void XMLCALL
                   ^
                   ;
2 errors generated.
make[2]: *** 
[Utilities/otbkml/CMakeFiles/otbkml.dir/src/kml/base/expat_parser.cc.o] 
Error 1
make[1]: *** [Utilities/otbkml/CMakeFiles/otbkml.dir/all] Error 2
make: *** [all] Error 2

Has anyone else had this issue? And if so, what is the workaround?

In Cmake, I have OTB_USE_EXTERNAL_EXPAT=ON because it was automatically 
found. However, I get the same error when OTB_USE_EXTERNAL_EXPAT=OFF.
Thanks in advance,
Conrad :)

-- 
-- 
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to