Re: vdr-epg-daemon-1.1.128 compiles fine on f26 but not on higher fedora version

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> On 09/02/18 15:01 -0000, Martin Gansser wrote:
> 
> This suggests the package is not using the mariadb API correctly, and
> should be including a different header.
> 
> 
> And this is probably for the same reason: <m_ctype.h> is not part of
> the public API for mariadb clients.
> 
> Did you try replacing <my_global.h> and <my_sys.h> and <m_ctype.h>
> with <mysql.h> ?

Thanks for pointing this out, it is now compiling by replacing the correct header files.

sed -i -e 's|# include <my_global.h>|# include <mysql.h>|' epglv/src/epglv.h
sed -i -e 's|# include <my_sys.h>|# include <mysql.h>|' epglv/src/epglv.h
sed -i -e 's|#include <m_ctype.h>|#include <mysql.h>|' epglv/src/epglv.h
sed -i -e 's|#include <m_string.h>|#include <mysql.h>|' epglv/src/epglv.h
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux