Details
- 
    
Bug
 - 
    Status: Closed (View Workflow)
 - 
    
Major
 - 
    Resolution: Not a Bug
 - 
    2.1
 - 
    None
 - 
    None
 - 
    Debian
 
Description
I am compiling with gcc from source and i included the binaries into my project.
I try tro compile with an exemple like : "print("version %n\n", mysql_get_client_info());
And I have this error : redeclaration of c++ built-in type 'bool' in my_global.h
It is an error of linking, compilation, or an issue ?