Re: vdr-epg-daemon-1.2.3: error: 'pthread_mutexattr_init' was not declared in this scope

2022-08-03 Thread Martin Gansser
adding missing header files works. Many Thanks ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: vdr-epg-daemon-1.2.3: error: 'pthread_mutexattr_init' was not declared in this scope

2022-08-03 Thread Florian Weimer
* Martin Gansser: > In file included from lib/epgservice.h:13, > from epgdconfig.c:8: > lib/common.h: In member function 'void MemoryStruct::clear()': > lib/common.h:218:20: error: 'time' was not declared in this scope; did you > mean 'tm'? > 218 | modTime = time(0);

Re: vdr-epg-daemon-1.2.3: error: 'pthread_mutexattr_init' was not declared in this scope

2022-08-02 Thread Martin Gansser
ok had to define the correct vdr-devel version in the spec file, now i get a other error message: + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']' + /usr/lib/rpm/generate-rpm-note.sh vdr-epg-daemon 1.2.3-3.fc37 x86_64 + cd vdr-epg-daemon-1.2.3 + /usr/bin/make -O -j48 V=1 VERBOSE=1 (cd lib &&

Re: vdr-epg-daemon-1.2.3: error: 'pthread_mutexattr_init' was not declared in this scope

2022-08-02 Thread Florian Weimer
* Martin Gansser: > Hi, > > get a build error [1] when compiling vdr-epg-daemon-1.2.3 on Fedora 37. > > How can I fix this? > Thanks a lot > > [1] https://kojipkgs.fedoraproject.org//work/tasks/8019/89928019/build.log Looks definitely a bit weird. There's no include for . I have no idea how

vdr-epg-daemon-1.2.3: error: 'pthread_mutexattr_init' was not declared in this scope

2022-08-02 Thread Martin Gansser
Hi, get a build error [1] when compiling vdr-epg-daemon-1.2.3 on Fedora 37. How can I fix this? Thanks a lot [1] https://kojipkgs.fedoraproject.org//work/tasks/8019/89928019/build.log ___ devel mailing list -- devel@lists.fedoraproject.org To