----- Original Message -----
From: ML mail
To: Discussion forum for gnokii users.
Sent: Friday, April 20, 2007 5:47 PM
Subject: Re: Compiling 0.6.14 on Solaris 10 SPARC
I have added the include to sys/types.h in gnokii-calendar.c for example
and reran everything but unfortunately still the same error. Here is an
extract of >gnokii/gnokii-calendar.c where you can see where I inserted the
sys/types.h line:
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#define _GNU_SOURCE
#include <getopt.h>
Is this correct ?