-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi.
Nothing has been fixed yet. This is how I set up the taps:
$ brew tap pothosware/homebrew-pothos && brew update
This is how I install pothossoapy:
$ brew install pothossoapy
And these are the errors I get:
(...)
==> Summary
🍺 /usr/local/Cellar/openssl@3/3.2.0_1: 6,805 files, 32.4MB
==> Installing pothosware/pothos/pothossoapy dependency: poco
==> Downloading https://ghcr.io/v2/homebrew/core/poco/manifests/1.12.5p2
Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/badcb7ea8047d0c286babc0ad3869b52477a1c643cbfe998be113e2c57eb655c--poco-1.12.5p2.bottle_manifest.json
==> Pouring poco--1.12.5p2.monterey.bottle.tar.gz
🍺 /usr/local/Cellar/poco/1.12.5p2: 917 files, 13.7MB
==> Installing pothosware/pothos/pothossoapy dependency: nlohmann/json/nlohmann_json
🍺 /usr/local/Cellar/nlohmann_json/3.10.0: 6 files, 1.3MB, built in 17 seconds
==> Installing pothosware/pothos/pothossoapy dependency: pothosware/pothos/muparserx
==> cmake ..
==> make install
🍺 /usr/local/Cellar/muparserx/4.0.7: 56 files, 1.2MB, built in 45 seconds
==> Installing pothosware/pothos/pothossoapy dependency: pothosware/pothos/pothos
==> cmake .. -DPOTHOS_EXTVER=release -DPOTHOS_ROOT='/usr/local' -DENABLE_INTERNA
==> make install
Last 15 lines from /Users/runner/Library/Logs/Homebrew/pothos/02.make:
DatagramSocket(SocketImpl* pImpl);
^
/usr/local/include/Poco/Net/DatagramSocket.h:35:2: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
DatagramSocket();
^
/usr/local/include/Poco/Net/DatagramSocket.h:51:2: note: candidate constructor not viable: requires at least 2 arguments, but 1 was provided
DatagramSocket(const SocketAddress& address, bool reuseAddress, bool reusePort = false, bool ipV6Only = false);
^
[ 5%] Building CXX object lib/CMakeFiles/Pothos.dir/Paths.cpp.o
cd /tmp/pothos-20231212-[95](https://github.com/BatchDrake/SigDigger/actions/runs/7178554097/job/19547530656#step:11:96)46-av4w52/PothosCore-pothos-0.7.1/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.7.1.dylib\" -I/tmp/pothos-20231212-9546-av4w52/PothosCore-pothos-0.7.1/include -I/tmp/pothos-20231212-9546-av4w52/PothosCore-pothos-0.7.1/lib -I/usr/local/include/muparserx -I/usr/local/include/nlohmann -F/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks -O3 -DNDEBUG -std=gnu++11 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -fPIC -MD -MT lib/CMakeFiles/Pothos.dir/Paths.cpp.o -MF CMakeFiles/Pothos.dir/Paths.cpp.o.d -o CMakeFiles/Pothos.dir/Paths.cpp.o -c /tmp/pothos-20231212-9546-av4w52/PothosCore-pothos-0.7.1/build/lib/Paths.cpp
1 error generated.
make[2]: *** [lib/CMakeFiles/Pothos.dir/System/Logger.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [lib/CMakeFiles/Pothos.dir/all] Error 2
make: *** [all] Error 2
myzinsky
Metadata
Metadata
Assignees
Labels
No labels