public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Compiling Heimdal
@ 2014-04-09 15:59 Henry S. Thompson
  2014-04-09 17:26 ` Yaakov (Cygwin/X)
  0 siblings, 1 reply; 14+ messages in thread
From: Henry S. Thompson @ 2014-04-09 15:59 UTC (permalink / raw)
  To: cygwin

Trying to build heimdal to debug other problem.  Installed sources,
installed missing dependency of gettext-devel, hit a previously known
problem (?):

  /usr/local/src/heimdal-1.5.3/heimdal-1.5.3-1/src/heimdal-1.5.3/lib/libedit/src/editline/readline.h:79:29: fatal error: sys/ttydefaults.h: No such file or directory
 #include <sys/ttydefaults.h>

This fixed it, maybe:

***
heimdal-1.5.3-1/src/heimdal-1.5.3/lib/libedit/src/editline/readline.h~
     2012-12-09 22:06:44.000000000 +0000
---
heimdal-1.5.3-1/src/heimdal-1.5.3/lib/libedit/src/editline/readline.h
     2014-04-09 16:47:29.174398900 +0100
***************
*** 75,81 ****

  #ifndef CTRL
  #include <sys/ioctl.h>
! #if !defined(__sun) && !defined(__hpux) && !defined(_AIX)
  #include <sys/ttydefaults.h>
  #endif
  #ifndef CTRL
--- 75,81 ----

  #ifndef CTRL
  #include <sys/ioctl.h>
! #if !defined(__sun) && !defined(__hpux) && !defined(_AIX) &&
!defined(__CYGWIN__)
  #include <sys/ttydefaults.h>
  #endif
  #ifndef CTRL

Next problem:

/usr/local/src/heimdal-1.5.3/heimdal-1.5.3-1/build/lib/sqlite/.libs/libheimsqlite.a(sqlite3.o):
In function `winFullPathname':
/usr/src/debug/heimdal-1.5.3-1/lib/sqlite/sqlite3.c:34367: undefined
reference to `cygwin_conv_to_full_win32_path'

This appears to be a well-known problem -- how did this stuff get
shipped?  How did the heimdal package maintainers manage to build this
with the patches as shipped?  I'm confused.

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-04-10 15:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-09 15:59 Compiling Heimdal Henry S. Thompson
2014-04-09 17:26 ` Yaakov (Cygwin/X)
2014-04-09 17:47   ` Henry S. Thompson
2014-04-09 17:56     ` Achim Gratz
2014-04-09 18:39     ` Yaakov (Cygwin/X)
2014-04-10  7:42       ` Csaba Raduly
2014-04-10  8:04         ` Corinna Vinschen
2014-04-10 11:19           ` Achim Gratz
2014-04-10 12:18             ` Corinna Vinschen
2014-04-10 13:15               ` Achim Gratz
2014-04-10 13:51                 ` Corinna Vinschen
2014-04-10 14:01                   ` Ken Brown
2014-04-10 14:54                     ` Corinna Vinschen
2014-04-10 15:40                     ` Achim Gratz

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).