xfig packaging dependency

2019-03-09 Thread Lloyd Wood via cygwin
shouldn't the netpbm package be a necessary dependency for the xfig package, to prevent 'bad gif format' messages and much headscratching? $ Warning: Missing charsets in String to FontSet conversion /bin/sh: giftopnm: command not found /bin/sh: ppmtopcx: command not found wasn't much of a clue t

cygwin Tcl oddity

2018-09-04 Thread Lloyd Wood via cygwin
$ tclsh % puts [expr 2+2] 4 % puts [expr 2.0+2.0] (hangs, should return 4.0) $ which tclsh /usr/bin/tclsh info tclversion returns 8.6, of course (8.6.8-1) Linux tclsh doesn't have this issue. This is on 32-bit cygwin; 64-bit cygwin seems a bit more robust, but if you keep asking it to sum

relationship between Cygwin and Redhat / Fedora packages?

2017-06-22 Thread Lloyd Wood via cygwin
What is the relationship between Cygwin packages and Red Hat rpms at this point? If something gets picked up for Cygwin, is it likely to make its way into e.g. Fedora, or vice versa? thanks Lloyd Wood http://savi.sf.net/ -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: configure fails on checking ino_t

2017-06-10 Thread Lloyd Wood via cygwin
Ken, you're right; I'm so used to seeing those modules listed that I forgot that how they get there recently changed. (Well, recently in Geomview terms...) Separate modules from base Geomview now, xforms is no longer a dependency, which is good. So, the base Geomview is good to go into Cygwin w

Re: configure fails on checking ino_t

2017-06-09 Thread Lloyd Wood via cygwin
On 6/7/2017 2:21 AM, Lloyd Wood via cygwin wrote: > download geomview 1.9.5 from http://www.geomview.org > this used to build on cygwin 32-bit. I've just build geomview-1.9.5 on both 32-bit and 64-bit Cygwin, using the attached cygport file and patches. If it works well, I&

Re: configure fails on checking ino_t

2017-06-07 Thread Lloyd Wood via cygwin
Aha! just slightly later in config.log: configure:17957: checking for ino_t configure:17957: gcc -c -g -O2 conftest.c >&5 configure:17957: $? = 0 configure:17957: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:94:20: error: expected expression before ')' token if (

Re: configure fails on checking ino_t

2017-06-07 Thread Lloyd Wood via cygwin
hi Csaba that part of config.log is not interesting: [..] configure:17948: result: yes configure:17957: checking for ino_t configure:17957: gcc -c -g -O2 conftest.c >&5 configure:17957: $? = 0 configure:17957: gcc -c -g -O2 conftest.c >&5 [..] I'm very puzzled. But don't run Cygwin setup in c

configure fails on checking ino_t

2017-06-06 Thread Lloyd Wood via cygwin
download geomview 1.9.5 from http://www.geomview.org this used to build on cygwin 32-bit. Did so for a number of years. Now, it doesn't, because something changed. $ tar xvfz geomview-1.9.5.tar.gz $ cd geomview-1.9.5 ./configure [..] checking for dev_t... yes checking for ino_t... yes checking

two installer questions

2017-05-30 Thread Lloyd Wood via cygwin
1. setting up new cygwin X server, got stuff installed by selecting xinit in installer and letting it pull things in. (oddly, selecting xterm instead does not pull in everything as I expected.) But why is adwaita-icon-theme a necessary dependency for xinit? I'm not installing gnome... 2. I previo

ino_t and d_ino now a thing again?

2017-05-30 Thread Lloyd Wood via cygwin
Hi, on attempting to build Geomview 1.9.5 on current updated Cygwin, configure fails oddly: ./configure [..] checking for time_t... yes checking size of dev_t... 4 checking size of ino_t... configure: error: in `/home/lloyd/savi/geomview-1.9.5': configure: error: cannot compute sizeof (ino_t)