Missing libs when compiling GTK+ code

2005-03-26 Thread Radek Vokal
I'm trying to compile my project under Cygwin/X and faced several problems. The first one was missing libXrender.la file. Thanx to this mailing list I've solved this issue but right after fixing this the makefile reports: gcc.exe: /usr/lib/libgpg-error.dll.a: No such file or directory gcc.exe:

Re: Missing libs when compiling GTK+ code

2005-03-26 Thread Gerrit P. Haase
Radek Vokal wrote: I'm trying to compile my project under Cygwin/X and faced several problems. The first one was missing libXrender.la file. Thanx to this mailing list I've solved this issue but right after fixing this the makefile reports: gcc.exe: /usr/lib/libgpg-error.dll.a: No such file or

Re: Missing libs when compiling GTK+ code

2005-03-26 Thread Radek Vokal
On Sat, 26 Mar 2005 20:26:36 +0100, Gerrit P. Haase [EMAIL PROTECTED] wrote: Radek Vokal wrote: I'm trying to compile my project under Cygwin/X and faced several problems. The first one was missing libXrender.la file. Thanx to this mailing list I've solved this issue but right after

Re: fixing XTerm colors

2005-03-26 Thread Michael Wardle
Alexander Gottwald wrote: On Thu, 24 Mar 2005, Michael Wardle wrote: It seems that startx starts an XTerm with a yellow foreground and a black background, but subsequent invocations of XTerm will use the user's settings. [...] So there are basicly two solutions: - remove the options and start

Re: Fwd: GLXUnsupportedPrivateRequest error with Xwin_gl.exe

2005-03-26 Thread Igor Pechtchanski
On Fri, 25 Mar 2005, David Cameron wrote: However, Gazebo now dies immediately after with the cryptic message Bad System Call: $ gazebo.exe example.world *** Gazebo 0.5.1 *** using display [127.0.0.1:0.0] rendering: [GLX offscreen] direct [no] RGBA [8 8 8 8] depth [16] Bad system call I

Re: Missing libs when compiling GTK+ code

2005-03-26 Thread Igor Pechtchanski
On Sat, 26 Mar 2005, Radek Vokal wrote: On Sat, 26 Mar 2005 20:26:36 +0100, Gerrit P. Haase [EMAIL PROTECTED] wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Radek Vokal wrote: I'm trying to compile my project under Cygwin/X and faced several problems. The first one was

winsup/cygwin ChangeLog Makefile.in cygthread. ...

2005-03-26 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2005-03-27 01:57:39 Modified files: cygwin : ChangeLog Makefile.in cygthread.cc cygthread.h cygtls.cc cygwin.din debug.cc exceptions.cc

winsup/cygwin ChangeLog signal.cc include/search.h

2005-03-26 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2005-03-27 02:31:33 Modified files: cygwin : ChangeLog signal.cc cygwin/include : search.h Log message: * timer.cc (nanosleep): Treat tv_sec 0 as invalid. *

exceeding PATH_MAX

2005-03-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The attached program is a derivative of the configure-time test used in coreutils to see if getcwd is broken. Many systems support relative pathnames whose absolute name is longer than PATH_MAX, and on some of them, getcwd fails in that case. But I

Re: [Patch]: Timer functions

2005-03-26 Thread Christopher Faylor
On Tue, Mar 22, 2005 at 02:01:30PM -0500, Christopher Faylor wrote: I just wanted to say that I haven't forgotten about this patch and I plan on adding it + some modifications soon. I've just checked in a superset of this patch. I deleted a lot more stuff from window.cc (and wininfo.h) and added

GDB/Insight for Pascal

2005-03-26 Thread [EMAIL PROTECTED]
Hi, Gurus. I am trying to compile/debug a program in Pascal. I invoke it as gpc -g -o hello.exe hello.pas Then I try to debug it with insight as: insight hello.exe and 'insight' does not shom me a source, just assembly code. But the same procedure for C: gcc -g -o hello.exe hello.c works

Re: Netscape or Mozilla binaries for Cygwin?

2005-03-26 Thread Gerrit P. Haase
Michael Yanowitz wrote: Hello: I was just wondering if there are any binaries for Netscape or Mozilla for Cygwin? I was able to copile Mozilla. The embedded browser works so far, however Mozilla itself was not working as expected. I'll announce if I get it working. Gerrit -- =^..^= Action

nessus 2.2.4 under cygwin

2005-03-26 Thread tim nelson
For the past few days I have been fighting to get this to work. I have had no real problem with installing nessus under cygwin. I have libpcap and libnet installed. Using libpcap-0.7n which was modified to install under cygwin. Along with winpcap headers and such that are needed. Then

Re: nessus 2.2.4 under cygwin

