trouble building on Ubuntu 15.10

Home Forums Platform Specific Linux trouble building on Ubuntu 15.10

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #64781
    motosega
    Participant
      • Topics: 2
      • Replies: 11
      • Total: 13

      i’m having trouble building on ubuntu wily 15.10 32bit

      uno@uno-1001PX:~/src/ctrlr/Builds/Generated/Linux/Standalone$ ./build.sh
      CTRLR[linux]: Building for i686, JOBS 2
      CTRLR[linux]: PCH not rebuilt, use -f to force
      CTRLR[linux]: Remove the shared source, for main() compatibility
      CTRLR[linux]: Build now

      Compiling CtrlrStandaloneApplication.cpp
      Linking Ctrlr_Standalone
      ../build/i686/lua_422403e.o: In function `os_tmpname’:
      lua.c:(.text+0xe0b2): warning: the use of tmpnam' is dangerous, better usemkstemp’
      ../build/i686/LComponents_29c3fc36.o:(.data.rel.ro._ZTV12LAlertWindow[_ZTV12LAlertWindow]+0xd8): undefined reference to `non-virtual thunk to juce::AlertWindow::buttonClicked(juce::Button*)’
      ../build/i686/LComponents_29c3fc36.o:(.data.rel.ro._ZTV23LBubbleMessageComponent[_ZTV23LBubbleMessageComponent]+0xd8): undefined reference to `non-virtual thunk to juce::BubbleMessageComponent::timerCallback()’
      collect2: error: ld returned 1 exit status
      Makefile:299: recipe for target ‘../../../../Bin/Ctrlr-i686’ failed
      make: *** [../../../../Bin/Ctrlr-i686] Error 1
      CTRLR[linux]: build failed

      am i using the wrong juce version?

      #65222
      atom
      Keymaster
        • Topics: 159
        • Replies: 2945
        • Total: 3104
        • ★★★★★

        What git revision is the source of Ctrlr ?

        #65256
        motosega
        Participant
          • Topics: 2
          • Replies: 11
          • Total: 13

          the latest entry from >git log

          uno@uno-1001PX:~/src/ctrlr/Builds/Generated/Linux/Standalone$ git log
          commit 61d4255b4c2016d956da3cc3d2edd1c3c91c61c0
          Author: r.kubiak
          Date: Wed Nov 25 13:21:47 2015 +0100

          Updated JUCE (for the win xp sp2 and below fix)

          Fixed the midi settings dialog (duplicate combo items)

          #65267
          motosega
          Participant
            • Topics: 2
            • Replies: 11
            • Total: 13

            i just did a git pull and now i get a new error:

            uno@uno-1001PX:~/src/ctrlr/Builds/Generated/Linux/Standalone$ ./build.sh
            CTRLR[linux]: Building for i686, JOBS 2
            CTRLR[linux]: PCH not rebuilt, use -f to force
            CTRLR[linux]: Remove the shared source, for main() compatibility
            CTRLR[linux]: Build now

            make: *** No rule to make target ‘../../../../Source/MIDI/CtrlrMidiDeviceManager.h’, needed by ‘../build/i686/CtrlrUtilitiesGUI_4d233a31.o’. Stop.
            make: *** Waiting for unfinished jobs….
            Compiling CtrlrOSC.cpp
            CTRLR[linux]: build failed

            #65386
            atom
            Keymaster
              • Topics: 159
              • Replies: 2945
              • Total: 3104
              • ★★★★★

              This looks like some leftovers from the previous build, please remove the directory:
              Builds/Generated/Linux/build and re-start the build.

              #68189
              motosega
              Participant
                • Topics: 2
                • Replies: 11
                • Total: 13

                i think gcc is crashing because it runs out of memory. subsequent builds fail because of left overs from the first compile.
                i’ve had this happen on two different computers. both of them have relatively little memory by modern standards. one has 1gb the other only 768mb. they both swap a lot and become unresponsive when compiling, then eventually the build fails.

                i’m curently at a loss as to how i can get ctrlr compiled.

                #68232
                atom
                Keymaster
                  • Topics: 159
                  • Replies: 2945
                  • Total: 3104
                  • ★★★★★

                  yeah this will happen due to boost size, i can’t really fix that it would require a lot of work and i don’t know if it would be worth the time.

                  can you run the current builds on 15.10 (the binaries provided by me) ?

                  #68233
                  motosega
                  Participant
                    • Topics: 2
                    • Replies: 11
                    • Total: 13

                    unfortunately the last i686 builds you uploaded are broken,
                    the file is only 16k.

                    thanks for starting to provide binaries for i686 again. since it looks like i won’t be able to build from source its my only hope!

                    the i686 build from last year does work though.
                    http://ctrlr.org/nightly/Ctrlr-i686-5.3.85.sh

                    i put package request in the kxstudio bugtracker on git but i don’t think its a priority for them.

                    thanks.

                    #68256
                    atom
                    Keymaster
                      • Topics: 159
                      • Replies: 2945
                      • Total: 3104
                      • ★★★★★

                      Yeah there was a build issue, try it now

                      #68258
                      motosega
                      Participant
                        • Topics: 2
                        • Replies: 11
                        • Total: 13

                        ok! its working!

                        the i686 package works but is missing the pannels so i downloaded the x86-64 package to get the pannels and it works perfectly!

                        thanks, you saved my bacon!

                        now all i have to do is figure out how ctrlr works.

                      Viewing 10 posts - 1 through 10 (of 10 total)
                      • The forum ‘Linux’ is closed to new topics and replies.
                      There is currently 0 users and 68 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