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
Make Error cmyth
duckvader
Junior Member Joined: Jun 2012 Reputation: 0 |
2012-06-26 03:16
Post: #1
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2012-06-26 07:11
Post: #2
So install the dependency it asks for (hint starts with my ends with client is listed in the read me)
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
duckvader
Junior Member Joined: Jun 2012 Reputation: 0 |
2012-06-26 16:08
Post: #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.
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2012-06-26 16:31
Post: #4
*libmysqlclient-dev
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
duckvader
Junior Member Joined: Jun 2012 Reputation: 0 |
2012-06-26 18:22
Post: #5
Yep its now installed and the make and make install are successful!!
|
| find quote |

Search
Help