[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Cannot Build svn 0.21.0 server on Solaris 2.8

From: Martin v. Löwis <martin_at_v.loewis.de>
Date: 2003-05-01 23:10:20 CEST

phLi wrote:

> Meant to include that, sorry:
>
> extern int sigwait(const sigset_t *, int *);

So the error is that it doesn't have a definition for sigset_t.

Can you find out where sigset_t is defined? Can
you then find out whether the header that defines sigset_t is
included before signal.h is included? If the definition of
sigset_t is conditional, what are the conditions?

Use grep to find the declaration of types in headers. If using
gcc, use --trace-includes to find out what header files are
included in what order. Use vi to find out whether a certain
line in a file is indeed a declaration, and whether it is
conditional.

Regards,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 1 23:11:19 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.