Hi,
Could anyone please let me know if TDM-GCC is supported?
If I follow the following steps to compile a Windows installer I get a Jitsi.exe APPCRASH while calling jvm.dll.
Install:
C compiler: http://tdm-gcc.tdragon.net/
In Cygwin shell I ran:
ant clean
ant -Dlabel=1.1 rebuild
cd resources/install
mkdir classes
ant -Dlabel=1 build-installation-wix
If I install Jitsi and then run Jitsi.exe I get APPCRASH jvm.dll.
Any ideas?
Vieri