Re: compiling DDD

2003-12-03 Thread Brian Ford
** It complains about getting an XT error. Please post the exact XT error. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

RE: compiling DDD

2003-12-03 Thread Brian Ford
On Wed, 3 Dec 2003, Richard Campbell wrote: Richard, I'm still very hit and miss with respect to finding time to look at this, but since you are the only one sending in solid information, could you post the output of cygcheck ddd.exe. Thanks. -- Brian Ford Senior Realtime Software Engineer

Re: How to configure a windows machine as an X client?

2003-12-03 Thread Brian Ford
on that Linux machine? If it is possible, could you tell me which document I should read? No. IIRC, a project to do this was discussed on this list about a year ago, but AFAIK, nothing came of it. Search the archives if you are interested. Google for VNC or rdesktop for other alternatives. -- Brian

Re: Running Windows on Linux (Re: How to configure a windows machine as an X client?)

2003-12-03 Thread Brian Ford
connected to the linux server). -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

Re: Bash wait indefinitely

2003-12-03 Thread Brian Ford
On Tue, 2 Dec 2003, Christopher Faylor wrote: On Tue, Dec 02, 2003 at 10:42:38AM -0600, Brian Ford wrote: Thomas Pfaff's 2003-12-01 pthread change might have fixed it. I don't see why it would. bash doesn't use pthreads, AFAIK. Sorry, I still need to learn not to say stupid speculative

Re: EOF error

2003-12-03 Thread Brian Ford
. Since this *is* Fortran, it probably wouldn't hurt to use g77 instead of gcc, too :). -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: Bash wait indefinitely

2003-12-03 Thread Brian Ford
On Wed, 3 Dec 2003, Antoine Labour wrote: Brian Ford wrote: On Tue, Dec 02, 2003 at 10:42:38AM -0600, Brian Ford wrote: Could you try a snapshot that includes it? FWIW, I ran the test case overnight on my old 450 MHz Pentium Pro SGI 320 running NT4, all packages up-to-date, and a cvs

Re: Bash wait indefinitely

2003-12-02 Thread Brian Ford
anything solid to say about it yet. It could still be just me :^). -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Problem reading from COM1

2003-12-02 Thread Brian Ford
. it did nothing when writing AT commands. I am not familiar with smstools and do not have time to investigate them. any links ? idea? http://www.cygwin.com/problems.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460

RE: where is g77?

2003-12-01 Thread Brian Ford
And, follow this thread through for one of several previous discussions: http://www.cygwin.com/ml/cygwin/2003-11/msg00536.html There has been no productive action taken yet. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551

Re: inetd desktop interaction w/o console?

2003-11-25 Thread Brian Ford
On Sat, 22 Nov 2003, Igor Pechtchanski wrote: On Sat, 22 Nov 2003, Igor Pechtchanski wrote: On Sat, 22 Nov 2003, Brian Ford wrote: I know this has been discussed lots before, but I just spent the last few hours googling, archive searching, trying run.exe, etc. without finding a solid

inetd desktop interaction w/o console?

2003-11-22 Thread Brian Ford
this if it is reasonably possible. So, I'm not looking for a handout, just a jumping off point. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml

Re: twm takes no control

2003-11-20 Thread Brian Ford
are broken, then I will certainly become concerned. I don't have any examples, but to me, the description implies the latter ought to be the case. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

ftello loosing upper 32 bits via _lseek64

2003-11-18 Thread Brian Ford
I know this doesn't belong on cygwin-patches anymore, but is cygwin-developers, or just plain cygwin more appropriate? On Mon, 17 Nov 2003, J. Johnston wrote: Brian Ford wrote: On Mon, 17 Nov 2003, Brian Ford wrote: On Mon, 17 Nov 2003, Corinna Vinschen wrote: On Mon, Nov 17, 2003 at 03:40

Re: ftello loosing upper 32 bits via _lseek64

2003-11-18 Thread Brian Ford
On Tue, 18 Nov 2003, Corinna Vinschen wrote: On Tue, Nov 18, 2003 at 08:59:57AM -0600, Brian Ford wrote: I know this doesn't belong on cygwin-patches anymore, but is cygwin-developers, or just plain cygwin more appropriate? This is a newlib problem with a newlib patch. I don't see

Re: nfs-server 2.2.47-2

2003-11-18 Thread Brian Ford
: No such file or directory Well, did /c exist before you tried to mount on it. AFAIK, most OSs require that. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http

Re: DDD Compilation Fails using GCC 3.3.1

