hello everybody,<br>I have this strange error. I have a apache module which I try to compile using CMake. I included the required httpd headers(using a varible pass using -D) and ran cmake. After that I try to run make and I end up with the following set of errors.  I am not sure why this happens, the default make based build system works fine, any help to fix this problem is greatly appriciate. Thanks. <br>
<br><br>In file included from /home/rajika/installtion/httpd/install/include/ap_config.h:26,<br>                 from /home/rajika/installtion/httpd/install/include/httpd.h:44,<br>                 from /home/rajika/project/cmake/c/src/core/transport/http/server/apache2/mod_axis2.c:19:<br>
/home/rajika/installtion/httpd/install/include/apr.h:285: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘apr_off_t’<br>In file included from /home/rajika/installtion/httpd/install/include/apr_file_io.h:30,<br>
                 from /home/rajika/installtion/httpd/install/include/apr_network_io.h:27,<br>                 from /home/rajika/installtion/httpd/install/include/httpd.h:54,<br>                 from /home/rajika/project/cmake/c/src/core/transport/http/server/apache2/mod_axis2.c:19:<br>
/home/rajika/installtion/httpd/install/include/apr_file_info.h:198: error: expected specifier-qualifier-list before ‘apr_off_t’<br>In file included from /home/rajika/installtion/httpd/install/include/apr_network_io.h:27,<br>
                 from /home/rajika/installtion/httpd/install/include/httpd.h:54,<br>                 from /home/rajika/project/cmake/c/src/core/transport/http/server/apache2/mod_axis2.c:19:<br>/home/rajika/installtion/httpd/install/include/apr_file_io.h:632: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>
/home/rajika/installtion/httpd/install/include/apr_file_io.h:859: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>In file included from /home/rajika/installtion/httpd/install/include/httpd.h:54,<br>                 from /home/rajika/project/cmake/c/src/core/transport/http/server/apache2/mod_axis2.c:19:<br>
/home/rajika/installtion/httpd/install/include/apr_network_io.h:550: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>In file included from /home/rajika/installtion/httpd/install/include/apr_buckets.h:33,<br>
                 from /home/rajika/installtion/httpd/install/include/httpd.h:55,<br>                 from /home/rajika/project/cmake/c/src/core/transport/http/server/apache2/mod_axis2.c:19:<br>/home/rajika/installtion/httpd/install/include/apr_mmap.h:134: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>
/home/rajika/installtion/httpd/install/include/apr_mmap.h:161: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>In file included from /home/rajika/installtion/httpd/install/include/httpd.h:55,<br>                 from /home/rajika/project/cmake/c/src/core/transport/http/server/apache2/mod_axis2.c:19:<br>
/home/rajika/installtion/httpd/install/include/apr_buckets.h:242: error: expected specifier-qualifier-list before ‘apr_off_t’<br>/home/rajika/installtion/httpd/install/include/apr_buckets.h:725: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>
/home/rajika/installtion/httpd/install/include/apr_buckets.h:738: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>/home/rajika/installtion/httpd/install/include/apr_buckets.h:774: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>
/home/rajika/installtion/httpd/install/include/apr_buckets.h:910: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>/home/rajika/installtion/httpd/install/include/apr_buckets.h:911: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>
/home/rajika/installtion/httpd/install/include/apr_buckets.h:1202: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>/home/rajika/installtion/httpd/install/include/apr_buckets.h:1401: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>
/home/rajika/installtion/httpd/install/include/apr_buckets.h:1415: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>/home/rajika/installtion/httpd/install/include/apr_buckets.h:1471: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>
/home/rajika/installtion/httpd/install/include/apr_buckets.h:1487: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>In file included from /home/rajika/project/cmake/c/src/core/transport/http/server/apache2/mod_axis2.c:19:<br>
/home/rajika/installtion/httpd/install/include/httpd.h:858: error: expected specifier-qualifier-list before ‘apr_off_t’<br>In file included from /home/rajika/installtion/httpd/install/include/http_protocol.h:35,<br>                 from /home/rajika/project/cmake/c/src/core/transport/http/server/apache2/mod_axis2.c:22:<br>
/home/rajika/installtion/httpd/install/include/util_filter.h:142: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>/home/rajika/installtion/httpd/install/include/util_filter.h:299: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>
In file included from /home/rajika/project/cmake/c/src/core/transport/http/server/apache2/mod_axis2.c:22:<br>/home/rajika/installtion/httpd/install/include/http_protocol.h:111: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>
/home/rajika/installtion/httpd/install/include/http_protocol.h:203: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>In file included from /home/rajika/project/cmake/c/src/core/transport/http/server/apache2/mod_axis2.c:24:<br>
/home/rajika/installtion/httpd/install/include/apr_strings.h:299: error: expected declaration specifiers or ‘...’ before ‘apr_off_t’<br>/home/rajika/installtion/httpd/install/include/apr_strings.h:317: error: expected ‘)’ before ‘*’ token<br>
/home/rajika/installtion/httpd/install/include/apr_strings.h:353: error: expected ‘)’ before ‘size’<br><br clear="all"><br>-- <br><a href="http://wso2.org">http://wso2.org</a><br><a href="http://llvm.org">http://llvm.org</a><br>
<a href="http://www.minix3.org/">http://www.minix3.org/</a><br><br><br>