Am Monday 04 September 2006 08:19 schrieb Michael Riepe: > Philippe Lebon wrote: > > Hi, > > > > I had some problems to compile dvcut 0.5.3 (0.5.1 and 0.5.2 did the same) > > on slackware current. After a quick investigation, it seems that if libao > > is not detected (libao was not detected because pkgconfig/libao.pc was > > missing - this is my very big fault) this cause a compiling error in > > dvdcut.cpp line 121 & 122 : > > src/dvbcut.cpp:121: error: `Play' undeclared (first use this function) > > as HAVE_LIB_AO is undefined. > > I guess that was supposed to be `playMenu'. Sven?
Indeed. Replace 'Play' by 'playMenu' in both lines, and it compiles fine. Obviously, there was a lack of testing with libao not installed. But I'm pleased to see, that it compiles at all with no libao. Some months ago, there was a problem that SCons did not make some GUI-related files from their .ui source files. The problem did only appear when libao was not installed, so probably it was some mistake in my SConstruct script, but it could also have been some strange bug inside SCons. Anyway, in the meantime, with a newer SCons version installed on my system, it seems to work. By the way, to make a step forward, I decided to import the DVBCUT 0.5.3 release into the subversion repository at sourceforge. I cannot do this in the office (proxy related problems), so I will do it at home. Soon, I hope... By giving write permissions to some developers (Michael in the first place), it would always be possible for everyone to checkout an up-to-date version of DVBCUT from the repository. This should also lead to a bugfix release 0.5.4 soon... For those who prefer CVS, I apologize for choosing subversion. To be honest, I haven't used subversion myself. But I want to learn something new, and subversion seems to be the way to go... It is very very well documented, have a look at http://svnbook.red-bean.com/. Greetings... Sven -- Sven Over Stephanienstr. 9 76133 Karlsruhe GERMANY Telefon: 0721-9204199 http://www.svenover.de/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