2003-11-17 Thread Brian Ford
to the proper list ([EMAIL PROTECTED]). The error above was caused by the transition to a shared libXt/lesstif. Please make sure your Xfree86 packages and lesstif are up to date. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551

(fhandler_base::lseek): Include high order bits in return.

2003-11-17 Thread Brian Ford
This bug fix got our app past its first problem with 2 Gig files, but then it tripped over ftello. I'm still trying to figure that one out. It looks like it got a 32 bit sign extended value somewhere. Any help would be appreciated. Thanks. 2003-11-17 Brian Ford [EMAIL PROTECTED

Re: (fhandler_base::lseek): Include high order bits in return.

2003-11-17 Thread Brian Ford
On Mon, 17 Nov 2003, Brian Ford wrote: On Mon, 17 Nov 2003, Corinna Vinschen wrote: On Mon, Nov 17, 2003 at 03:40:46PM -0600, Brian Ford wrote: On Mon, 17 Nov 2003, Brian Ford wrote: This bug fix got our app past its first problem with 2 Gig files, but then it tripped over

Re: chmod

2003-11-15 Thread Brian Ford
On Sat, 15 Nov 2003, Lorenzo Travaglio wrote: Ugh. Again, what OS and what filesystem, and: Sorry. Win98. And FAT32, and did you read these? Brian Ford wrote: More likely, you are running an NT variant at work and 9x at home? See: http://cygwin.com/faq/faq_toc.html#TOC45 and http

Re: For masochists: the leap o faith

2003-11-15 Thread Brian Ford
be used for sizing arrays. I don't really care if that lenght is not always supported. I would assume that any application that goes to the trouble of doing something other than bailing with an error in that case should actually use pathconf. -- Brian Ford Senior Realtime Software Engineer VITAL

Re: For masochists: the leap o faith

2003-11-15 Thread Brian Ford
On Sat, 15 Nov 2003, Christopher Faylor wrote: On Sat, Nov 15, 2003 at 01:09:00PM -0600, Brian Ford wrote: Well, since your soliciting opinions... I don't have much of one other than I'd really prefer to keep PATH_MAX/MAX_PATH and define them to the largest allowable path so they can still

Re: Will next cygwin1.dll release have the select() fix?

2003-11-15 Thread Brian Ford
On Sat, 15 Nov 2003 [EMAIL PROTECTED] wrote: BRAVO! My hearty congratulations to Mr. Ford. I'm sure it will look good on his resume. *I was actually given Brian Ford* I thought slavery in this country ended with the Civil War, or is Mr. Ford a form of *artificial intelligence*? Yeah

Re: dtable.cc (build_fh_pc): serial port handling

2003-11-14 Thread Brian Ford
On Thu, 13 Nov 2003, Christopher Faylor wrote: On Wed, Nov 12, 2003 at 01:24:21PM -0600, Brian Ford wrote: 2003-11-12 Brian Ford [EMAIL PROTECTED] * dtable.cc (build_fh_pc): Use DEV_SERIAL_MAJOR to catch all serial ports. Remove redundant FH_CYGDRIVE case since

Re: Trouble in Compiling OpenGL-1.1.0-6 with Cygwin!

2003-11-14 Thread Brian Ford
, yes. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: Will next cygwin1.dll release have the select() fix?

2003-11-14 Thread Brian Ford
, or take what you get. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Will next cygwin1.dll release have the select() fix?

2003-11-14 Thread Brian Ford
On Fri, 14 Nov 2003, Christopher Faylor wrote: On Fri, Nov 14, 2003 at 02:10:53PM -0600, Brian Ford wrote: On Fri, 14 Nov 2003 [EMAIL PROTECTED] wrote: Gold star for Brian! Thanks! But, be carefull. We're both Brian :D. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual

Re: Include Problem

