I am in the process of setting up a new production machine.&nbsp; I have installed CentOS and was successful in building the latest trunk of Freeswitch.&nbsp; When I enabled the build of mod-java I get numerous &quot;cannot find symbol&quot; errors.<br>
<br>Jonathan<br><a href="mailto:jaugenstine@gmail.com">jaugenstine@gmail.com</a><br><br>- OS: CentOS 5<br>- Java: 1.5.0_15<br>- configure --with-java=/usr/java/jdk1.5.0_15<br>- edit modules.conf to build languages/mod_java<br>
- Freeswitch is latest trunk as of May 23.<br><br>A sample of the errors printed are:<br><br>making all mod_java<br>src/org/freeswitch/swig/CoreSession.java:236: cannot find symbol<br>symbol&nbsp; : class Event<br>location: class org.freeswitch.swig.CoreSession<br>
&nbsp; public void sendEvent(Event sendME) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br>src/org/freeswitch/swig/CoreSession.java:240: cannot find symbol<br>symbol&nbsp; : class Event<br>location: class org.freeswitch.swig.CoreSession<br>&nbsp; public void setEventData(Event e) {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br>src/org/freeswitch/swig/freeswitchJNI.java:14: cannot find symbol<br>symbol&nbsp; : class IVRMenu<br>location: class org.freeswitch.swig.freeswitchJNI<br>&nbsp; public final static native long new_IVRMenu(long jarg1, IVRMenu jarg1_, String jarg2, String jarg3, String jarg4, String jarg5, String jarg6, String jarg7, String jarg8, int jarg9, int jarg10, int jarg11, int jarg12, int jarg13);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br>src/org/freeswitch/swig/freeswitchJNI.java:16: cannot find symbol<br>symbol&nbsp; : class IVRMenu<br>location: class org.freeswitch.swig.freeswitchJNI<br>&nbsp; public final static native void IVRMenu_bindAction(long jarg1, IVRMenu jarg1_, String jarg2, String jarg3, String jarg4);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br><br><br>