WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: missing sql.h file  (Read 8215 times)

Offline basil123

  • Newbie
  • *
  • Posts: 4
missing sql.h file
« on: May 17, 2013, 04:36:08 PM »
i have installed all required tcz for mysql files
mysql-dev.tcz
mysql-client.tcz
mysql-doc.tcz
mysql.tcz

but when i compile the source code its says cannot locate directory mysql/mysql.h
although this file exisit in usr/local/mysql/include

how can i locate the file plzz help

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: missing sql.h file
« Reply #1 on: May 17, 2013, 05:01:45 PM »
Fix the source.  mysql/mysql.h is not a directory, and mysql.h is not in mysql.
Fix the make file to define the correct  -I, or fix the source file to reference the correct include file.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: missing sql.h file
« Reply #2 on: May 17, 2013, 05:03:54 PM »