public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Problem on HPUX 11.23 using gcc 3.4.3
@ 2005-05-18 14:23 Alberto Iribarren
  0 siblings, 0 replies; only message in thread
From: Alberto Iribarren @ 2005-05-18 14:23 UTC (permalink / raw)
  To: gcc-help

Hi:

I am porting an application on HPUX B.11.23 IA64 using gcc 3.4.3 (gcc
downloaded from HP site).
An error happens in any source file that includes the file
"/usr/include/sys/ipc.h" .
The error is:
/usr/include/sys/ipc.h:51: error: 'cid_t' does not name type

Compiling this source code it occurs too, using both gcc and g++:

#include <stdio.h>
#include <sys/types.h>
#include <sys/ipc.h>

int main() {
    return 0;
}

In the ipc.h file there is a struct definition that has a member called
cid. This member is a type "cid_t" variable. 
The problem is that "cid_t" is not defined. And I don't know what to
define (using -D option).

Thanks.
-- 
Alberto Iribarren <albertoi@intersoft.com.ar>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-18 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-18 14:23 Problem on HPUX 11.23 using gcc 3.4.3 Alberto Iribarren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).