Re: Fedora build issues
William Henry <whenry@...>
Okay so here's what's wrong now and what I did to get to wrong and what I'm doing to fix it.
toggle quoted messageShow quoted text
The ./configure flags the avis_client_config.h file. So after svn co the avis source. I copied this file (well one of them - there are four but no "linux") to /usr/local/include/avis. That got me by the ./configure However it seems that more .h files are needed in this directory for the build. So I'll copy them over one by one. Later: actually I just copied the entire directory over. Now I'm getting: bridge.c: In function 'avisBridge_getVersion': bridge.c:65:30: error: 'VERSION' undeclared (first use in this function) bridge.c:65:30: note: each undeclared identifier is reported only once for each function it appears in bridge.c:66:1: warning: control reaches end of non-void function [-Wreturn-type] make[5]: *** [bridge.lo] Error 1 make[5]: Leaving directory `/home/whenry/os/openmamam/OpenMAMA-1.1/mama/c_cpp/src/c/bridge/avis' make[4]: *** [install-recursive] Error 1 make[4]: Leaving directory `/home/whenry/os/openmamam/OpenMAMA-1.1/mama/c_cpp/src/c/bridge' make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/home/whenry/os/openmamam/OpenMAMA-1.1/mama/c_cpp/src/c' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/home/whenry/os/openmamam/OpenMAMA-1.1/mama/c_cpp/src' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/whenry/os/openmamam/OpenMAMA-1.1/mama/c_cpp' I wonder if I have the correct .h file versions. William
----- Original Message -----
Got the build at least going now with the avis stuff installed.
|
|