Re: Environment variable problem

2010-05-23 Thread Willie Vu
You are right! d2u fixes the problem. Thanks! :clap: Ken Brown-6 wrote: > > On 5/23/2010 9:51 AM, Willie Vu wrote: >> >> I set an environment variable in /etc/profile.d/env.sh that is loaded >> when >> Cygwin starts, like the following: >> >> export M2_HOME=d\:/java/apache-maven-2.2.1 >> >> Wh

cygstart Cygwin <--> UNC path in 1.7 vs 1.5

2010-05-23 Thread Barry Kelly
UNC paths are not working with cygstart in my Cygwin 1.7 installation. They haven't ever worked in 1.7 for me, but I just updated today, and I noticed they still aren't working. The symptoms: $ cygstart //rupert/share/public This is supposed to invoke the shell association for folders, which is

[ANNOUNCEMENT] Updated: transfig-3.2.5c-1: Tools for creating TeX documents with graphics

2010-05-23 Thread Dr. Volker Zell
Hi A new version of 'transfig' has been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 o Updated to latest upstream release transfig NEWS: === Patchlevel 5c (Jan 4, 2010) BUGS FIXED: o transfig command was hardwired for "tex" for "make all" directive

[ANNOUNCEMENT] Updated: mcrypt-2.6.8-1: A replacement for the old crypt command

2010-05-23 Thread Dr. Volker Zell
Hi A new version of 'mcrypt' has been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 o Update to latest upstream release mcrypt NEWS: === o Updated non valid C code to comply with standard ANSI C Affects openpgp code. CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ==

[ANNOUNCEMENT] Updated: texi2html-1.82-10: A highly customizable texinfo to HTML and other formats translator.

2010-05-23 Thread Dr. Volker Zell
Hi A new version of 'texi2html' has been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com

[ANNOUNCEMENT] Updated: rcs-5.7-10: The Revision Control System

2010-05-23 Thread Dr. Volker Zell
Hi A new version of 'rcs' has been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.

[ANNOUNCEMENT] Updated: {XmHTML/libXmHTML0/libXmHTML-devel}-1.1.7-10: A widget capable of displaying HTML 3.2 conforming text

2010-05-23 Thread Dr. Volker Zell
Hi New versions of 'XmHTML/libXmHTML0/libXmHTML-devel' have been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form

[ANNOUNCEMENT] Updated: {opencdk/libopencdk10/libopencdk-devel}-0.6.6-10: Open Crypto Development Kit

2010-05-23 Thread Dr. Volker Zell
Hi New versions of 'opencdk/libopencdk10/libopencdk-devel' have been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated

[ANNOUNCEMENT] Updated: {compface/libcompface0/libcompface-devel}-1.5.2-10: 48x48x1 image compression and decompression

2010-05-23 Thread Dr. Volker Zell
Hi New versions of 'compface/libcompface0/libcompface-devel' have been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automat

[ANNOUNCEMENT] Updated: {libEMF/libEMF1/libEMF-devel}-1.0.4-1: A library for generating Enhanced Metafiles

2010-05-23 Thread Dr. Volker Zell
Hi New versions of 'libEMF/libEMF1/libEMF-devel' have been uploaded to a server near you. o Updated to latest upstream release o Build for cygwin 1.7 with gcc-4 libEMF NEWS: === o No ChangeLog available CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If

[ANNOUNCEMENT] Updated: hp2xx-3.4.4-10: A HP-GL Converter

2010-05-23 Thread Dr. Volker Zell
Hi A new version of 'hp2xx' has been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lis

[ANNOUNCEMENT] Updated: multitail-5.2.6-1: View one or multiple files like tail but with multiple windows.

2010-05-23 Thread Dr. Volker Zell
Hi A new version of 'multitail' has been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 o Update to latest upstream release o Linked against ncursesw libs multitail NEWS: === - shrunk symboltable when not compiling in _DEBUG-mode - added '--difference-only'

[ANNOUNCEMENT] Updated: {libmcrypt/libmcrypt4/libmcrypt-devel}-2.5.8-10: Library for multiple encryption methods

2010-05-23 Thread Dr. Volker Zell
Hi New versions of 'libmcrypt/libmcrypt4/libmcrypt-devel' have been uploaded to a server near you. o Build for cygwin 1.7 with gcc-4 CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated

Re: [ANNOUNCEMENT] Updated: {neon/libneon27/libneon-devel}-0.29.3-1: HTTP and WebDAV library

2010-05-23 Thread Magnus Holmgren
Dr. Volker Zell oracle.com> writes: > New versions of 'neon/libneon27/libneon-devel' have been uploaded to a server near you. > > o Update to latest upstream When running setup.exe, I noticed that this package includes a lot of new dependencies, for Gnome (libORBit2_0, libglib2.0_0...), X (lib

Re: Environment variable problem

2010-05-23 Thread Ken Brown
On 5/23/2010 9:51 AM, Willie Vu wrote: I set an environment variable in /etc/profile.d/env.sh that is loaded when Cygwin starts, like the following: export M2_HOME=d\:/java/apache-maven-2.2.1 When it is echoed, it shows the value correctly. $ echo $M2_HOME d:/java/apache-maven-2.2.1 However,

Re: Environment variable problem

2010-05-23 Thread Huang Bambo
There is no pathname like d: in cygwin, use /cygdriver/d/ instead. 2010/5/23 Willie Vu : > > I set an environment variable in /etc/profile.d/env.sh that is loaded when > Cygwin starts, like the following: > > export M2_HOME=d\:/java/apache-maven-2.2.1 > > When it is echoed, it shows the value corr

Environment variable problem

2010-05-23 Thread Willie Vu
I set an environment variable in /etc/profile.d/env.sh that is loaded when Cygwin starts, like the following: export M2_HOME=d\:/java/apache-maven-2.2.1 When it is echoed, it shows the value correctly. $ echo $M2_HOME d:/java/apache-maven-2.2.1 However, if I suffix it with "/bin", it becomes t