Re: pangp

2008-06-24 Thread d.henman
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> wrote: > Dave Korn wrote: > | So, they're in the DLL itself, but for some reason not marked as exports > | in the DEF file, and hence no available stubs for them in the import .a > | library. Yes, Dave is right here. His idea gives a way to building

Re: Saving alias settings

2008-06-24 Thread Marco Atzeri
--- Thomas Wiedmann ha scritto: > Hello, > > how can alias settings be saved persistently in > Cygwin > > a) for the current user only assuming you use Bash modify .bashrc on your home directory > b) for all users of the PC? make/modify /etc/profile.d/alias.sh the script in /etc/profile.

Re: pangp

2008-06-24 Thread d.henman
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> wrote: > .. snipped > I can attest that there are no issues building pango with the X11 cairo. No I configured cairo with: ./configure --with-x --enable-win32-font=no --enable-win32=no --disable-ps --disable-pdf --disable-svg --prefix= cairo builds and

Re: setup.exe needs package name selection filter

2008-06-24 Thread Reini Urban
Hugh Sasse schrieb: On Fri, 20 Jun 2008, Christopher Faylor wrote: On Fri, Jun 20, 2008 at 12:49:21PM -0400, Larry Hall (Cygwin) wrote: Mark J. Reed wrote: [...] Actually, it already exists: http://sourceware.org/bugzilla/enter_bug.cgi?product=cygwin . But I don't know how often setu

Re: cygwin 1.7 problems: network, path, file system

2008-06-24 Thread Corinna Vinschen
Thomas, ping? On Jun 18 12:53, Corinna Vinschen wrote: > I don't have hummingbird NFS installed, just Microsoft's NFS from SFU > resp. the default NFS clients built in to Vista and 2008. Works fine > for me. There's code in Cygwin 1.7 to work with these NFS clients, see > http://cygwin.com/ml/cy

Re: setup.exe needs package name selection filter

2008-06-24 Thread Hugh Sasse
On Tue, 24 Jun 2008, Reini Urban wrote: > Hugh Sasse schrieb: > > On Fri, 20 Jun 2008, Christopher Faylor wrote: [...] > > set? Were I in this position, I'd rather not have to trawl the mail > > archives. That's the only mechanism suggested at > > .

Re: setup.exe needs package name selection filter

2008-06-24 Thread Reini Urban
Hugh Sasse schrieb: On Tue, 24 Jun 2008, Reini Urban wrote: Hugh Sasse schrieb: On Fri, 20 Jun 2008, Christopher Faylor wrote: [...] set? Were I in this position, I'd rather not have to trawl the mail archives. That's the only mechanism suggested at

Running fontforge.exe does nothing

2008-06-24 Thread David Spector
Hi. I've installed the latest cygwin on my Windows XP Home system named "SYS3", and it appears to run perfectly. I have plenty of disk and memory space. www.springtimesoftware.com/ff-screen02.JPG shows the result of typing xinit. (Typing startx is similar for me, except that the created X window

Re: cygwin 1.7 problems: network, path, file system

2008-06-24 Thread Thomas Wolff
> Thomas, ping? Sorry. (Somehow I don't seem to be receiving this mailing list anymore, have to check.) > On Jun 18 11:27, Thomas Wolff wrote: > > Hello, I had a number of problems with cygwin 1.7: > > > > > > -- > > Network problems > > > > > > No /etc/fstab - this has b

RE: Running fontforge.exe does nothing

2008-06-24 Thread Dave Korn
David Spector wrote on 24 June 2008 12:49: > Does anyone have an idea of what I could have done > wrong? Failing to notice when I answered this question yesterday? ;-) http://cygwin.com/ml/cygwin/2008-06/msg00443.html cheers, DaveK -- Can't think of a witty .sigline today -

Re: cygwin 1.7 problems: network, path, file system

2008-06-24 Thread Corinna Vinschen
On Jun 24 13:52, Thomas Wolff wrote: > Device Type: 7 > Characteristics: 10 > FileFsObjectIdInformation failed, c00d > Volume Name: > Serial Number : 2651466048 > Max Filenamelength : 255 > Filesystemname : > Flags : 2 > FILE_CASE_SENSITIVE_SEARCH

Re: pango solution

2008-06-24 Thread d.henman
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> wrote: > Dave Korn wrote: > | So, they're in the DLL itself, but for some reason not marked as exports > | in the DEF file, and hence no available stubs for them in the import .a > | library. > > It's because of the -export-symbols-regex "^pango_.*" fla

Re: setup.exe needs package name selection filter

2008-06-24 Thread Christopher Faylor
On Tue, Jun 24, 2008 at 12:16:06PM +0100, Hugh Sasse wrote: >So would you prefer that I NOT suggest a patch to >. >to draw people's attention to the existing Bugzilla? The contrib.html page has nothing to do with setup. If this information is important it shou

Re: pango solution

2008-06-24 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 d.henman wrote: | case "$host" in | # *-*-mingw*|*-*-cygwin*) have_win32=true ;; changed from this | *-*-mingw*) have_win32=true ;; <--- to this | esac | | otherwise it will require win32 code to be built, and cairo was not b

