Click to See Complete Forum and Search --> : Ecasound installation problem


andysimmons
01-29-2003, 11:45 AM
I'm trying to install Ecasound (freeware multitrack recording software) but for some reason it's not finding map.h when I run ./configure. It has no trouble finding ladspa.h, and the only place I have that header is in /usr/include. It also finds /asm/atomic.h, and the only place I have atomic.h is /usr/include/asm, so I figured since it is looking for map.h and not specifying a subdirectory, it probably wants it in /usr/include. Is there something else I need to do besides just copying the header? I'm running SuSE 8.1/KDE 3.0 and I'll paste the last part of the output I'm getting...


checking for asm/atomic.h... yes
checking for ladspa.h... yes
checking for map.h... no
configure: error: C++ header files not found! Searched for 'map.h' (STL).
mitchell@linux:~/Documents/ecasound-2.0.1> su
Password:
linux:/home/mitchell/Documents/ecasound-2.0.1 # cd /
linux:/ # find -name atomic.h
./usr/include/asm/atomic.h
linux:/ # find -name ladspa.h
./usr/include/ladspa.h
linux:/ # find -name map.h
./usr/include/g++/backward/map.h
./usr/include/linux/mtd/map.h
./usr/include/map.h


Thanks guys.