Ctrlr compilation problem

Home Forums Platform Specific Linux Ctrlr compilation problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29210
    keefaz
    Participant
      • Topics: 4
      • Replies: 4
      • Total: 8

      Hello,

      I can’t compile last git revision on Linux x86_64

      First error lines:

      In file included from /usr/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102:0,
                       from ../../../../Source/Lua/luabind/luabind/object.hpp:326,
                       from ../../../../Source/Lua/luabind/luabind/detail/call_member.hpp:34,
                       from ../../../../Source/Lua/luabind/luabind/wrapper_base.hpp:31,
                       from ../../../../Source/Lua/luabind/luabind/back_reference.hpp:27,
                       from ../../../../Source/Lua/luabind/luabind/class.hpp:93,
                       from ../../../../Source/Core/stdafx.h:45:
      ../../../../Source/Lua/luabind/luabind/detail/object_call.hpp:38:5: error: wrong number of template arguments (11, should be 10)
           >
           ^
      In file included from /usr/include/boost/tuple/tuple.hpp:33:0,
                       from ../../../../Source/Core/stdafx.h:32:
      /usr/include/boost/tuple/detail/tuple_basic.hpp:76:7: error: provided for 'template<class T0, class T1, class T2, class T3, class T4, class T5, class T6, class T7, class T8, class T9> class boost::tuples::tuple'
       class tuple;
             ^
      In file included from /usr/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102:0,
                       from ../../../../Source/Lua/luabind/luabind/object.hpp:326,
                       from ../../../../Source/Lua/luabind/luabind/detail/call_member.hpp:34,
                       from ../../../../Source/Lua/luabind/luabind/wrapper_base.hpp:31,
                       from ../../../../Source/Lua/luabind/luabind/back_reference.hpp:27,
                       from ../../../../Source/Lua/luabind/luabind/class.hpp:93,
                       from ../../../../Source/Core/stdafx.h:45:
      ../../../../Source/Lua/luabind/luabind/detail/object_call.hpp:39:1: error: template argument 2 is invalid
       > operator()(BOOST_PP_ENUM_BINARY_PARAMS(N, A, const& a))
      
      Attachments:
      You must be logged in to view attached files.
      #29220
      atom
      Keymaster
        • Topics: 159
        • Replies: 2945
        • Total: 3104
        • ★★★★★

        you NEED to use the included boost not the OS boost.

        if you just unpack boost.zip in the Boost folder of the sources it should work.

        #29234
        keefaz
        Participant
          • Topics: 4
          • Replies: 4
          • Total: 8

          Thanks, it compiles fine now 😉

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The forum ‘Linux’ is closed to new topics and replies.
        There is currently 0 users and 69 guests online
        No users are currently active
        Forum Statistics
        Threads: 2,495, Posts: 17,374, Members: 77,605
        Most users ever online was 12 on January 22, 2019 3:47 pm
        Ctrlr