Re: pangp

2008-06-24 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 d.henman wrote: | What version of pango are you talking about? I've been building cairo since 1.0.x *at least*, and these options have not changed. | Doesn't using the configure option for cairo of "--with-x" build the X11 cairo? Actually you nee

Re: pangp

2008-06-24 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 d.henman wrote: | Yes, Dave is right here. His idea gives a way to building a multi-capable pango. Pango is always multi-capable, but cairo (and hence PangoCairo) cannot be both Win32 and X11. Simple as that. | YO, the configuration result is: |

Re: pangp

2008-06-24 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 d.henman wrote: | Regardless, make still prematurely terminates due to errors. | | Why is the pango build code trying to incorporate win32, when it is not in cairo? Did you ever delete the cairo-win32 headers and pkg-config file? Yaakov -BEGI

Re: setup.exe needs package name selection filter

2008-06-24 Thread Hugh Sasse
On Tue, 24 Jun 2008, Christopher Faylor wrote: > On Tue, Jun 24, 2008 at 12:16:06PM +0100, Hugh Sasse wrote: > >So would you prefer that I NOT suggest a patch to > >. > >to draw people's attention to the existing Bugzilla? > > The contrib.html page has nothing

RE: Running fontforge.exe does nothing

2008-06-24 Thread Dave "No, not that one" Korn
David Spector wrote on 24 June 2008 13:42: > Dave, > > Thank you for your prompt and excellent response, > which got lost somehow before I could see it in my > incoming mail. NP, but can we keep this on the list please? (See http://cygwin.com/acronyms/#PPIOSPE for a few good reasons why to ke

Re: md5sum using Cygwin in Windows

2008-06-24 Thread Matt Wozniski
On Mon, Jun 23, 2008 at 5:42 PM, Ben wrote: > md5sum ubutuntu-8.04-desktop-i386.iso it's "ubuntu", not "ubutuntu", so it's not surprising it didn't work... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

binutils: nm -C doesn't demangle?

2008-06-24 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 cgf, In the previous version of binutils, nm -C removed the leading underscore from symbols. AFAICS the current version no longer does this, which breaks certain things. Is this intended, and if so, what is the workaround? Yaakov -BEGIN PGP

[gold star] Re: md5sum using Cygwin in Windows

2008-06-24 Thread Christopher Faylor
On Tue, Jun 24, 2008 at 02:54:48PM -0400, Matt Wozniski wrote: >On Mon, Jun 23, 2008 at 5:42 PM, Ben wrote: >> md5sum ubutuntu-8.04-desktop-i386.iso > >it's "ubuntu", not "ubutuntu", so it's not surprising it didn't work... Yeah, boy is Cygwin unfriendly or what? I mean how long have spell checke

Re: binutils: nm -C doesn't demangle?

2008-06-24 Thread Christopher Faylor
On Tue, Jun 24, 2008 at 01:56:37PM -0500, Yaakov (Cygwin Ports) wrote: >In the previous version of binutils, nm -C removed the leading >underscore from symbols. AFAICS the current version no longer does >this, which breaks certain things. Is this intended, and if so, what >is the workaround? Tes

/etc/group

2008-06-24 Thread Noah
Hi there, what package do I need to reinstall to get a proper /etc/group ? Cheers, Noah -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cyg

RE: /etc/group

2008-06-24 Thread Dave Korn
Noah wrote on 24 June 2008 22:49: > Hi there, > > what package do I need to reinstall to get a proper /etc/group ? You don't, you run "mkgroup" (with appropriate options according to whether you're in a domain or not etc.) and redirect the output to /etc/group. (Or don't, if you want to take

ggi terminal for gnuplot

2008-06-24 Thread Peter Rosin
Hi! I noticed the following in the cygport file of gnuplot # This gives parse errors # --with-ggi and thought I'd have a look. The cause is a type cleanup in libggi, and here's a patch to make gnuplot follow. Unfortunately the build is killed later by some tex config thing th

emacs and error emacs: Terminal type cygwin is not defined.

2008-06-24 Thread Noah
Hi there, how do I easily cure this problem? bash-2.03$ emacs -nw my_filename emacs: Terminal type cygwin is not defined. If that is not the actual type of terminal you have, use the Bourne shell command `TERM=... export TERM' (C-shell: `setenv TERM ...') to specify the correct type. It may be

Re: Running fontforge.exe does nothing

2008-06-24 Thread David Spector
Dave, Thanks for your quick and helpful response. As you requested, I'll keep this discussion on the list. I'm having trouble using setup.exe. It seems to want to download all sorts of software I'm not interested in by default. Example: ghostscript, which I already have installed under Wind

RE: Running fontforge.exe does nothing

2008-06-24 Thread Dave Korn
David Spector wrote on 25 June 2008 00:37: > I'm having trouble using setup.exe. It seems to want > to download all sorts of software I'm not interested > in by default. Example: ghostscript, which I already > have installed under Windows. > > I can't find any way to install only the libpng12 and

Re: Running fontforge.exe does nothing

2008-06-24 Thread Ralph Hempel
David Spector wrote: (I won't waste space including your message of June 24, 2008 1:40 PM, since it's in the archive. Why does cygwin use the mailing list approach, instead of an online forum? Seems awkward, since we have to receive all messages instead of subscribing to or browsing the categ

Re: Running fontforge.exe does nothing

2008-06-24 Thread David Spector
Dave and Ralph, Thanks for your quick responses and help. That did it. I can now run fontforge. Thanks again! (Surely cygwin packaging could have been done similar to the Make model so a single "install the latest fontforge" command would automatically install cygwin, x windows, and all nece

Re: Running fontforge.exe does nothing

2008-06-24 Thread Brian Dessent
David Spector wrote: > I'm having trouble using setup.exe. It seems to want > to download all sorts of software I'm not interested > in by default. Example: ghostscript, which I already > have installed under Windows. Packages have dependencies. When you select one package, setup adds all the ot

Re: binutils: nm -C doesn't demangle?

2008-06-24 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christopher Faylor wrote: | Test case? I have certain things on my computer but apparently they | aren't the right certain things. $ ~/tmp/nm --version | head -n 1 GNU nm 2.17.50 20060817 $ ~/tmp/nm -C /usr/lib/libcrypt.dll.a | grep " T " 000

Re: Running fontforge.exe does nothing

2008-06-24 Thread Larry Hall (Cygwin)
David Spector wrote: Dave and Ralph, Thanks for your quick responses and help. That did it. I can now run fontforge. Thanks again! (Surely cygwin packaging could have been done similar to the Make model so a single "install the latest fontforge" command would automatically install cygwin, x

Re: Fwd: md5sum using Cygwin in Windows

2008-06-24 Thread Ben
"The project is geared towards people who understand a UNIX(tm) environment. If that isn't you, then it's hard to see why you're dabbling with Ubuntu." If I don't understand UNIX, then it's hard to see why I'm dabbling with Ubuntu? Is that a mistype? Did you mean to say that it's easy to see why

Re: pango

2008-06-24 Thread d.henman
Pleas look at the configured built .pc files below. Why does the pkg-confing file, pangowin32-uninstalled.pc, include the line below? Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangowin32.la -lgdi32 $ ls *win32*.pc#list all pkg-config file related to win32 pangowin32-uni

Does profiler works in cygwin ?

2008-06-24 Thread Raja Saleru
Hi I would like to know whether we can compile the application in cygwin using -pg and then get the output using gprof. Consider the below sample application, $ gcc -pg quick.c $ ./a.exe $ gprof -b a.exe gmon.out I am wonder why the time is zero in the below output result? Please help in clarif

Re: Fwd: md5sum using Cygwin in Windows

2008-06-24 Thread Christopher Faylor
On Tue, Jun 24, 2008 at 05:43:39PM -0700, Ben wrote: >"The project is geared towards people who understand a UNIX(tm) >environment. If that isn't you, then it's hard to see why you're >dabbling with Ubuntu." > >If I don't understand UNIX, then it's hard to see why I'm dabbling >with Ubuntu? Is tha

Re: Fwd: md5sum using Cygwin in Windows

2008-06-24 Thread Ben
Also: thanks for the answer. It actually doesn't really matter, and maybe it is unnecessary for Cygwin to bother catering towards people without UNIX experience at all. They probably should be avoiding it until after they've had some experience with Linux. On Tue, Jun 24, 2008 at 5:43 PM, Ben <[EM

Re: Fwd: md5sum using Cygwin in Windows

2008-06-24 Thread Paul Newell
"Wow! Zing!" ??? Hum ... I would think a simple "yes, understanding Unix/Linux before dealing with Cygwin" would have been a bit more professional .. or, probably more to the point, encouraging one to pursue learning Unix/Linux. Regarding his comment of Ubuntu being "newbie-friendly", I liv

Re: change in gawk from 3.1.5 to 3.1.6

2008-06-24 Thread Nicholas Volk
Awk is not really my expertise (haven't used it in years) but shouldn't that be awk '{printf ("%6d", 0x22) }' test.txt I mean that "0x22" usually refers to strings, not hexes. Works fine without quotations. br, Nicholas > Hello Corinna, > > the change in gawk from 3.1.5 to 3.1.6 broke my scr

change in gawk from 3.1.5 to 3.1.6

2008-06-24 Thread [EMAIL PROTECTED]
Hello Corinna, the change in gawk from 3.1.5 to 3.1.6 broke my script. in 3.1.5 i received a correct value when fomatting hex strings > awk '{printf ("%6d","0x22" ) }' test.txt 34 in 3.1.6 i receiveonly 0 when fomatting hex strings 3.1.6 > awk '{printf ("%6d","0x22" ) }' test.txt 0 it l

Re: Fwd: md5sum using Cygwin in Windows

2008-06-24 Thread Christopher Faylor
On Tue, Jun 24, 2008 at 10:31:58PM -0700, Paul Newell wrote: > "Wow! Zing!" ??? > > Hum ... > >I would think a simple "yes, understanding Unix/Linux before dealing >with Cygwin" would have been a bit more professional .. or, probably >more to the point, encouraging one to pursue learning Unix/Lin