[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libcdio-devel] pycdio-0.21 build failure
From: |
Adrian Reber |
Subject: |
Re: [Libcdio-devel] pycdio-0.21 build failure |
Date: |
Thu, 25 Jan 2018 15:37:06 +0100 |
User-agent: |
Mutt/1.9.1 (2017-09-22) |
Thanks a lot. Using parts of your patch and applying it on pycdio-0.21
makes it build against libcdio-2.0.0:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1020639
Adrian
On Thu, Jan 25, 2018 at 06:03:59AM -0500, Rocky Bernstein wrote:
> What is in git now works with libcdio 2.0.0:
>
> git clone https://git.savannah.gnu.org/git/libcdio/pycdio.git
>
> Run "make" and "make" check to build. I've tested this on GNU/Linux.
>
> Over the next couple of days I'll test on other OS's. Of others can
> check too that be great. Unless I hear problems otherwise I will
> release after my testing on ftp.gnu.org and on Pypi.
>
>
>
>
> On Thu, Jan 25, 2018 at 4:38 AM, Rocky Bernstein <address@hidden> wrote:
>
> > Sorry. I need to work on pycdio to get it to work on 2.0.0. Will be doing
> > that soon.
> >
> > On Thu, Jan 25, 2018 at 4:35 AM, Adrian Reber <address@hidden> wrote:
> >
> >> I just tried to rebuild pycdio-0.21 against libcdio-2.0.0 and get
> >> following error:
> >>
> >> wig/pycdio_wrap.c:8032:66: error: 'DRIVER_BSDI' undeclared (first use in
> >> this function); did you mean 'DRIVER_OSX'?
> >> SWIG_Python_SetConstant(d, "DRIVER_BSDI",SWIG_From_long((
> >> long)(DRIVER_BSDI)));
> >>
> >> ^~~~~~~~~~~
> >>
> >> DRIVER_OSX
> >> swig/pycdio_wrap.c:8032:66: note: each undeclared identifier is reported
> >> only once for each function it appears in
> >>
> >> Which version of pycdio should be used with libcdio-2.0.0?
> >>
> >> Adrian