-
Notifications
You must be signed in to change notification settings - Fork 169
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
Problem building Scopy: intl #747
Comments
Hello, https://github.com/analogdevicesinc/gnuradio/tree/scopy According to the build guide on the wiki:
-Adrian |
lintl package is part of the gettext package. You are supposed to install that as well |
Yeah, please do! (update the guide) I don't know if I installed gnuradio from your build, or perhaps just missed the git checkout scopy line. I'm busy reinstalling. Does that mean I should rebuild gr-iio as well? Because that linked okay, and I think it might have linked to a copy of gnuradio sitting somewhere else on my directory tree. |
Yes, you should rebuild gr-iio. |
I've installed gettext with brew, but still got the same linker error. It turns out this has happened before: EOSIO/eos#2028 I'm not sure how to read that, since I just installed gettext today, but somehow it didn't get linked properly. Anyway: I've also rebuilt everything from gnuradio onwards to get rid of old copies of things, I'm now running on the scopy branch, and that's working. I like the look of 1.1.1 - it seems a little ahead of whatever I was running! |
Note that the MacOs guide, https://wiki.analog.com/university/tools/m2k/scopy/build-osx, differs from the advice given by Adrian, above. Adrian has: cd ~ whereas the MacOs guide has: That took some finding. Please can you update the guide? Thanks, |
Updated ! Thanks ! |
Environment:
macOs 10.13 on 2017 Macbook Pro
I'm trying to build Scopy for the Mac, following the instructions on:
https://github.com/analogdevicesinc/scopy/wiki/Building-Scopy-on-OS-X
Semi-resolved issues
There was a library needed (pkg-config) that wasn't specified in the instructions,but homebrew looked after, but I found it and all good.
There was also a fail in compiling network_analyzer.cpp - two calls to:
goertzel1->set_len(buffer_size);
failed because set_len is not defined for goertzel. I've commented the two lines out, don't yet know what the results of that will be.
Bug
My current roadblock is during linking of Scopy:
ld: library not found for -lintl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Scopy.app/Contents/MacOS/Scopy] Error 1
I'm at a loss where to find the intl library, and why it isn't available to the Linker.
All help would be appreciated.
The text was updated successfully, but these errors were encountered: