Re: [yoshimi-user] compile problems

  • From: cal <cal@xxxxxxxxxxxx>
  • To: yoshimi-user@xxxxxxxxxxxxxxxxxxxxx
  • Date: Wed, 24 Nov 2010 01:32:15 +1100

On 24/11/10 01:08, Adriano Petrosillo wrote:

Hi everyone,

I'm trying to install yoshimi on Ubuntu 10.10 (Maverick) and I have some
problems during make.
I fixed all the issues during the ccmake step, so it seems I have all
the required packages.

This is what happens after I try to make yoshimi:

In file included from
/home/adriano/Compiles/yoshimi-0.060.1/src/Misc/MiscFuncs.h:27,
from
/home/adriano/Compiles/yoshimi-0.060.1/src/WidgetPDialUI.h:29,
from
/home/adriano/Compiles/yoshimi-0.060.1/src/WidgetPDialUI.cxx:3:
/usr/include/c++/4.4/cmath:43: fatal error: bits/c++config.h: Nessun
file o directory
compilation terminated.
[ ... ]

That's a weird one. MiscFuncs.h line 27 is #include <cmath>. Looking at
what debian packages provide that file
(<http://packages.debian.org/search?searchon=contents&keywords=cmath&mode=exactfilename&suite=testing&arch=any>)
my best guess would be maybe package libstdc++6-4.4-dev isn't installed
on your system. Somehow that doesn't quite make sense though.

cheers.


Other related posts: