Skip to content
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

attempt to cross-compile for Win32 #33

Merged
merged 21 commits into from
Jan 12, 2022
Merged

attempt to cross-compile for Win32 #33

merged 21 commits into from
Jan 12, 2022

Conversation

Birch-san
Copy link
Owner

@Birch-san Birch-san commented Jan 3, 2022

  • i686 Standalone: works
  • i686 VST2: works in FL Studio
  • i686 VST3: "error", "!isValid" in FL Studio
  • x86_64 Standalone: works
  • x86_64 VST2: works in FL Studio
  • x86_64 VST3: works in FL Studio

@Birch-san Birch-san force-pushed the win32-cross-compile branch from 7967d03 to b9f9ccf Compare January 5, 2022 23:02
…try to install libintl. revert to mainline fluidsynth + manual installation (to avoid potential failure to link fluidsynth targets that we don't need)
…t minimum C++ standard. go back to manual installation of libfluidsynth, so that we don't need to maintain a fork with bespoke link flags.
…-config's compile advice). make up for absence of pkg-config file expressing dependency on libiconv.
…flags there (location of libomp, and -pthread). neither helped us (we've now eliminated libomp because OpenMP doesn't support static linking, and the -pthread flag attempted a dynamic link anyway). use CMAKE_EXE_LINKER_FLAGS to pass in winpthread library. delete out-of-date sandboxing pessimism (since I already implemented security-scoped tokens).
…contingent on whether SDK headers are supplied.

enable x86 and Release builds.
@Birch-san Birch-san merged commit 72ca4d3 into master Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant