OpenGL: Linker errors when trying to compile w/GLUI

2008-05-16 Thread godescbach
Hi, I am trying to compile example1.cpp in /var/share/doc/opengl-1.1.0/GLUIexamples/Cygwin. After trying numerous possibilities, I am at a loss. And there is no information on the web about this specific issue. Please advise. $ uname -a CYGWIN_NT-5.1 escher_notebook 1.5.25(0.156/4/2) 2008-04-1

Re: OpenGL: Linker errors when trying to compile w/GLUI

2008-05-16 Thread Brian Dessent
godescbach wrote: > $ g++ -O2 -mno-cygwin example1.cpp -o example1 -L/usr/lib/w32api -lglui > -lglut3 > 2 -lglu32 -lopengl32 > /usr/lib/w32api/libglui.a(glui_spinner.o):glui_spinner.cpp:(.text+0xd): > undefine > d reference to `___getreent' This error means you're trying to use a Cygwin library

Re: Question about link.exe?

2008-05-16 Thread Warren Young
Chris Howell wrote: What I want is link to be the path that is found under my BIN directory of my DevStudio install. However possibily because they're the same name when I query link, or try and use it to make a dll. Bash thinks I am using link to make a symbolic link as opposed to a dll. Yo

Re: OpenGL: Linker errors when trying to compile w/GLUI

2008-05-16 Thread André Bleau
godescbach wrote: > Hi, > > I am trying to compile example1.cpp in > /var/share/doc/opengl-1.1.0/GLUIexamples/Cygwin. After trying numerous > possibilities, I am at a loss. And there is no information on the web > about this specific issue. Please advise. > > $ uname -a > CYGWIN_NT-5.1 esche

wstring support in GCC 4.1.2 in Cygwin 1.5.25-11

2008-05-16 Thread jadooo
Hi All, I was trying to compile my code on Cygwin[1.5.25-11] with GCC[4.1.2], but I am not able to build with errors on wstring. I tried to test a simple application which uses wstring, like #include #include int main( ) { using namespace std; const basic_string s1 ( L"abc" );

[ANNOUNCEMENT] New package: hp2xx-3.4.4 - A HP-GL Converter

2008-05-16 Thread Dr. Volker Zell
Hi The package hp2xx is now available with the Cygwin distribution: o http://www.gnu.org/software/hp2xx/ (Homepage) DESCRIPTION: The hp2xx program is a versatile tool to convert vector-oriented graphics data given in Hewlett-Packard's HP-GL plotter language into a variety of pop

DIFF_EXCLUDES patch

2008-05-16 Thread Reini Urban
Yaakov, I needed the following patch with this example DIFF_EXCLUDES="-x build" It works without the attached patch if you do DIFF_EXCLUDES=" -x build" but for safety please apply it. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ --- /bin/cygport~ 2008-04-16 05:39:53.00100 + +++

Re: Windows ClearCase [Was: Cygwin Visuals]

2008-05-16 Thread gds
Andrew DeFaria wrote: Gary Johnson wrote: Are you using ClearCase on Windows, or just ClearCase on Unix? We use both at work. I found that I couldn't execute "cleartool edcs" in rxvt because cleartool apparently requires a Windows Console. The editor (vim) ran fine, but the screen filled with

Re: wstring support in GCC 4.1.2 in Cygwin 1.5.25-11

2008-05-16 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 jadooo wrote: | I was trying to compile my code on Cygwin[1.5.25-11] with GCC[4.1.2], | but I am not able to build with errors on wstring. Cygwin 1.5 is not fully unicode enabled and does not provide wstring; you'll need to wait for 1.7. Yaakov -

Re: DIFF_EXCLUDES patch

2008-05-16 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Reini Urban wrote: | I needed the following patch with this example | DIFF_EXCLUDES="-x build" | | It works without the attached patch if you do | DIFF_EXCLUDES=" -x build" | but for safety please apply it. Or just use DIFF_EXCLUDES="build" :-) but

SSH / SSL vulnerable?

2008-05-16 Thread unsolicited
Is cygwin's ssh / ssl vulnerable, as per the recent debian / buntu's security alert? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.c

links broken during a backup (not restore), need more info on how they work to fix & file bug with vendor

2008-05-16 Thread vapid vapid
Hi, I believe my backup program (CMS ABS Bounceback) is mucking with the links in my cygwin and work directories when it is creating a backup. It doesn't appear to affect links created by windows, only those created by cygwin. I don't fully understand the cygwin links: there are some that end

compile problems on cygwin

2008-05-16 Thread R P Herrold
The tarball at the perma-link: ftp://ftp.trading-shim.org/pub/local/trading-shim/attic/shim-080411.tgz is exposing a Cygwin macro definition failure to #undef, with the test which Bill outlines herein. I provide a copy to the Cygwin reporting address. On Fri, 16 May 2008, Bill Pippin wrot

Re: links broken during a backup (not restore), need more info on how they work to fix & file bug with vendor

2008-05-16 Thread Igor Peshansky
On Fri, 16 May 2008, vapid vapid wrote: > Hi, > > I believe my backup program (CMS ABS Bounceback) is mucking with the > links in my cygwin and work directories when it is creating a backup. > It doesn't appear to affect links created by windows, only those created > by cygwin. I don't fully unde

compile problems on cygwin

2008-05-16 Thread R P Herrold
per (and uncharacteristically responding to myself): http://cygwin.com/problems.html I attach the environment inventory, on the seeming missing #undef exposed by the trading shim tarball at: ftp://ftp.trading-shim.org/pub/local/trading-shim/attic/shim-080411.tgz which I reported here a

Re: compile problems on cygwin

2008-05-16 Thread Christopher Faylor
On Fri, May 16, 2008 at 03:43:40PM -0400, R P Herrold wrote: > I am used to seeing Corinna Vinschen <[EMAIL PROTECTED]> post update > release notices on the cygwin-announcement mailing list. In his > announcements, he requests reports to: > [EMAIL PROTECTED] > So I have sought to subscribe th

Re: compile problems on cygwin

2008-05-16 Thread Christopher Faylor
On Fri, May 16, 2008 at 04:31:59PM -0400, R P Herrold wrote: > > per (and uncharacteristically responding to myself): > http://cygwin.com/problems.html That link also suggests against using the generic "I have a problem" type of Subject and asks for some details. > I attach the environment in

Re: links broken during a backup (not restore), need more info on how they work to fix & file bug with vendor

2008-05-16 Thread Christopher Faylor
On Fri, May 16, 2008 at 04:30:40PM -0400, Igor Peshansky wrote: >On Fri, 16 May 2008, vapid vapid wrote: > >> Hi, >> >> I believe my backup program (CMS ABS Bounceback) is mucking with the >> links in my cygwin and work directories when it is creating a backup. >> It doesn't appear to affect links

Re: compile problems on cygwin

2008-05-16 Thread R P Herrold
On Fri, 16 May 2008, Christopher Faylor wrote: On Fri, May 16, 2008 at 03:43:40PM -0400, R P Herrold wrote: I am used to seeing Corinna Vinschen <[EMAIL PROTECTED]> post update Please don't post personal email addresses here. We have mailing lists for support. Corinna (who is a she by the w

Re: links broken during a backup (not restore), need more info on how they work to fix & file bug with vendor

2008-05-16 Thread vapid
Thank you for the quick response Igor. > You need to use "attrib +R" on .lnk files and "attrib +S" on the > plain-text links. I swear I tried attrib +R on both types of links earlier, but I must have only tried the plain-text ones. It does fix the .lnk's as you said. I'm using these two [slow]

Re: links broken during a backup (not restore), need more info on how they work to fix & file bug with vendor

2008-05-16 Thread vapid vapid
> >Just tell them that a backup program has no business clearing "read-only" > >and "system" attributes on any files. > > I would actually expect that they probably are just reading the .lnk > information and ignoring the cygwin bits. Even if they preserve the > read-onlyness of the .lnk file, un

Re: SSH / SSL vulnerable?

2008-05-16 Thread Brian Dessent
unsolicited wrote: > Is cygwin's ssh / ssl vulnerable, as per the recent debian / buntu's > security alert? The openssl problem was caused by a Debian local patch that was installed to quell valgrind warnings. Valgrind supports only linux+glibc, so there would be no reason to apply such a patch

Re: links broken during a backup (not restore), need more info on how they work to fix & file bug with vendor

2008-05-16 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > Maybe someone can come up with a fancier find. I had to spawn a bash to > use the && and delay the evaluation of the `cygpath {}`. There's a lot of > quoting to deal with spaces in filenames. You can speed things up a lot by only running cygpath once, e.g.: (echo "@e

Re: links broken during a backup (not restore), need more info on how they work to fix & file bug with vendor

2008-05-16 Thread Christopher Faylor
On Fri, May 16, 2008 at 06:02:38PM -0500, vapid vapid wrote: >> >Just tell them that a backup program has no business clearing "read-only" >> >and "system" attributes on any files. >> >> I would actually expect that they probably are just reading the .lnk >> information and ignoring the cygwin bit

Re: links broken during a backup (not restore), need more info on how they work to fix & file bug with vendor

2008-05-16 Thread Igor Peshansky
On Fri, 16 May 2008, vapid wrote: > Thank you for the quick response Igor. > > > You need to use "attrib +R" on .lnk files and "attrib +S" on the > > plain-text links. > > I swear I tried attrib +R on both types of links earlier, but I must > have only tried the plain-text ones. It does fix the .