Replies: 9 comments 2 replies
-
Can you provide more details on the system on which you are trying to build? |
Beta Was this translation helpful? Give feedback.
-
I uploaded a fix that should help for macos builds. Can you retry? |
Beta Was this translation helpful? Give feedback.
-
Thanks so much... worked just fine with RTLSDR V3 but nothing with V4. same behaviour with the previous v.53 Have I missed something ? ![]() ![]() |
Beta Was this translation helpful? Give feedback.
-
Cool (on the build process fix). This is not an AIS-catcher issue for the V4 as it simply uses the library that is installed on the system. This link has a recipe under the header "Compiling RTL-SDR on MacOS" . You might have to rebuild AIS-catcher after that. ps I don't have a V4 yet so cannot test. |
Beta Was this translation helpful? Give feedback.
-
This is interesting...... V3 still works great with all software tested. For V4, Gqrx works (normal tuning through entire supported frequency range, no DIrect sampling required) AIS-catcher does not work |
Beta Was this translation helpful? Give feedback.
-
Here's the problem.....
AIS-catcher is locating the files at ...
why the change from /opt/local to /usr/local ? any ideas how to get this back to normal behaviour ? |
Beta Was this translation helpful? Give feedback.
-
Yes, while troubleshooting I uninstalled all rtlsdr instances I could find. The file |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Great! I think I need to add something so that users can manually overwrite certain directories to fix these problems PSQL is supported on Mac but CMAKE cannot find the brew directories for it. Not sure how to fix this except for adding an option so users can set on the command line. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I got the following error below when trying to update to v0.54 .......
git pull and cmake .. werew without any issues.
any ideas what I can do ?
➜ build git:(main) ✗ make Consolidate compiler generated dependencies of target AIS-catcher [ 2%] Building CXX object CMakeFiles/AIS-catcher.dir/IO/HTTPClient.cpp.o In file included from /Users/K/compiled/ais-catcher/IO/HTTPClient.cpp:20: /Users/K/compiled/ais-catcher/./IO/HTTPClient.h:28:10: warning: non-portable path to file '"zip.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path] #include "ZIP.h" ^~~~~~~ "zip.h" In file included from /Users/K/compiled/ais-catcher/IO/HTTPClient.cpp:20: In file included from /Users/K/compiled/ais-catcher/./IO/HTTPClient.h:29: /Users/RichardK/compiled/ais-catcher/./Library/TCP.h:63:21: error: implicit instantiation of undefined template 'std::__1::vector<char, std::__1::allocator<char> >' std::vector<char> out; ^ /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iosfwd:216:28: note: template is declared here class _LIBCPP_TEMPLATE_VIS vector; ^ In file included from /Users/K/compiled/ais-catcher/IO/HTTPClient.cpp:20: /Users/K/compiled/ais-catcher/./IO/HTTPClient.h:40:3: error: unknown type name 'ZIP' ZIP zip; ^ 1 warning and 2 errors generated. make[2]: *** [CMakeFiles/AIS-catcher.dir/IO/HTTPClient.cpp.o] Error 1 make[1]: *** [CMakeFiles/AIS-catcher.dir/all] Error 2 make: *** [all] Error 2
Beta Was this translation helpful? Give feedback.
All reactions