octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Creating a Snapshot


From: John W. Eaton
Subject: Creating a Snapshot
Date: Thu, 18 May 2006 00:58:49 -0400

On 17-May-2006, Bill Denney wrote:

| I'm wanting to build the CVS version of 2.9.5+ in cygwin, but cygwin 
| doesn't have an up-to-date gperf.

Gperf is easy to install, so you could just install a copy of that on
your Cygwin system in a location that is in your path, then run
configure again.

Or, if you don't want to do that, the files generated by gperf are
system independent, so you can copy the src/oct-gperf.h file from
another system where you do have gperf installed.

| So, I decided to try to make a snapshot 
| build like what John distributes.  When I did a make snapshot in Linux and 
| tried to build that in cygwin, I got
| 
| /usr/include/sys/signal.h:18: error: conflicting types for `sigset_t'
| ../../config.h:889: error: previous declaration of `sigset_t'
| 
| And similar for nlink_t, dev_t, and ino_t.
| 
| How should I be doing this correctly?

How did you make the snapshot?  Did you run configure followed by make
dist?

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]