JL2210

Results 108 comments of JL2210

@Madsy If you are still working on this, I have an idea. ``` if [[ ${HOST} == x86_64-w64-mingw32 ]]; then sed 's,long,int64_t,g;s,signed long,int64_t,g;s,unsigned long,uint64_t,g' ${INCDIR}/stdint.h > include/stdint.h; for file in...

That would be a good idea. The only issue is that Guile depends on a shared libltdl from libtool, which has been a challenge for me to build.

I will try to make a PR with an update over the weekend.

Do you mind if I transition from building Git commits and releases to tarball releases from `ftp.gnu.org`?

Sure. Basically, I want to stop using the (unstable) Guile Git repository, and start using the (stable) uploaded packages of the source on `ftp.gnu.org`.

> I just happened to make some cross-compilation build script for Guile because cross compilation for Windows is incredibly hard and not officially supported. On a side note, this sounds...

https://github.com/mstorsjo/fdk-aac/blob/master/CMakeLists.txt