* Daisy-player
@ blinux-list
` Daisy-player blinux-list
0 siblings, 1 reply; 9+ messages in thread
From: blinux-list @ UTC (permalink / raw)
Hi, all!
I downloaded daisy-player v.13.0 from http://jlemmens.nl/, direct link:
<http://ta.twi.tudelft.nl/dv/staff/lemmens/jlemmens.nl/daisy-player-13.0.tar.gz>
When trying to compile from a Fedora 35 system, I get a fatal error:
In file included from alsa_ctl.c:21:
daisy.h:38:10: fatal error: sox.h: no such file or directory
38 | #include <sox.h>
| ^~~~~~~
I've installed the sox-devel package. Any idea on how I can fix this?
Thanks in advance, Lars Bj?rndal
^ permalink raw reply [flat|nested] 9+ messages in thread* Daisy-player Daisy-player blinux-list @ ` blinux-list ` Daisy-player blinux-list 0 siblings, 1 reply; 9+ messages in thread From: blinux-list @ UTC (permalink / raw) Hi, No clue, sorry, but for your information the new repository is: https://github.com/book-readers/daisy-player Didier Spaier Le 11/09/2022 ? 19:54, Linux for blind general discussion a ?crit?: > Hi, all! > > I downloaded daisy-player v.13.0 from http://jlemmens.nl/, direct link: > <http://ta.twi.tudelft.nl/dv/staff/lemmens/jlemmens.nl/daisy-player-13.0.tar.gz> > > When trying to compile from a Fedora 35 system, I get a fatal error: > > In file included from alsa_ctl.c:21: > daisy.h:38:10: fatal error: sox.h: no such file or directory > 38 | #include <sox.h> > | ^~~~~~~ > > I've installed the sox-devel package. Any idea on how I can fix this? > > Thanks in advance, Lars Bj?rndal > > _______________________________________________ > Blinux-list mailing list > Blinux-list at redhat.com > https://listman.redhat.com/mailman/listinfo/blinux-list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Daisy-player ` Daisy-player blinux-list @ ` blinux-list ` Daisy-player blinux-list 0 siblings, 1 reply; 9+ messages in thread From: blinux-list @ UTC (permalink / raw) On Sun, Sep 11, 2022 at 11:54:29PM +0000, Linux for blind general discussion wrote: > Hi, > > No clue, sorry, but for your information the new repository is: > https://github.com/book-readers/daisy-player > > Didier Spaier Thank you. After doing ./configure; make, I get another problem: make[2]: Entering directory '/home/lrs/tmp/daisy-player/man' ./daisy-player.1: troff or preprocessor input, ASCII text, with very long lines (680) make[2]: Leaving directory '/home/lrs/tmp/daisy-player/man' Making all in doc make[2]: Entering directory '/home/lrs/tmp/daisy-player/doc' make[2]: *** No rule to make target 'Readme', needed by 'all-am'. Stop. make[2]: Leaving directory '/home/lrs/tmp/daisy-player/doc' make[1]: *** [Makefile:587: all-recursive] Error 1 make[1]: Leaving directory '/home/lrs/tmp/daisy-player' make: *** [Makefile:526: all] Error 2 If doing make in the src dir, I still get the sox.h not found, even though the sox.h file is in /usr/include/sox/sox.h. Lars > Le 11/09/2022 ? 19:54, Linux for blind general discussion a ?crit?: > > Hi, all! > > > > I downloaded daisy-player v.13.0 from http://jlemmens.nl/, direct link: > > <http://ta.twi.tudelft.nl/dv/staff/lemmens/jlemmens.nl/daisy-player-13.0.tar.gz> > > > > When trying to compile from a Fedora 35 system, I get a fatal error: > > > > In file included from alsa_ctl.c:21: > > daisy.h:38:10: fatal error: sox.h: no such file or directory > > 38 | #include <sox.h> > > | ^~~~~~~ > > > > I've installed the sox-devel package. Any idea on how I can fix this? > > > > Thanks in advance, Lars Bj?rndal > > > > _______________________________________________ > > Blinux-list mailing list > > Blinux-list at redhat.com > > https://listman.redhat.com/mailman/listinfo/blinux-list > > _______________________________________________ > Blinux-list mailing list > Blinux-list at redhat.com > https://listman.redhat.com/mailman/listinfo/blinux-list ^ permalink raw reply [flat|nested] 9+ messages in thread
* Daisy-player ` Daisy-player blinux-list @ ` blinux-list ` Daisy-player blinux-list 0 siblings, 1 reply; 9+ messages in thread From: blinux-list @ UTC (permalink / raw) Linux for blind general discussion, le mar. 13 sept. 2022 21:08:46 +0200, a ecrit: > On Sun, Sep 11, 2022 at 11:54:29PM +0000, Linux for blind general discussion wrote: > > No clue, sorry, but for your information the new repository is: > > https://github.com/book-readers/daisy-player > > > > Didier Spaier > > Thank you. > > After doing ./configure; make, I get another problem: It looks there were bugs in the repository indeed. I have pushed fixes. Thanks for the report, Samuel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Daisy-player ` Daisy-player blinux-list @ ` blinux-list ` Daisy-player blinux-list 0 siblings, 1 reply; 9+ messages in thread From: blinux-list @ UTC (permalink / raw) On Tue, Sep 13, 2022 at 09:36:08PM +0200, Linux for blind general discussion wrote: > Linux for blind general discussion, le mar. 13 sept. 2022 21:08:46 +0200, a ecrit: > > On Sun, Sep 11, 2022 at 11:54:29PM +0000, Linux for blind general discussion wrote: > > > No clue, sorry, but for your information the new repository is: > > > https://github.com/book-readers/daisy-player > > > > > > Didier Spaier > > > > Thank you. > > > > After doing ./configure; make, I get another problem: > > It looks there were bugs in the repository indeed. I have pushed fixes. > > Thanks for the report, Thanks for the solution. I was able to compile the source by making a symlink from /usr/include/sox/sox.h to /usr/include/sox.h. Shouldn't the compilation process also search for the sox.h in /usr/include/sox/? Thanks - Lars ^ permalink raw reply [flat|nested] 9+ messages in thread
* Daisy-player ` Daisy-player blinux-list @ ` blinux-list ` Daisy-player blinux-list 0 siblings, 1 reply; 9+ messages in thread From: blinux-list @ UTC (permalink / raw) Linux for blind general discussion, le mer. 14 sept. 2022 07:03:24 +0200, a ecrit: > On Tue, Sep 13, 2022 at 09:36:08PM +0200, Linux for blind general discussion wrote: > > Linux for blind general discussion, le mar. 13 sept. 2022 21:08:46 +0200, a ecrit: > > > On Sun, Sep 11, 2022 at 11:54:29PM +0000, Linux for blind general discussion wrote: > > > > No clue, sorry, but for your information the new repository is: > > > > https://github.com/book-readers/daisy-player > > > > > > > > Didier Spaier > > > > > > Thank you. > > > > > > After doing ./configure; make, I get another problem: > > > > It looks there were bugs in the repository indeed. I have pushed fixes. > > > > Thanks for the report, > > Thanks for the solution. > > I was able to compile the source by making a symlink from /usr/include/sox/sox.h to /usr/include/sox.h. Shouldn't the compilation process also search for the sox.h in /usr/include/sox/? It's probably missing the use of pkg-config. What does pkg-config --cflags sox emit? Samuel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Daisy-player ` Daisy-player blinux-list @ ` blinux-list ` Daisy-player blinux-list 0 siblings, 1 reply; 9+ messages in thread From: blinux-list @ UTC (permalink / raw) On Wed, Sep 14, 2022 at 09:06:11AM +0200, Linux for blind general discussion wrote: > Linux for blind general discussion, le mer. 14 sept. 2022 07:03:24 +0200, a ecrit: > > On Tue, Sep 13, 2022 at 09:36:08PM +0200, Linux for blind general discussion wrote: > > > Linux for blind general discussion, le mar. 13 sept. 2022 21:08:46 +0200, a ecrit: > > > > On Sun, Sep 11, 2022 at 11:54:29PM +0000, Linux for blind general discussion wrote: > > > > > No clue, sorry, but for your information the new repository is: > > > > > https://github.com/book-readers/daisy-player > > > > > > > > > > Didier Spaier > > > > > > > > Thank you. > > > > > > > > After doing ./configure; make, I get another problem: > > > > > > It looks there were bugs in the repository indeed. I have pushed fixes. > > > > > > Thanks for the report, > > > > Thanks for the solution. > > > > I was able to compile the source by making a symlink from /usr/include/sox/sox.h to /usr/include/sox.h. Shouldn't the compilation process also search for the sox.h in /usr/include/sox/? > > It's probably missing the use of pkg-config. What does > > pkg-config --cflags sox > > emit? -I/usr/include/sox Lars ^ permalink raw reply [flat|nested] 9+ messages in thread
* Daisy-player ` Daisy-player blinux-list @ ` blinux-list ` Daisy-player blinux-list 0 siblings, 1 reply; 9+ messages in thread From: blinux-list @ UTC (permalink / raw) Linux for blind general discussion, le mer. 14 sept. 2022 10:15:40 +0200, a ecrit: > On Wed, Sep 14, 2022 at 09:06:11AM +0200, Linux for blind general discussion wrote: > > Linux for blind general discussion, le mer. 14 sept. 2022 07:03:24 +0200, a ecrit: > > > On Tue, Sep 13, 2022 at 09:36:08PM +0200, Linux for blind general discussion wrote: > > > > Linux for blind general discussion, le mar. 13 sept. 2022 21:08:46 +0200, a ecrit: > > > > > On Sun, Sep 11, 2022 at 11:54:29PM +0000, Linux for blind general discussion wrote: > > > > > > No clue, sorry, but for your information the new repository is: > > > > > > https://github.com/book-readers/daisy-player > > > > > > > > > > > > Didier Spaier > > > > > > > > > > Thank you. > > > > > > > > > > After doing ./configure; make, I get another problem: > > > > > > > > It looks there were bugs in the repository indeed. I have pushed fixes. > > > > > > > > Thanks for the report, > > > > > > Thanks for the solution. > > > > > > I was able to compile the source by making a symlink from /usr/include/sox/sox.h to /usr/include/sox.h. Shouldn't the compilation process also search for the sox.h in /usr/include/sox/? > > > > It's probably missing the use of pkg-config. What does > > > > pkg-config --cflags sox > > > > emit? > > -I/usr/include/sox Ok, that's why. I have now fixed ./configure into using pkg-config, that should fix such kind of bug. Samuel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Daisy-player ` Daisy-player blinux-list @ ` blinux-list 0 siblings, 0 replies; 9+ messages in thread From: blinux-list @ UTC (permalink / raw) [Samuel] > > > It's probably missing the use of pkg-config. What does > > > > > > pkg-config --cflags sox > > > > > > emit? > > > > -I/usr/include/sox > > Ok, that's why. I have now fixed ./configure into using pkg-config, that > should fix such kind of bug. Thanks a lot. Works perfectly. Lars ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Daisy-player blinux-list
` Daisy-player blinux-list
` Daisy-player blinux-list
` Daisy-player blinux-list
` Daisy-player blinux-list
` Daisy-player blinux-list
` Daisy-player blinux-list
` Daisy-player blinux-list
` Daisy-player blinux-list
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).