[resolu]#include <sys/types.h>

Résolu
RedSkidy -  
 RedSkidy -
bonjour
j'essaye d'installer la bibliothèque SDL avec code blocks mais en compilant un programme censé marcher code blocks m'ouvre un fichier (SDL_stdinc.h) qui ne veut pas compiler a cause de la ligne #include <sys/types.h>
le code du .h :


 1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/

/**
* \file SDL_stdinc.h
*
* This is a general header that includes C language support.
*/

#ifndef _SDL_stdinc_h
#define _SDL_stdinc_h

#include "SDL_config.h"


#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> // <<<<<<<<<<<<< ICI <<<<<<<<<<<<
#endif
//...encore 700 lignes

quelqu'un aurait la solution ?
merci

2 réponses

sambia39 Messages postés 610 Date d'inscription   Statut Membre Dernière intervention   49
 
Bonsoir
il ne veux pas compilé a cause de
#include <sys/types.h>
, où il trouve pas le fichier à inclure ??
0
RedSkidy
 
c'est bon j'ai réglé le problemme mais maintenant j'arrive pas a compiler glew
0