Make Error cmyth

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
duckvader Offline
Junior Member
Posts: 9
Joined: Jun 2012
Reputation: 0
Post: #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
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,174
Joined: Nov 2003
Reputation: 82
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 Offline
Junior Member
Posts: 9
Joined: Jun 2012
Reputation: 0
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 Offline
Grumpy Bastard Developer
Posts: 12,174
Joined: Nov 2003
Reputation: 82
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 Offline
Junior Member
Posts: 9
Joined: Jun 2012
Reputation: 0
Post: #5
Yep its now installed and the make and make install are successful!!
find quote