I'm compiling on solaris 2.6 and it's actually barfing on the audiolib
headerfiles... very strange... I've been playing w/ #if's all day.

but here are the errors:
----
c++ -I. -I. -I./config -DUNIX_LIBDIR=\"/afs/cmf/users/timball/lib\"
-Dsolaris -Ibase/include -Iconfig -Iio/include -Iui/include -Ilmc/include
-Ibase/unix/include -Ibase/unix/solaris/include -Iui/freeamp/unix/include
-Iui/freeamp/unix/res -Iio/esound/include
-Iio/soundcard/unix/solaris/include -Iui/lcd/include -Iui/irman/include
-Ilmc/xingmp3/include -Wall -g -O2  -I/afs/cmf/@sys/include -D_REENTRANT
-fpic -fpic -c io/esound/src/esdvolume.cpp -o io/esound/src/esdvolume.o
In file included from io/esound/include/esd.h:3,
                 from io/esound/src/esdvolume.cpp:29:
io/esound/include/audiofile.h:603: parse error before `}'
*** Error code 1
----

But the wierd thing is that esound compiled just fine w/ those headers...

anyways,
timball

On Wed, 14 Jul 1999, Isaac Richards wrote:

> Hm..  it _should_ compile on anything esound supports, unless I messed
> something up...  And I see I did.
> 
> Did you mean the reference to linux/soundcard.h in esdvolume.cpp?  I'm afraid
> I didn't see that in in there from the previous person who did the plugin.
> It should be removed.  So, someone with commit access, go and delete line 27
> of io/esound/src/esdvolume.cpp: #include <linux/soundcard.h>
> 
> esound itself should figure out what sound includes you need on your
> particular system.
> 
> If it still doesn't compile, the relevant errors from the build process
> would be immensely helpful. =)
> 
> Isaac
> 

Reply via email to