2003-11-14 Thread Brian Ford
including linux/*, it is broken. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Problems using WIN32 api

2003-11-13 Thread Brian Ford
not, but this is more a topic for [EMAIL PROTECTED] since they maintain w32api. - is someone interested in a glib/gtk+ cygwin package (not a native Win32 one)? Don't know. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax

Re: Empty /usr/local/bin in Release 1.5.5-1

2003-11-13 Thread Brian Ford
with the distro. Is there something that I should have done during setup that I did not do? Yes, see: http://cygwin.com/faq/faq_toc.html#TOC13 and http://cygwin.com/faq/faq_toc.html#TOC14 How do I change to C or T shell? Edit /etc/passwd and change the shell field just like on *NIX. -- Brian

Re: cc1plus.exe not included in GCC 3.3.1-3?

2003-11-13 Thread Brian Ford
: http://www.cygwin.com/ml/cygwin/2003-10/msg01792.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: cc1plus.exe not included in GCC 3.3.1-3?

2003-11-13 Thread Brian Ford
, then it is a setup/gcc dependency bug and you should have gotten gcc-g++. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: cc1plus.exe not included in GCC 3.3.1-3?

2003-11-13 Thread Brian Ford
always face this kind of problem when you split up a monolithic package into separate smaller ones. Which one(s) do you classifiy as the default successor(s)? Logically, I'd say all that were in the previous monolithic package, and none that were not. That's easy. -- Brian Ford Senior

Re: cc1plus.exe not included in GCC 3.3.1-3?

2003-11-13 Thread Brian Ford
On Thu, 13 Nov 2003, Robert Collins wrote: On Fri, 2003-11-14 at 08:21, Brian Ford wrote: However, if you already had the old monolithic gcc package when updating to the new separate front end packages, then it is a setup/gcc dependency bug and you should have gotten gcc-g++. What did

Re: chmod

2003-11-12 Thread Brian Ford
, so next time please use the main [EMAIL PROTECTED] mailing list. Also, see: http://www.cygwin.com/problems.html for how to report this issue correctly so that someone can answer without guessing. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems

Re: cygwin deadlocks due to broken select() when writing to pipes

2003-11-12 Thread Brian Ford
or need to be killed. It's a bug: http://sources.redhat.com/ml/cygwin/2003-10/msg00732.html fixed in current snapshots. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-12 Thread Brian Ford
12 11:56 cygcrypto-0.9.7.dll 618518 Nov 12 11:56 cygssl-0.9.7.dll 929614 Nov 12 11:56 openssl.exe didn't change anything. From the strace output, I'd say you're stuck in the cygwin1.dll. Try a debug build of that instead. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual

RE: cygwin too slow

2003-11-12 Thread Brian Ford
=Google+Search Does /usr/bin/ls.exe run slow? And, this *still* applies: http://www.cygwin.com/problems.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http

Re: Problem with Xemacs, cygwin and maybe XP

2003-11-12 Thread Brian Ford
been reported and fixed in the current Cygwin snapshot. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Windows 2003 Server Cygwin Cron

2003-11-12 Thread Brian Ford
Corinna specifically tell you to run it under the cron_server account she had you create? Check if the new cron_server user account has execute permissions on the cron.exe executable. Corinna -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety

Re: XFree86-bin-4.3.0-7 xterm keyboard focus problems

2003-11-11 Thread Brian Ford
be removed somehow? Thanks, Igor -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

dtable.cc typo

2003-11-11 Thread Brian Ford
I don't know c++ much/at all, but this looks wrong to me. I don't understand how it even compiled before? Feel free to slap me in the face because you can switch on a struct in c++? :) 2003-11-11 Brian Ford [EMAIL PROTECTED] * dtable.cc (build_fh_pc): Fix typo in device number switch

dtable.cc (build_fh_pc): serial port handling

2003-11-11 Thread Brian Ford
Here is one I think I do understand. 2003-11-11 Brian Ford [EMAIL PROTECTED] * dtable.cc (build_fh_pc): Use DEV_SERIAL_MAJOR to catch all serial ports. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551

Re: OpenGL and cygwin

2003-11-11 Thread Brian Ford
On Mon, 10 Nov 2003, Suresh Venkatasubramanian wrote: On Mon, 10 Nov 2003, Brian Ford wrote: Did you try it without -mno-cygwin? You will still get your Nvidia OpenGL libs, but will be subject to Cygwin's license. So I compiled without -mno-cygwin. According to cygcheck, I get

Re: cygwin too slow

2003-11-11 Thread Brian Ford
://www.cygwin.com/problems.html too. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Problem reading from COM1

2003-11-11 Thread Brian Ford
On Tue, 11 Nov 2003, Robert Bon wrote: Problem reading from COM1 I have a problem using the serial port. (COM1) It is possible to write to COM1 but impossible to read from. Please follow these instructions. Thanks. Problem reports: http://cygwin.com/problems.html -- Brian Ford

Re: OpenSSL problem ? (Was Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX)

2003-11-11 Thread Brian Ford
might post/analyze an strace of it to see what call is taking so long. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Segmentation fault with all c programs

2003-11-11 Thread Brian Ford
or errors. I tried it with gcc version 3.2.1 and version 2.95. In both cases I have the same problem. I’m using WinXP. Any Ideas? Yes. See: Problem reports: http://cygwin.com/problems.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety

Re: usubscribe

2003-11-11 Thread Brian Ford
On Tue, 11 Nov 2003, ras wrote: How do I unsubscribe from this group? The instructions are at the bottom of every mail you receive: Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety

Re: R: usubscribe

2003-11-11 Thread Brian Ford
/#unsubscribe-simple -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: OpenGL and cygwin

2003-11-10 Thread Brian Ford
import lib even when using Nvidia's glut? Just a guess. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Cygwin SSH

2003-11-10 Thread Brian Ford
On Mon, 10 Nov 2003, Walter Pinedo wrote: I am new to cygwin. Where do I find any information on setting up and configuring a sshd server? I want to set this up on both Windows 2000 Windows 2003 servers. /usr/share/doc/Cygwin/openssh-*.README -- Brian Ford Senior Realtime Software

Re: Bad interpreter?

2003-11-07 Thread Brian Ford
On Fri, 7 Nov 2003, Shaffer, Kenneth wrote: If the first line of scripts is #!bash.exe, I get back a bad interpreter message. Did you try it without the .exe? I think this works in Cygwin, but is, AFAIK, unportable. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation

Re: terms

2003-11-06 Thread Brian Ford
(--disable-x): I believe this is true. Cygwin's rxvt was compiled using a severely hacked X stub library in order to do this. See the bottom of: /usr/doc/Cygwin/rxvt-2.7.10.README for details. Sorry, that is the extent of my knowledge on this subject. -- Brian Ford Senior Realtime Software

Re[2]: terms

2003-11-06 Thread Brian Ford
this configure option yet few actually support it. It is a side effect of a standard autoconf macro check for X. Again: BF Sorry, that is the extent of my knowledge on this subject. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551

Re: obstacle running cygwin (communicating with Solaris 8, Sparc) ...

2003-11-04 Thread Brian Ford
.cygwin.com/docs/faq/cygwin-xfree-faq.html#q-solaris-fonts -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

Re: Grabbing XFree86.org's xc/ tree using cvsup

2003-11-03 Thread Brian Ford
here. This is what CVS's notion of vendor branches is for. Although I have limited experience with them, I suggest you read up a little here before making this decision. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551

Re: OpenGL and Cygwin

2003-11-03 Thread Brian Ford
-maxmem.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: C++ Compilers : Comparative Performance Testsuite

2003-11-01 Thread Brian Ford
it. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: Performance measurement data: find

2003-11-01 Thread Brian Ford
your program and data file? Um, no program or data file necessary. /usr/bin/find /tmp -name somefile on Cygwin. I don't know how to use native windows find, but I assume it is trivial. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International

Re: C++ Compilers : Comparative Performance Testsuite

2003-11-01 Thread Brian Ford
for programs, fixed headers, crt objects, libs, etc. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: gcc and iostream - final issue

2003-10-31 Thread Brian Ford
these results yet. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: gcc and iostream - final issue

2003-10-31 Thread Brian Ford
. It is impossible to guess how clearcase, etc. gets from here to there. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: gcc and iostream - resolved

2003-10-31 Thread Brian Ford
++ -lgcc, but I think only lwsock32 is needed. But this is good enough for now. Yes, only -lwsock32 is needed. In short, I think I ended up messing myself over. Yes! You're making this *way* too hard. Just use -mno-cygwin and comple away. -- Brian Ford Senior Realtime Software Engineer VITAL

Re: Cygwin, Telnet, XP, and starting applications...

2003-10-31 Thread Brian Ford
/msg01662.html or google for cygwin inetd interact with desktop site:cygwin.com. cygcheck -s output follows: Please include this as an uncompressed attachment like http://www.cygwin.com/problems.html requests. It really does mess up the search engine for the list archives when you do this. -- Brian

libxml2 setup.hint was Re: iconv.h?

2003-10-30 Thread Brian Ford
error before iconv_t /usr/include/libxml2/libxml/encoding.h:132: warning: no semicolon at end of struct or union /usr/include/libxml2/libxml/encoding.h:133: warning: data definition has no type or storage class -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems

RE: Testers for new ssh-*-config scripts wanted!

2003-10-30 Thread Brian Ford
ssh_config and sshd_config files in /etc/defaults/etc. This allows to accomodate changes in the vanilla scripts without having to change the shh-host-config script. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551

Re: gcc and iostream

2003-10-30 Thread Brian Ford
know if you try all that and still have problems. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: freetype2, fontconfig, and rebuild of dependent packages coming shortly

2003-10-29 Thread Brian Ford
On Wed, 29 Oct 2003, Harold L Hunt II wrote: Brian Ford wrote: Well, I sent this last night before the new lesstif release, but somehow it evaporated. Nope, didn't evaporate... I even replied to it :) Sorry, Harold. I should have checked the archives first. Strangely though, neither

Re: Add PAGE_SIZE, PAGE_SHIFT, PAGE_MASK to sys/param.h

2003-10-29 Thread Brian Ford
(PAGESIZE - 1) #define PAGEMASK(~PAGEOFFSET) It might be good to have them just for compatability. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

Re: freetype2, fontconfig, and rebuild of dependent packages coming shortly

2003-10-28 Thread Brian Ford
: * configure.in (AC_FIND_XFT): Disable Keith Packard's experimental Xft support. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

Re: http://lesstif.sourceforge.net/INSTALL.html#compile_Windows

2003-10-27 Thread Brian Ford
apps don't work anymore. We should probably revert to a static Xt and LessTif for the time being. I know, this is not desireable, but it is probably going to take months for this to be fixed and we can't have broken libs and apps for the duration. Thoughts? -- Brian Ford Senior Realtime

Re: error setting pipe to non-blocking IO

2003-10-27 Thread Brian Ford
This should now be supported in the latest snapshot available at: http://www.cygwin.com/snapshots Please test and confirm if you are so inclined. Thanks. On Fri, 17 Oct 2003, Andy Howell wrote: Brian Ford wrote: Andy Howell wrote: ioctl(pipefd[0], FIONBIO, n); use: fcntl

Re: cyg 1.5.5-1: fgetpos returns -1 problem

2003-10-27 Thread Brian Ford
On Mon, 27 Oct 2003, Axel Naumann wrote: I have a problem with glibc's fgetpos on current cygwin. Looking around I couldn't find a previous posting on it. Pedantic correction: Cygwin uses newlib's libc, not glibc. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation

Re: http://lesstif.sourceforge.net/INSTALL.html#compile_Windows

2003-10-24 Thread Brian Ford
On Fri, 24 Oct 2003, Harold L Hunt II wrote: Brian Ford wrote: Um..., great! But..., I wasn't *just* trying to get a shared build, or *just* trying to fix mwm's Close bug. At least with your new static lib build (lesstif-0.93.91-2), none of our apps work anymore. They all die

Re: http://lesstif.sourceforge.net/INSTALL.html#compile_Windows

2003-10-24 Thread Brian Ford
On Fri, 24 Oct 2003, Harold L Hunt II wrote: Brian Ford wrote: IIRC, you first rebuilt lesstif without removing --disable-shared, then you remembered and tried a rebuild with --enable-shared. But I think you didn't supply all the correct linker flags and got unresolved symbols. So you

http://lesstif.sourceforge.net/INSTALL.html#compile_Windows

2003-10-24 Thread Brian Ford
digging in lesstif source to find out what this means and where to go from here, but any comments/suggestions would be greatly appreciated. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

Re: Q: how to build GNU make from scratch ?

2003-10-24 Thread Brian Ford
not sure whether my CygWin setup is broken (less probabilistic) or whether my Win XP setup is broken (more probabilistic). My WAG: Are you running Agnitum Outpost on your local machine? If so, please see this thread: http://sources.redhat.com/ml/cygwin/2003-08/msg00521.html -- Brian Ford Senior

Re: tcsetattr ()

2003-10-24 Thread Brian Ford
On Fri, 24 Oct 2003, Martin Farnik wrote: Brian Ford wrote: Incidentally, I am working on a trivial cleanup patch to fix: http://www.cygwin.com/ml/cygwin/2003-10/msg00708.html I just haven't had time to test it thoroughly yet. I have no idea about this person's second random hang

Re: OpenGL and Cygwin

2003-10-24 Thread Brian Ford
to describe you problems/goals in much greater detail. I promise to try my best to help if you do. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml

Re: starting emacs in X-window mode without a console

2003-10-24 Thread Brian Ford
through this thread, then post again if you don't find the answer. http://www.cygwin.com/ml/cygwin/2003-10/msg00287.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info

Re: Can't link to winsock2 library

2003-10-24 Thread Brian Ford
. Remove the -c, and you'll probably want a -o to specify the output file name. Your include path looks weird. Two versions of ruby? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe

Re: Key-based authentication fails when keys are in Samba directory

2003-10-24 Thread Brian Ford
/msg01506.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Installation Problems: XFree-icons-bin

2003-10-23 Thread Brian Ford
have the new version of bash that fixes this problem. See the following thread and its thread link for more information if you really want to: http://www.cygwin.com/ml/cygwin/2003-10/msg01309.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety

Re: Problem w/ cron

2003-10-23 Thread Brian Ford
clear about what is still missing, as I don't understand. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Please remove me from the mail list

2003-10-23 Thread Brian Ford
On Thu, 23 Oct 2003, Yan Li wrote: Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Every message you get tells you how. Please read that link very carefully and do not post here about it again. That link tells you where to post if you have really tried everything. -- Brian

Re: Can't link to libws2_32.a

2003-10-22 Thread Brian Ford
in Cygwin? Just use normal unix sockets. If you were using mingw/-mno-cygwin, I might understand. DLL version is 1.3.12. If you meant the Cygwin DLL here, I *strongly* suggest you update as you won't be getting much more help from this list until you do. -- Brian Ford Senior Realtime Software

Re: CreateFileMapping bug

2003-10-22 Thread Brian Ford
(create_token): Use a NULL default DACL in NtCreateToken. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Problem w/ cron

2003-10-22 Thread Brian Ford
the work around mentioned here: http://www.cygwin.com/ml/cygwin/2003-10/msg01238.html or wait for this: http://www.cygwin.com/ml/cygwin/2003-10/msg01429.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551

Re: lesstif - Recompile for shared Xt has STATUS_ACCESS_VIOLATION

2003-10-20 Thread Brian Ford
Harold L Hunt II wrote: This is for Brian Ford (unofficial lesstif maintainer): Sorry for the delay, Harold. I usually only scan the list archives from work, so I'm not around on the weekends. I saw your success with shared Xt on Friday and wondered whether I should do a quick lesstif release

Re: lesstif - Recompile for shared Xt has STATUS_ACCESS_VIOLATION

2003-10-20 Thread Brian Ford
causing the Close crash. No problem here. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

Re: Problem with recent GNU ld packages

2003-10-20 Thread Brian Ford
Edouard Gomez ([EMAIL PROTECTED]) wrote: I found the change that is responsible of my bug. 2003-04-15 Brian Ford [EMAIL PROTECTED] * peicode.h (coff_swap_scnhdr_in): If a section holds uninitialized data and is from an object file or from an executable image that has

Re: ssmtp 2.38.7-4 reads headers from message body.

2003-10-17 Thread Brian Ford
, just check /usr/share/doc/Cygwin/ssmtp-2.38.7.README for the current maintainer. Well..., it is only implied, I guess, by the tail: Have fun, Corinna -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

Re: tcsetattr ()

2003-10-17 Thread Brian Ford
second random hang problem. It wasn't very eloquently described. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Is multithreaded profiling on cygwin possible?

2003-10-17 Thread Brian Ford
would like to give the a whirl? BTW, if you are interested in contributing this, please take a look at the Before you get started section of http://cygwin.com/contrib.html since the assignment process can take some time. Again, great work from my point of view! -- Brian Ford Senior Realtime Software

Re: error setting pipe to non-blocking IO

2003-10-17 Thread Brian Ford
); set_errno (EINVAL); return -1; } -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: error setting pipe to non-blocking IO

2003-10-17 Thread Brian Ford
Actually, it looks like this might work. YMMV On Fri, 17 Oct 2003, Brian Ford wrote: On Fri, 17 Oct 2003, Andy Howell wrote: I am trying to setup a pipe to do non-blocking IO: int main() { int pipefd[2]; int n; n = 1; pipe(pipefd); perror(Pipe

Re: Program too big to fit in memory - Previous hints didn't work

2003-10-16 Thread Brian Ford
Could you please attach cygcheck output as requested in http://www.cygwin.com/problems.html ? WAG: what gcc version are you using? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe

Re: Install problem

2003-10-16 Thread Brian Ford
WAG, does IE work? I think setup uses IE proxy configs, etc. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Problem with scripting files (== operator)

2003-10-16 Thread Brian Ford
script files. Whenever I use the == operator (string comparison), I get an error that says: [: ==: unknown operand. I can execute the same set of commands from the command prompt and get no errors. Does anyone know what is causing this problem? -- Brian Ford Senior Realtime Software Engineer

<    2   3   4   5   6   7   8   9   >