Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » Releasing U++ » Not compile example reference/SQL_MySql in ROSA Linux R6
Not compile example reference/SQL_MySql in ROSA Linux R6 [message #45936] Thu, 28 January 2016 15:35 Go to previous message
Navadvipa Chandra das is currently offline  Navadvipa Chandra das
Messages: 34
Registered: January 2016
Location: DPR, Donetsk region, Chay...
Member

Hello, All!

I needed access to the database MySql. But even the standard example (reference/SQL_MySql) of the box of Ultimate++ is not working.

/home/navadvipa/upp/uppsrc/MySql/MySql.h:16:25: fatal error: mysql/mysql.h: No such file or directory
#include <mysql/mysql.h>
compilation terminated.

In the file MySql/MySql.h has the following lines

#ifdef PLATFORM_POSIX
#include <mysql/mysql.h>
#endif

But even if you correct the file name to the correct case-sensitive

#ifdef PLATFORM_POSIX
#include <MySql/MySql.h>
#endif

it is still not working. It gives other errors. Can somebody help to rectify the situation?

The version of Ultimate++ 9435 (64 bit) (Gtk)

The other examples work well. But all examples I is not checked.

Thank you!

With best regards Navadvipa Chandra das.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: U++ Package availability for LinuxMint
Next Topic: Theide problem on lubuntu 16.04 dolik ppa
Goto Forum:
  


Current Time: Fri Apr 26 23:27:40 CEST 2024

Total time taken to generate the page: 0.05435 seconds