-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build of sbasicg on MINGW64 #190
Comments
Looks like you might need to custom build freetype. Try this:
|
I don't think so. Look at the build command:
Do you see I think it's a bug of
I will report to MINGW64. |
@chrisws Please improve your build script: msys2/MINGW-packages#16514 (comment) |
Hi Ghost, SmallBASIC uses freetype for the SDL and Android builds. But the usage doesn't require the libpng, harfbuzz or zlib libraries. The SmallBASIC configure script assumes a custom compiled version of freetype using the arguments I descibed ealier:
It looks like you are building against a version of freetype which was built to depend on these libraries, but then our configure script doesn't supply all the arguments this entails. I think you'd have more success building a custom version of freetype as described. You could also try tweaking configure.ac to find a workable solution. I'd be happy to include it, assuming it doesn't break the regular build process. |
After #165 was resolved, configuration was done but failed at linking:
I already have the packages
mingw-w64-x86_64-libpng mingw-w64-x86_64-brotli mingw-w64-x86_64-harfbuzz mingw-w64-x86_64-zlib
installed.The text was updated successfully, but these errors were encountered: