pierrotlo

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: linux VST #32777
    pierrotlo
    Participant
      • Topics: 0
      • Replies: 9
      • Total: 9

      VST and Standalone sucessfully compiled on Kxstudio (based on Ubuntu 14.04)
      I’m about to see how to make a DEB packgage.
      And if goes right I mail to you.
      Thanks for all

      in reply to: linux VST #32762
      pierrotlo
      Participant
        • Topics: 0
        • Replies: 9
        • Total: 9

        Ok it’s seems ok now


        I apologize.I have not clearly exposed my question
        I want first to compile the unzipped boost. and I’m not understand really howto.

        • This reply was modified 9 years, 5 months ago by pierrotlo.
        • This reply was modified 9 years, 5 months ago by pierrotlo.
        • This reply was modified 9 years, 5 months ago by pierrotlo.
        in reply to: linux VST #32759
        pierrotlo
        Participant
          • Topics: 0
          • Replies: 9
          • Total: 9

          Yes.

          I have unzipped all.
          but I’m not understand how to compile.
          No makefile
          ?

          in reply to: linux VST #32754
          pierrotlo
          Participant
            • Topics: 0
            • Replies: 9
            • Total: 9

            If I compile (from svn) ctrlr all goes right but at end compilation :
            I have this messages :

            debug1: ssh_rsa_verify: signature correct
            debug1: SSH2_MSG_NEWKEYS sent
            debug1: expecting SSH2_MSG_NEWKEYS
            debug1: SSH2_MSG_NEWKEYS received
            debug1: Roaming not allowed by server
            debug1: SSH2_MSG_SERVICE_REQUEST sent
            debug1: SSH2_MSG_SERVICE_ACCEPT received
            debug1: Authentications that can continue: publickey,password,keyboard-interactive

            The terminal request to me a password.
            If I use build.sh

            In file included from /usr/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117:0,
                             from ../../../../Source/Lua/luabind/luabind/detail/call_function.hpp:414,
                             from ../../../../Source/Lua/luabind/luabind/function.hpp:10,
                             from ../../../../Source/Lua/luabind/luabind/class.hpp:94,
                             from ../../../../Source/Core/stdafx.h:45,
                             from ../../../../Source/Core/CtrlrSysexProcessorOwned.cpp:1:
            ../../../../Source/Lua/luabind/luabind/detail/call_function.hpp:529:133: error: template argument 2 is invalid
                , luabind::detail::proxy_function_caller<Ret, boost::tuples::tuple<BOOST_PP_ENUM(BOOST_PP_ITERATION(), LUABIND_TUPLE_PARAMS, _)> > >::type proxy_type;
                                                                                                                                                 ^
            ../../../../Source/Lua/luabind/luabind/detail/call_function.hpp:529:135: error: template argument 2 is invalid
                , luabind::detail::proxy_function_caller<Ret, boost::tuples::tuple<BOOST_PP_ENUM(BOOST_PP_ITERATION(), LUABIND_TUPLE_PARAMS, _)> > >::type proxy_type;
                                                                                                                                                   ^
            ../../../../Source/Lua/luabind/luabind/detail/call_function.hpp:529:135: error: template argument 3 is invalid
            ../../../../Source/Lua/luabind/luabind/detail/call_function.hpp:529:153: error: invalid type in declaration before ‘;’ token
                , luabind::detail::proxy_function_caller<Ret, boost::tuples::tuple<BOOST_PP_ENUM(BOOST_PP_ITERATION(), LUABIND_TUPLE_PARAMS, _)> > >::type proxy_type;
                                                                                                                                                                     ^
            make: *** [../build/x86_64/CtrlrUtilitiesGUI_4d233a31.o] Erreur 1
            make: *** Attente des tâches non terminées....
            make: *** [../build/x86_64/CtrlrSysexProcessorOwned_b505063d.o] Erreur 1
            CTRLR[linux]: build failed

            What is this ?
            Thanks

            • This reply was modified 9 years, 5 months ago by pierrotlo.
            • This reply was modified 9 years, 5 months ago by pierrotlo.
            • This reply was modified 9 years, 5 months ago by pierrotlo.
            in reply to: linux VST #31098
            pierrotlo
            Participant
              • Topics: 0
              • Replies: 9
              • Total: 9

              Thanks !

              in reply to: linux VST #31094
              pierrotlo
              Participant
                • Topics: 0
                • Replies: 9
                • Total: 9

                In attached the result

                Attachments:
                You must be logged in to view attached files.
                in reply to: linux VST #31073
                pierrotlo
                Participant
                  • Topics: 0
                  • Replies: 9
                  • Total: 9

                  Hi,
                  LD_LIBRARY_PATH is empty
                  I have three folders
                  /usr/lib wich contain the libbfd-2.24-system.so and the symlink libbfd-2.22-system.so
                  /usr/lib64
                  /usr/lib32

                  OK I did make this :

                  chmod 777 libbfd-2.24-system.so
                  rm -f the symlink libbfd-2.22-system.so
                  sudo ln -s /usr/lib/libbfd-2.24-system.so /usr/lib/libbfd-2.22-system.so

                  If I run Ctrlr in a terminal, now the result is :

                  Instruction not permitted
                  
                  • This reply was modified 9 years, 6 months ago by pierrotlo.
                  in reply to: linux VST #31066
                  pierrotlo
                  Participant
                    • Topics: 0
                    • Replies: 9
                    • Total: 9
                    $ file /usr/lib/libbfd-2.24-system.so
                    /usr/lib/libbfd-2.24-system.so: ELF 64-bit LSB  shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ba0d3f30012734d9c30b1f7df1b7694a299da337, stripped
                    
                    $ file Ctrlr-x86_64 
                    Ctrlr-x86_64: ELF 64-bit LSB  executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=811dd2a9ddfac5ba513031820ea85b9a4066a34e, stripped
                    in reply to: linux VST #31050
                    pierrotlo
                    Participant
                      • Topics: 0
                      • Replies: 9
                      • Total: 9

                      Hi,
                      .
                      I have the same problem with Kxstudio, based on ubuntu 14.04.

                      ./Ctrlr-x86_64: error while loading shared libraries: libbfd-2.22-system.so: cannot open shared object file: No such file or directory
                      

                      The /usr/lib/libbfd-2.24-system.so is installed and the symlink is OK :

                      locate libbfd-2.22-system.so
                      /usr/lib/libbfd-2.22-system.so
                      • This reply was modified 9 years, 6 months ago by pierrotlo.
                      • This reply was modified 9 years, 6 months ago by pierrotlo.
                    Viewing 9 posts - 1 through 9 (of 9 total)
                    Ctrlr