Make Error cmyth
#1
I am getting the following errors when I try to "make". Any help would be great.
!
make -C lib/cmyth
make[1]: Entering directory `/opt/xbmc/lib/cmyth'
make -C libcmyth
make[2]: Entering directory `/opt/xbmc/lib/cmyth/libcmyth'
CC lib/cmyth/libcmyth/bookmark.o
In file included from bookmark.c:24:
./cmyth_local.h:37:25: error: mysql/mysql.h: No such file or directory
In file included from bookmark.c:24:
./cmyth_local.h:125: error: expected specifier-qualifier-list before âMYSQLâ
./cmyth_local.h:416: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
./cmyth_local.h:443: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
make[2]: *** [bookmark.o] Error 1
make[2]: Leaving directory `/opt/xbmc/lib/cmyth/libcmyth'
make[1]: *** [libcmyth/libcmyth.a] Error 2
make[1]: Leaving directory `/opt/xbmc/lib/cmyth'
make: *** [cmyth] Error 2
Reply
#2
So install the dependency it asks for (hint starts with my ends with client is listed in the read me)
Reply
#3
Well you would have thought that after spending hours getting all the necessary lib's installed that I would have remembered to install the mysql-devel packages. Thanks spiff. I will have to see if it will fire up once I get home.
Reply
#4
*libmysqlclient-dev
Reply
#5
Yep its now installed and the make and make install are successful!!
Reply

Logout Mark Read Team Forum Stats Members Help
Make Error cmyth0