Re: [yoshimi-user] compile problems

  • From: cal <cal@xxxxxxxxxxxx>
  • To: yoshimi-user@xxxxxxxxxxxxxxxxxxxxx
  • Date: Fri, 26 Nov 2010 05:45:31 +1100

On 26/11/10 05:16, Adriano Petrosillo wrote:

Ok, I ran sudo apt-get build-dep yoshimi, but it's a bit unconvenient
for me, since I have jack2 and ardour installed,
and according to the build dependencies, I should uninstall both in
order to build yoshimi. I think it's due to the yoshimi
package in the ubuntu repositories, which is version 0.58, I guess I
could still use that version, but, as I'd like to use
the new features, I'd prefer to build the latest stable release.

Yep. Originally I mistakenly thought it was failing due to the cmath
header not being found, but looking at your message again I realise it's
not <cmath> that's missing:
bits/c++config.h: Nessun file o directory

You need to figure out why that file doesn't exist. The /usr/include/bits/
directory gets tangled up with a whole collection of symlinks according to
various system characteristics, so it's not quite as simple as looking for
"/usr/include/bits/c++config.h". Maybe try locate 'c++config.h', see if
it shows up at all.

As best I can tell it should come in package libstdc++6-4.4-dev. If that's
allegedly already installed, maybe try a 'dpkg --reinstall install
libstdc++6-4.4-dev'.

I dunno.

cheers.


Other related posts: