cpcsdk / cpctools

Tools for CPC cross-development
37 stars 5 forks source link

it doesn't compile on FreeBSD 9 #63

Closed pulkomandy closed 10 years ago

pulkomandy commented 10 years ago

From Ander.sl...@gmail.com on April 30, 2012 12:31:34

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: http://code.google.com/p/cpcsdk/issues/detail?id=63

pulkomandy commented 10 years ago

From pulkoma...@gmail.com on August 11, 2012 06:08:26

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.

pulkomandy commented 10 years ago

From pulkoma...@gmail.com on March 18, 2013 05:44:42

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

Status: Fixed