fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Error running fluidsynth.exe after building on Windows 7


From: Tom M.
Subject: Re: [fluid-dev] Error running fluidsynth.exe after building on Windows 7 64 bit
Date: Mon, 9 Jul 2018 08:13:25 +0200

You cannot (naively) use the cmd.exe to run the fluidsynth binary that
you've built in the MSYS MINGW64 shell. The MSYS shell probably sets
up all kinds of environment variables, that make sure all .dll files
are found during compile- and runtime. Most importantly the $PATH
variable. That's why you should stick to the MSYS shell when
attempting to run fluidsynth.

If you need to start fluidsynth from cmd.exe you should port the msys
$PATH to win32 %PATH%, possibly also $LD_LIBRARY_PATH to %PATH%.


Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]