GithubHelp home page GithubHelp logo

Comments (13)

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: deftdawg
Date: 2008-05-06T23:32:10Z


Confirmed, I had to do the same the other day...
libasound2-dev is installed, but the header check call is failing anyway. Compiles fine once you comment out the "Exit(1)" lines..

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: asantoni
Date: 2008-05-07T16:31:37Z


This is odd because:
A) Works for me (Hardy, although I upgraded from Gusty->Hardy, which may be important)
B) The Hardy src deb works fine, and it builds cleanly on the Ubuntu build server.

As the comment in the SConscript reminded me, libasound2 was necessary for ALSA-seq MIDI support. I wonder why you're both managing to link without it (yet another reason why this is strange).

Can someone check to see if Mixxx got linked against libasound2 after you commented out those exit() lines? (running "ldd mixxx" should work)

dotx: Did this happen recently with SVN? Or is it just showing up now because you got around to installing Hardy?

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: deftdawg
Date: 2008-05-07T17:44:17Z


Did Gusty->Hardy also. It happened for me first build I did the upgrade.

It is linked to libasound.so.2.

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: setcode
Date: 2008-05-07T22:31:56Z


I decide to install a fresh ubuntu distrib in order to use nvidia binary driver who is not ready fr debian lenny (2.6.24), and perhaps have more perfomance with mixxx waveform. So I encounter this problem.

Effectively, I commented the "Exit" on libasound check and libdjconsole check. The ldd ouput say that the libraries are linked correctly : http://cpp.pastebin.com/f3c0965b.

Here are the name of library on hardy :
[libdjconsole]
/usr/include/libdjconsole
/usr/include/libdjconsole/bitfield.h
/usr/include/libdjconsole/delta.h
/usr/include/libdjconsole/djconsole.h
/usr/lib/libdjconsole.a
/usr/lib/libdjconsole.la
/usr/lib/libdjconsole.so
/usr/lib/libdjconsole.so.0
/usr/lib/libdjconsole.so.0.0.0

[libasound]
/usr/lib/libasound.a
/usr/lib/libasound.la
/usr/lib/libasound.so
/usr/lib/libasound.so.2
/usr/lib/libasound.so.2.0.0

I hope that it could help you.

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: asantoni
Date: 2008-05-08T16:42:36Z


Thanks for the extra info.

Are you guys both running 64-bit Hardy, by any chance?

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: asantoni
Date: 2008-05-08T16:45:18Z


(This is a beta3 blocker)

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: setcode
Date: 2008-05-08T18:42:41Z


I run a 32 bit hardy : ubuntu-8.04-desktop-i386

Now I have problem with QtOpenGL, perhaps I need to retriev the entiere svn files.

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: setcode
Date: 2008-05-08T21:37:25Z


For the opengl error on hardy it's an official bug who is corrected on ubuntu intrepid : https://lists.ubuntu.com/archives/intrepid-changes/2008-May/000220.html

I solve it by downloading the libqt4-opengl-dev package with synaptic and force the installation :
After you downloading the package

  • cd /var/cache/apt/archives/
  • sudo dpkg -i --force-overwrite libqt4-opengl-dev_4.4.0-1ubuntu1~hardy1_i386.deb

Enjoy

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: asantoni
Date: 2008-05-11T15:59:39Z


Ok, good sleuthing with the QT OpenGL problem dotx!

I just fixed a bunch of indentations that were using spaces instead of tabs in our SConscript (it's in SVN). This is pretty much the only thing I can think of that would have caused some random library checks to fail. (SCONS is very fussy about that.)

Can anyone try it and see?

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: psyc0de
Date: 2008-05-11T19:41:48Z


I just did a fresh install of Hardy in VMWare and did not encounter this error.

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: asantoni
Date: 2008-05-12T00:14:02Z


Fixed, not sure exactly what did it. Might have been whitespace...

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Commented by: setcode
Date: 2008-05-12T07:18:26Z


It's ok for me now, mixxx SConstruct and compilation too.

from mixxx.

mixxxbot avatar mixxxbot commented on August 15, 2024

Issue closed with status Fix Released.

from mixxx.

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.