2005-03-26 Thread Brian Dessent
tim nelson wrote: nessusd runs and I can even connect to the daemon, but if I attempt to do a scan outside of my machine I get nothing. However if I am scanning 127.0.0.1 all is fine. I don't know if this affects you or not but recent versions of Windows (XP SP2? don't remember) require

fscanf %lf misses the - sign in -5.0e+00 on cygwin 1.5.13-1

2005-03-26 Thread Isselmou dellahy
Hi, I'm using cygwin 1.5.13-1 and gcc version 3.3.3 to compile the following foo.C : #include stdio.h #include stdlib.h int main() { FILE *ff = fopen( foo.dat, r); double x; int n = fscanf( ff, %lf, x); printf( n=%d x=%lf\n, n, x); fclose(ff); return 0; } foo.dat contains the single text

Re: fscanf %lf misses the - sign in -5.0e+00 on cygwin 1.5.13-1

2005-03-26 Thread Brian Dessent
Isselmou dellahy wrote: Hi, I'm using cygwin 1.5.13-1 and gcc version 3.3.3 to compile the following foo.C : ... The compiler does'nt show any warning and when executed prints: n=1 x=5.00 missing the - sign. You're seeing the same bug that was reported here

Re: nessus 2.2.4 under cygwin

2005-03-26 Thread tim nelson
thats the thing is I even installed cygwin as administrator, my user also has administrator privileges too. so, I can either ssh into myself and logon as administrator or logon as administrator on xp sp2... yet I cant seem to get the daemon to do more then run. --- Brian Dessent [EMAIL

RE: Errors in #include files when compiling a Legacy C++ Application

2005-03-26 Thread Larry Hall
At 02:15 AM 3/26/2005, you wrote: Tim, I did install the gcc C compiler. What switches need to be set with cygcheck? I'll run it and forward the results. See: Problem reports: http://cygwin.com/problems.html -- Larry Hall http://www.rfk.com RFK

Re: No /dev/parport0

2005-03-26 Thread Joshua Daniel Franklin
On Fri, 25 Mar 2005 19:07:46 +0100 (MET), Mary Cuper [EMAIL PROTECTED] wrote: I´m trying the whole time to get my /dev directory work. There is no /dev/parport0, so I tried to install one with mknod /dev/parport0 c 99 0 but it doesn´t help. I need it for programming my ATmega16

Re: Any date on next cygwin package release?

2005-03-26 Thread William Deegan
Anyone know about when a new package can be expected? Thanks, Bill On Mon, 21 Mar 2005 09:50:37 -0800, William Deegan [EMAIL PROTECTED] wrote: cygpath --help seg faults. There's already been a checkin to cvs to fix it and a couple of notes in cygwin mailing list about it. Just wondering

Re: Postgres 7.2

2005-03-26 Thread Peter A. Castro
On Thu, 24 Mar 2005, Zeb wrote: Greetings, Zeb, I must first point out that talk of the Cygwin Time Machine is off topic for this list. However, in the interests of expedience and in an attempt to help out, there are, as Spock once said possibilities. The Time Machine only goes back to

Re: 1.5.13: vim suspend/resume term garbaged

2005-03-26 Thread Michael Wardle
Cory Sharp wrote: I just updated my Cygwin to 1.5.13 and now in vim when I suspend (CTRL-Z or :suspend) then resume (fg), my term is corrupted such that term control sequences (cursor movement, redraw screen, etc) produce only garbage output. What output exactly are you seeing? When I try to

Re: 1.5.13: vim suspend/resume term garbaged

2005-03-26 Thread Michael Wardle
Michael Wardle wrote: Cory Sharp wrote: I just updated my Cygwin to 1.5.13 and now in vim when I suspend (CTRL-Z or :suspend) then resume (fg), my term is corrupted such that term control sequences (cursor movement, redraw screen, etc) produce only garbage output. What output exactly are you

Re: Netscape or Mozilla binaries for Cygwin?

2005-03-26 Thread 103571.1247
Gerrit P. Haase wrote: Michael Yanowitz wrote: Hello: I was just wondering if there are any binaries for Netscape or Mozilla for Cygwin? I was able to copile Mozilla. The embedded browser works so far, however Mozilla itself was not working as expected. I'll announce if I get

Re: 1.5.13: vim suspend/resume term garbaged

2005-03-26 Thread Brian Dessent
Cory Sharp wrote: I just updated my Cygwin to 1.5.13 and now in vim when I suspend (CTRL-Z or :suspend) then resume (fg), my term is corrupted such that term control sequences (cursor movement, redraw screen, etc) produce only garbage output. This is the case in both a WinXP console and

Updated: gdb-20041228-3 (also includes GUI insight debugger)

2005-03-26 Thread Christopher Faylor
I've made a new version of the gdb debugger available for installation. This version is a refresh from the CVS repository on sources.redhat.com. The package also contains the insight graphical debugger. This version fixes two problems: 1) You can now restart a program within gdb without getting