pedgarcia / cpcsdk

Automatically exported from code.google.com/p/cpcsdk
0 stars 0 forks source link

it doesn't compile on FreeBSD 9 #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have libstsound portaudio1 and 2 installed, but the ./configure script  does 
guess neither 
St sound headers nor portaudio. It doesn't search for libpng, too.
------------------------------------------------------
CC=gcc CXX=g++ ./configure --enable-opengl 
--with-wx-config=/usr/local/bin/wxgtk2-2.8-config --with-aylet
(...)
"checking png.h usability... no
checking png.h presence... no
checking for png.h... no
checking libpng not found ! Saving screenshots will not work... configure: 
sound options 

checking Ym2149Ex.h usability... no
checking Ym2149Ex.h presence... no
checking for Ym2149Ex.h... no
configure: error: St Sound headers not found ! Go in ../libstsound
----------------------------------------------

As I said, I have all dependencies installed.

Original issue reported on code.google.com by Ander.sl...@gmail.com on 30 Apr 2012 at 10:31

GoogleCodeExporter commented 9 years ago
Where is your libstsound coming from ? We use a forked version that adds stereo 
output and sounds more like the AY chip in the CPC (the original libstsound 
emulates an atari ST). So you should build the libstsound we provide.
This may be a problem if you want to use libstsound for other programs, 
however. We should rename our version to libAY3 maybe.

Original comment by pulkoma...@gmail.com on 11 Aug 2012 at 1:08

GoogleCodeExporter commented 9 years ago
We now have replaced the configure script with a cmake one. Can you check if 
the new build system works better for you ?

Original comment by pulkoma...@gmail.com on 18 Mar 2013 at 12:44