Help!

Missing define

 
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Development RSS
Next:  Help needed to get dbopen to work.  
Author Message
Oleg Lego
External


Since: Dec 19, 2006
Posts: 2



PostPosted: Tue Dec 19, 2006 12:06 am    Post subject: Missing define
Archived from groups: linux>redhat>devel (more info?)


I hope I'm in the right place for this. I am working on a port of a
Windows program, and am having some problems. I expected to have to
write a number of system calls from scratch, but my problems are far
more basic than that.

I am running Fedora Core 3, and trying to compile the program with
gcc.

1. time_t does not seem to be defined anywhere in /usr/include/, yet
it is used in a fair number of include files.

2. size_t is only defined in malloc.h, which is not included
(according to makedepend) by any of the headers that get included.
From what I know, which isn't much, I thought I'd find it in stddef.h
or cstddef.h

Hit me if I'm overlooking something simple.

Thanks,
Larry
Back to top
Oleg Lego
External


Since: Dec 19, 2006
Posts: 2



PostPosted: Tue Dec 19, 2006 11:38 am    Post subject: Re: Missing define [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The Oleg Lego entity posted thusly:

>I hope I'm in the right place for this. I am working on a port of a
>Windows program, and am having some problems. I expected to have to
>write a number of system calls from scratch, but my problems are far
>more basic than that.
>
>I am running Fedora Core 3, and trying to compile the program with
>gcc.
>
>1. time_t does not seem to be defined anywhere in /usr/include/, yet
>it is used in a fair number of include files.
>
>2. size_t is only defined in malloc.h, which is not included
>(according to makedepend) by any of the headers that get included.
>From what I know, which isn't much, I thought I'd find it in stddef.h
>or cstddef.h
>
>Hit me if I'm overlooking something simple.

It was something simple. Problem solved.
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Development All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum