[opensuse-factory] unknown type name 'size_t' in /usr/include/scsi/sg.h
Under latest Factory rebuild: [ 136s] /usr/include/scsi/sg.h:38:3: error: unknown type name 'size_t' I do not know to what package this file belongs. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
El 24/11/12 12:44, Ilya Chernykh escribió:
Under latest Factory rebuild:
[ 136s] /usr/include/scsi/sg.h:38:3: error: unknown type name 'size_t'
I do not know to what package this file belongs.
You have to #include <sys/types.h> *Before* sg.h -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Cristian Rodríguez <crrodriguez@opensuse.org> wrote:
El 24/11/12 12:44, Ilya Chernykh escribió:
Under latest Factory rebuild:
[ 136s] /usr/include/scsi/sg.h:38:3: error: unknown type name 'size_t'
I do not know to what package this file belongs.
You have to #include <sys/types.h> *Before* sg.h
A *long* time ago, POSIX decided that include files have to be self including and complete. I recommend to file a bug report. Jörg -- EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin js@cs.tu-berlin.de (uni) joerg.schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
Cristian Rodríguez
-
Ilya Chernykh
-
Joerg Schilling