qt-core-Macos
Scott Hannahs via Fink-users <[email protected]>
| Newsgroups | gmane.os.apple.fink.general |
|---|---|
| Message-ID | <[email protected]> |
Trying to build on Ventura 13.5.2 / Xcode 15.0 / CLT 15.0.0
fink update qt5-mac-qtbase
I get the following 3 errors.
————————————————————————————————————————————————————
compress.cpp:40:26: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
struct _Fit: public std::binary_function<int, int, bool>
~~~~~^~~~~~~~~~~~~~~
__binary_function
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
^
compress.cpp:48:35: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
struct _PerfectMatch: public std::binary_function<int, int, bool>
~~~~~^~~~~~~~~~~~~~~
__binary_function
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
^
compress.cpp:138:42: error: no template named 'binary_function' in namespace 'std'; did you mean '__binary_function'?
struct _SortUncompressedRow: public std::binary_function<UncompressedRow, UncompressedRow, bool>
~~~~~^~~~~~~~~~~~~~~
__binary_function
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/__functional/binary_function.h:49:1: note: '__binary_function' declared here
using __binary_function = __binary_function_keep_layout_base<_Arg1, _Arg2, _Result>;
^
24 warnings and 3 errors generated.
make[2]: *** [.obj/compress.o] Error 1
————————————————————————————————————————————————————
command:
/Applications/Xcode.app/Contents/Developer/usr/bin/g++ -c -MD -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -O2 -std=c++1z -fno-exceptions -Wall -W -Wvla -Wdate-time -fPIC -DQT_NO_MTDEV -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_FOREACH -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../../include -I../../../include/QtCore -I.moc -I../../../mkspecs/macx-g++ -F/opt/sw/src/fink.build/qt5-mac-qtbase-5.7.1-13/qtbase-opensource-src-5.7.1/lib -o .obj/compress.o compress.cpp
————————————————————————————————————————————————————
Here is the important end stuff…
————————————————————————————————————————————————————
Package manager version: 0.45.99.git
Distribution version: selfupdate-git Thu Oct 12 21:18:39 2023, 12.0, x86_64
Trees: local/injected local/main stable/main
Xcode.app: 15.0
Xcode command-line tools: 15.0.0.0.1.1694021235
Max. Fink build jobs: 1
————————————————————————————————————————————————————
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users