Thank you for reporting. MinGW support is currently broken because rev2040 uses code that is not available through the msvcrt (runtime from vc98). I just spent a few hours and it won't be simple to solve as MinGW has compatibilty flags that produces crashy executables.
Hi,
From rev2040, I cannnot compile libgpac on mingw32.
This is build log.
What's happen?
Did GPAC guys stop the support of mingw32 ?
My environment is…
OS: Windows7 64bit Ultimate
mingw : http://komisar.gin.by/mingw/cross-mingw.gcc445.generic.20100903.7z
Hello,
Thank you for reporting. MinGW support is currently broken because rev2040 uses code that is not available through the msvcrt (runtime from vc98). I just spent a few hours and it won't be simple to solve as MinGW has compatibilty flags that produces crashy executables.
The good news is I could build a valid executable from mingw64 using the following packages:
- MINGW64-32: http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/sezero_20100914/mingw-w32-bin_i686-mingw_20100914_sezero.zip/download
- MSYS: http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20(Win64%20hosted)/MSYS%20(32-bit)/MSYS-20100911.zip/download
Does it work for you too?
Romain