Re: 1.7 unattended install

2009-10-11 Thread Ralph Hempel
paul.hermeneu...@gmail.com wrote: Perhaps you or someone is already doing this, so my suggestion may be moot. For each package, could the package name be prefixed by an operator to indicate what action to take? + install - uninstall ~ reinstall ^ source --packages curl,-apache,+apache2,

Re: 1.7 unattended install

2009-10-11 Thread paul . hermeneutic
On Sat, Oct 10, 2009 at 23:47, Andy Koppe wrote: > 2009/10/10  : >> When I use the script above, it appears that the --site I specify is >> added to the list.  However, using that entry always results in the >> failure message: >> >>    Unable to get setup-2.ini from

Re: gdb, insight, and tcltk

2009-10-11 Thread Charles Wilson
Christopher Faylor wrote: > With all due respect, Chuck, when are interactions with you ever > *minimal*? Nearly every message you send is a slightly longer retelling > of War and Peace. :-) Rgt. Wz trng t ly out al issuz to permnently nd subthrd wrt gdb/insight. So no mor dscssn abt that. > I

Re: Rsync hanging

2009-10-11 Thread Angelo Graziosi
Derek Kalweit wrote: I've been struggling with for a while with rsync hanging randomly on different files. Indeed! :-/ For example I use: rsync -avz --progress --delete --exclude=2008 --exclude=mactex* --exclude=Mac* tug.org::texlive/tlnet/ /tmp/tl2009_repo Just a curiosity... 'ps' shows

X keyboard not working after re-install

2009-10-11 Thread Dr. Richard Engelkemeir
I ran ccygwin setup to download developer tools for ncurses. It also downloaded uninstalled and re-installed several other packages. I did this while I had cygwin with XWin --multiwindow running and both xterm(s) and emacs (X) running. I got a message about 'being in use' and closed my windows, la

Re: cmake 2.6.4-1 source is not source

2009-10-11 Thread Christopher Faylor
On Sat, Oct 10, 2009 at 11:34:44AM -0400, Andrew Moise wrote: > Hi all. > When I install the source to cygwin's cmake 2.6.4-1, all I get is a >tarball with bin/ and share/ directories (i.e. an installation tarball >with no source). Providing actual source would be a bit more useful >:-). source

Re: gdb, insight, and tcltk

2009-10-11 Thread Christopher Faylor
On Sat, Oct 10, 2009 at 07:30:10AM -0400, Charles Wilson wrote: >Christopher Faylor wrote: >>I'm sorry. I haven't been giving this my full attention since I have a >>working version of gdb and insight and thought you were asking insight >>questions. > >'salright. > >>I'm wondering if it would just

Re: call win32 psql from cygwin

2009-10-11 Thread Andy Koppe
2009/10/11 Sivaram Neelakantan: > I installed the win32 binary of PostgreSQL 8.4 in C:/PostgreSQL. > Launching mintty in cygwin and calling psql, the only thing that seems > to work is the psql --help call. > > $/cygdrive/c/PostgreSQL/8.4/bin/psql  -d mf -U sivaram > > simply waits till I hit Ctrl-

Re: [warning: implicit declaration of function] if enable flag std=c99

2009-10-11 Thread Dave Korn
Andy Koppe wrote: > 2009/10/11 Salvatore Santagati: >> Nope, but under Linux works as well ( with and without std=c99 ) , >> under cygwin if enable std=c99 >> I've these type of warning ( source code here is only an example ) > > Seems Linux has got it wrong then, because ftello and fseeko are not

call win32 psql from cygwin

2009-10-11 Thread Sivaram Neelakantan
I installed the win32 binary of PostgreSQL 8.4 in C:/PostgreSQL. Launching mintty in cygwin and calling psql, the only thing that seems to work is the psql --help call. $/cygdrive/c/PostgreSQL/8.4/bin/psql -d mf -U sivaram simply waits till I hit Ctrl-C. Is it possible at all to use the win32 d

Re: [warning: implicit declaration of function] if enable flag std=c99

2009-10-11 Thread Andy Koppe
2009/10/11 Salvatore Santagati: > Nope, but under Linux works as well ( with and without std=c99 ) , > under cygwin if enable std=c99 > I've these type of warning ( source code here is only an example ) Seems Linux has got it wrong then, because ftello and fseeko are not standard C99 functions. Us

Re: [warning: implicit declaration of function] if enable flag std=c99

2009-10-11 Thread Salvatore Santagati
Nope, but under Linux works as well ( with and without std=c99 ) , under cygwin if enable std=c99 I've these type of warning ( source code here is only an example ) anyway if i am off topic sorry Salvatore On Sun, Oct 11, 2009 at 6:40 PM, Andy Koppe wrote: >> I've tried to compile a source co

Re: [warning: implicit declaration of function] if enable flag std=c99

2009-10-11 Thread Andy Koppe
> I've tried to compile a source code[1] with this flags > "-D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith > -Wcast-align -std=c99" and output is > > lfs.c: In function 'main': > lfs.c:26: warning: implicit declaration of function 'fseeko' > lfs.c:28: warning: implicit declaration of

[warning: implicit declaration of function] if enable flag std=c99

2009-10-11 Thread Salvatore Santagati
Hi I've tried to compile a source code[1] with this flags "-D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -std=c99" and output is lfs.c: In function 'main': lfs.c:26: warning: implicit declaration of function 'fseeko' lfs.c:28: warning: implicit declaration of function