gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 32 forks source link

DLL name mismatch for libzmq #37

Closed Vort closed 5 years ago

Vort commented 5 years ago

gnuradio-zeromq.dll is linked to libzmq-v140-mt-4_3_1.dll. But installation contains no libzmq-v140-mt-4_3_1.dll, only libzmq.dll, which results in non-working ZeroMQ blocks. Renaming of file fixes the problem, but it is better to fix this on your side.

gnieboer commented 5 years ago

Yes, this happened due a change in the way libzmq handles it's build process. I will indeed update the script.

On Sat, Apr 6, 2019 at 11:54 AM Vort notifications@github.com wrote:

gnuradio-zeromq.dll is linked to libzmq-v140-mt-4_3_1.dll. But installation contains no libzmq-v140-mt-4_3_1.dll, only libzmq.dll, which results in non-working ZeroMQ blocks. Renaming of file fixes the problem, but it is better to fix this on your side.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gnieboer/GNURadio_Windows_Build_Scripts/issues/37, or mute the thread https://github.com/notifications/unsubscribe-auth/ADEraaZUfkpRAxPbd4VRmo734FO_Ybznks5veMNAgaJpZM4cgRUf .

gnieboer commented 5 years ago

Now everything links to the boost-style names and nothing is renamed. Installer in final build and test now.

gnieboer commented 5 years ago

v1.6 released.