Code Monkey home page Code Monkey logo

Comments (6)

filcuc avatar filcuc commented on August 19, 2024

@ShalokShalom i've just opened #113 for fixing #105

from dotherside.

filcuc avatar filcuc commented on August 19, 2024

@ShalokShalom Qt6 support has been added let me know if mac support is working...i don't expect major problems

from dotherside.

ShalokShalom avatar ShalokShalom commented on August 19, 2024

Here my output

qmake -v
QMake version 3.1
Using Qt version 6.3.1 in /usr/local/lib
build ) cmake .. 
-- The C compiler identification is AppleClang 13.1.6.13160021
-- The CXX compiler identification is AppleClang 13.1.6.13160021
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE  
-- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework   
-- Found WrapOpenGL: TRUE  
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/linda/.projekte/dotherside/build
build ) make install
[  3%] Automatic MOC for target DOtherSide
[  3%] Built target DOtherSide_autogen
[  6%] Building CXX object lib/CMakeFiles/DOtherSide.dir/DOtherSide_autogen/mocs_compilation.cpp.o
[  9%] Building CXX object lib/CMakeFiles/DOtherSide.dir/src/DOtherSide.cpp.o
In file included from /Users/linda/.projekte/dotherside/lib/src/DOtherSide.cpp:38:
In file included from /Users/linda/.projekte/dotherside/lib/include/DOtherSide/DOtherSideTypesCpp.h:30:
/Users/linda/.projekte/dotherside/lib/include/DOtherSide/Utils.h:87:62: error: 'result_of<(lambda at /Users/linda/.projekte/dotherside/lib/src/DOtherSide.cpp:556:27) (void *)>' is deprecated [-Werror,-Wdeprecated-declarations]
template <typename T, typename K, typename R = typename std::result_of<K(T)>::type>
                                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/type_traits:4009:34: note: 'result_of<(lambda at /Users/linda/.projekte/dotherside/lib/src/DOtherSide.cpp:556:27) (void *)>' has been explicitly marked deprecated here
template <class _Callable> class _LIBCPP_DEPRECATED_IN_CXX17 result_of;
                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1066:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#  define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
1 error generated.
make[2]: *** [lib/CMakeFiles/DOtherSide.dir/src/DOtherSide.cpp.o] Error 1
make[1]: *** [lib/CMakeFiles/DOtherSide.dir/all] Error 2
make: *** [all] Error 2
build ) 

from dotherside.

filcuc avatar filcuc commented on August 19, 2024

from dotherside.

ShalokShalom avatar ShalokShalom commented on August 19, 2024

So, if I understood you right, you are going to change that warnings are considered as errors, yes?

Can you report on me, once this is done?

from dotherside.

filcuc avatar filcuc commented on August 19, 2024

@ShalokShalom added conditional code for the invoke_result/result_of

from dotherside.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.