[GnuWin32-Users] [gnuwin32 - Help] RE: Bison + M4 Windows Vista

2008-12-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5941940 By: glutters Yes, but it works on XP. The code: %{ #define YYSTYPE char* // deve cambiare #include stdlib.h #include getopt.h #include error.h %} /** Credo sia opportuno dichiarare un

[GnuWin32-Users] [gnuwin32 - Help] RE: Bison + M4 Windows Vista

2008-12-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5941959 By: glutters I've tested this file with byacc and i have no problem. __ You are receiving this email because you elected to monitor

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2009-01-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6266984 By: saimen54 Hi, here it works with VC2005, when I use GSL_DLL. But I tried to compile my project using cpptasks for Ant and then I got the LNK2019 error again. The compiler properties should

[GnuWin32-Users] [gnuwin32 - Help] RE: Linking error: unresolved externals GSL

2009-01-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6290288 By: saimen54 Workaround for this issue: Use libgslcblas.lib, libgsl.lib for Ant compiling and libgslcblas_dll.lib, libgsl_dll.lib for VisualC++ compiling

[GnuWin32-Users] [gnuwin32 - Help] sed -n not working as expected

2009-02-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6411783 By: mastacheata Hello, command | sed -n /regex/{N;p} should print the line right after the matched one. Instead it prints both lines, the matched one and the one behind

[GnuWin32-Users] [gnuwin32 - Help] RE: sed -n not working as expected

2009-02-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6419531 By: keithmarshall Nope. You need to go read the manual again. command | sed -n /regex/{N;p} (if you ignore the POSIX violation of failing to place a newline before the closing brace), should do

[GnuWin32-Users] [gnuwin32 - Help] Eol characters

2009-02-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6439106 By: robbertdam Hello, I'm using sed to search/replace text in my Visual Basic project files. However, the windows EOL chars are converted to unix-style, so they cannot be read anymore by VB

[GnuWin32-Users] [gnuwin32 - Help] RE: Eol characters

2009-02-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6451477 By: gnuwin32 Either use the -T (--textmode) option with sed, which makes sed read and write files in textmode. Or use unix2dos from the Cygutils package to convert LF to CRLF

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : file

2009-02-19 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: file Date : 2009-02-19 22:10 Project GnuWin32 ('gnuwin32') has released the new version of package 'file'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=662480

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : grep

2009-02-19 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: grep Date : 2009-02-19 22:14 Project GnuWin32 ('gnuwin32') has released the new version of package 'grep'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=662478

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : mktemp

2009-02-20 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: mktemp Date : 2009-02-20 09:33 Project GnuWin32 ('gnuwin32') has released the new version of package 'mktemp'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=662489

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : ed

2009-02-20 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: ed Date : 2009-02-20 09:36 Project GnuWin32 ('gnuwin32') has released the new version of package 'ed'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=662494 or browse

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : tree

2009-02-20 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: tree Date : 2009-02-20 09:35 Project GnuWin32 ('gnuwin32') has released the new version of package 'tree'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=662492

[GnuWin32-Users] [gnuwin32 - Help] Noobish question but....

2009-02-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6535793 By: rksharkz I need to ask it. I've downloaded Flex and Bison, and installed everything ok. But... i either don't know how to use these under windows, or i can't. So, in gnuwin\bin i see 4 exes

[GnuWin32-Users] [gnuwin32 - Help] RE: Noobish question but....

2009-02-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6535944 By: tml1024 Are you trying to run them interactively, expecting them to offer some kind of user interface? Then you have misunderstood something. Typically these tools are used from scripts

[GnuWin32-Users] [gnuwin32 - Help] RE: Example on how to use ntfsinfo

2009-03-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6589645 By: voiderator Hi there, I can't make ntfs progs to work at all here. My windows C drive should be sda1. binntfsinfo.exe -v -m -d /dev/sda1 Failed to set locale, using default '(null)'. win32_io.c

[GnuWin32-Users] [gnuwin32 - Help] ntfsprogs: what to pass for device ?

2009-03-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6589807 By: voiderator Hi there, I can't make ntfs progs to work at all here. I cannot figure out what, how to pass for device/ partition I'm refering to to any of the ntfsprogs. Nothing seems to work

[GnuWin32-Users] [gnuwin32 - Help] Problems building libtiff

2009-03-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6617123 By: roboro Hi, I am trying to build libtiff from the GnuWin32 source package. I am using Bash and Make from MSYS 1.0.10, and I have the current BinUtils and GCC from MinGW 5.1.4. I edited

[GnuWin32-Users] [gnuwin32 - Help] RE: ntfsprogs: what to pass for device ?

2009-03-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6617297 By: gnuwin32 Apparently this version of ntfsprogs does not work for SATA drives. A new release is being ported, but it will take some time before this available

[GnuWin32-Users] [gnuwin32 - Help] RE: ntfsprogs: what to pass for device ?

2009-03-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6641566 By: voiderator Hello, I've just built ntfsprogs v 2.0.0 on cygwin (built linked against cygwin libs), and it works, provided I substitute h for s on my sata harddisk or usb flash, or removables. So

[GnuWin32-Users] [gnuwin32 - Help] RE: gsar - replace string includes colon

2009-03-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6643356 By: jjcougar The program is complaining because you have used the -f option which requires a source and output file. If you replace the -f with -o it will update in place

[GnuWin32-Users] [gnuwin32 - Help] Readline 64bit

2009-03-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6704877 By: gmakin Hi all, - I've doenlaoded the readline 5.0 source coe, How to build readline for Windows? - Is there realine available for Windows 64 bit? -Gaurav Makin

[GnuWin32-Users] [gnuwin32 - Help] RE: Readline 64bit

2009-03-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6714041 By: gnuwin32 1) Type 'make' at a bash prompt. See http://gnuwin32.sourceforge.net/compile.html 2) No, you'll have to compile it yourself

[GnuWin32-Users] [gnuwin32 - Help] RE: patch not working in Vista

2009-04-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7093391 By: msec There's a fairly straightforward workaround: in the same folder as patch.exe, add a file named 'patch.exe.manifest' which has the following content: pre ?xml version=1.0 encoding=UTF-8

[GnuWin32-Users] [gnuwin32 - Help] RE: patch not working in Vista

2009-04-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7093453 By: msec Please note that the pre and /pre tags in my previous post should NOT be part of the file content - I didn't read the 'HTML tags will display in your post as text' warning carefully enough

[GnuWin32-Users] [gnuwin32 - Help] Need help on getting started

2009-04-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7307273 By: schillg1 Hello, I'm completly new to GnuWin and would like to use it in one of my projects. I use the LCC compiler. Can you point me to some manuals on setting the thing up on an XP-machine as I

[GnuWin32-Users] [gnuwin32 - Help] How to search forum

2009-04-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7317195 By: natong bad __ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login

[GnuWin32-Users] [gnuwin32 - Help] Bison 2.1-2.4

2009-05-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7365115 By: neonelf I'm trying to use a yacc gramer written on unix for bison 2.4 on gnuwin32 bison 2.1 and running into some important differences in the file. When, if ever, will the windows version

[GnuWin32-Users] [gnuwin32 - Help] RE: Bison 2.1-2.4

2009-05-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7374008 By: neonelf sweet! Thank you for doing this work for us! I look forward to getting it. __ You are receiving this email because you

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : libpng

2009-05-07 Thread SourceForge.net
Project: GnuWin (gnuwin32) Package: libpng Date : 2009-05-08 00:22 Project GnuWin ('gnuwin32') has released the new version of package 'libpng'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=681139

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : file

2009-05-07 Thread SourceForge.net
Project: GnuWin (gnuwin32) Package: file Date : 2009-05-08 00:34 Project GnuWin ('gnuwin32') has released the new version of package 'file'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=681141 or browse

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : m4

2009-05-07 Thread SourceForge.net
Project: GnuWin (gnuwin32) Package: m4 Date : 2009-05-08 00:36 Project GnuWin ('gnuwin32') has released the new version of package 'm4'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=681143 or browse

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : sed

2009-05-07 Thread SourceForge.net
Project: GnuWin (gnuwin32) Package: sed Date : 2009-05-08 00:40 Project GnuWin ('gnuwin32') has released the new version of package 'sed'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=681144 or browse

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL: Header files not being read

2009-05-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7384926 By: hami009 Hi, Did you find the solution of this porblem... I am also getting the samen error unresolved external'gsl_sf_bessel_j0' reference I would really appreciate your help. Cheers

[GnuWin32-Users] [gnuwin32 - Help] unresolved external symbol _gsl_rng_mt19937

2009-05-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7391684 By: ntbaovn Please help me, I use VC 2008 with OpenCV and GNU. At first, there is an error: file _dll not found. I follow as in this topic, https://sourceforge.net/forum/forum.php?thread_id

[GnuWin32-Users] [gnuwin32 - Help] RE: unresolved external symbol _gsl_rng_mt19937

2009-05-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7392279 By: gnuwin32 Did you compile with the preprocessor symbol GSL_DLL defined? __ You are receiving this email because you elected

[GnuWin32-Users] [gnuwin32 - Help] RE: tar: invalid syntax or bug

2009-05-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7392282 By: gnuwin32 Try to use bsdtar (from the Libarchive package), which is in most cases a better alternative to tar. __ You

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL: Header files not being read

2009-05-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7392288 By: gnuwin32 Did you compile with the preprocessor symbol GSL_DLL defined (see http://gnuwin32.sourceforge.net/packages/gsl.htm

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL: Header files not being read

2009-05-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7392885 By: ntbaovn Can not open this link: http://gnuwin32.sourceforge.net/packages/gsl.htm please check it out? __ You are receiving

[GnuWin32-Users] [gnuwin32 - Help] RE: unresolved external symbol _gsl_rng_mt19937

2009-05-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7392890 By: ntbaovn I read it in the page: http://gnuwin32.sourceforge.net/packages/gsl.htm If you will be using one of the dynamic libraries, add GSL_DLL to the list of predefined macros but I don't know

[GnuWin32-Users] [gnuwin32 - Help] RE: unresolved external symbol _gsl_rng_mt19937

2009-05-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7398032 By: gnuwin32 Look into the documentation or help file of your compiler. __ You are receiving this email because you elected

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL: Header files not being read

2009-05-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7398035 By: gnuwin32 It works for me. __ You are receiving this email because you elected to monitor this forum. To stop monitoring

[GnuWin32-Users] [gnuwin32 - Help] RE: sed 4.2 win32 textmode

2009-05-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7398051 By: gnuwin32 With version 4.2, the behavior of sed has been changed. It now works by default in textmode, and has an option for reading and writing in binary mode. The previous textmode option

[GnuWin32-Users] [gnuwin32 - Help] arj log and acrive bad files

2009-05-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7402254 By: herbary Im using arj gnuwin32. Is it possible to put all error message of processing in output txt file? Is it possible to add to archive all files and bad files too

[GnuWin32-Users] [gnuwin32 - Help] RE: diff: function truncated to 40 characters

2009-05-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7402328 By: gnuwin32 This looks more a feature of the original diff package than of the GnuWin32 port. So please report this to the appropriate diffutils mailing list; see http://www.gnu.org/software/diffutils

[GnuWin32-Users] [gnuwin32 - Help] RE: arj log and acrive bad files

2009-05-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7402335 By: gnuwin32 1) use redirection: arj log.txt 2) perhaps you can find this in the manual __ You are receiving this email

[GnuWin32-Users] [gnuwin32 - Help] arj to file level backup postgresql

2009-05-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7415814 By: herbary One of method of restorage of postgresql server is file level backup of folder of working server. For this i try ti use arj with key: arj a -a1 -m3 -r -y -e1 -jt in result while unarj

[GnuWin32-Users] [gnuwin32 - Help] RE: untar to specified folder

2009-05-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7419153 By: gnuwin32 Try to use bsdtar from the libarchive package. __ You are receiving this email because you elected to monitor

[GnuWin32-Users] [gnuwin32 - Help] Folders with spaces at end

2009-06-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7426398 By: emodric Is there an option in wget for windows to handle folders that have spaces at end in Windows? If I want to download something from an URL like http://www.server.com/dirname /some.zip

[GnuWin32-Users] [gnuwin32 - Help] RE: untar to specified folder

2009-06-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7426432 By: herbary I try but in --help no key or switch for definite destination folder to untar __ You are receiving this email because

[GnuWin32-Users] [gnuwin32 - Help] RE: Folders with spaces at end

2009-06-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7428253 By: keithmarshall Thanks, Kees. __ You are receiving this email because you elected to monitor this forum. To stop monitoring

[GnuWin32-Users] [gnuwin32 - Help] RE: untar to specified folder

2009-06-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7428576 By: keithmarshall If I understand you correctly, you have an archive file in some directory, (you called it dir_2), and you want to extract it into another directory, (which you called dir_3)? Right

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : sed

2009-06-07 Thread SourceForge.net
Project: GnuWin (gnuwin32) Package: sed Date : 2009-06-07 11:15 Project GnuWin ('gnuwin32') has released the new version of package 'sed'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=687940 or browse

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : libpng

2009-06-07 Thread SourceForge.net
Project: GnuWin (gnuwin32) Package: libpng Date : 2009-06-07 11:24 Project GnuWin ('gnuwin32') has released the new version of package 'libpng'. You can download it from SourceForge.net by following this link: https://sourceforge.net/project/showfiles.php?group_id=23617release_id=687943

[GnuWin32-Users] [gnuwin32 - Help] RE: tar: invalid syntax or bug

2009-07-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7498571 By: rovf My guess is that d:\temp does not exist. The command runs fine for me. __ You are receiving this email because you elected

[GnuWin32-Users] [gnuwin32 - Help] File for Windows Unicode

2009-08-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7566194 By: selaferdman Hi all, Does file function (magic_file) support file name in Unicode? Thanks in advance, Sela __ You are receiving

[GnuWin32-Users] [gnuwin32 - Help] RE: File for Windows Unicode

2009-08-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7566846 By: gnuwin32 I don't think it supports Unicode, since it hasn't been compiled with wide char's as the default. However, but I haven't done any testing, I suppose it supports file names in the default

[GnuWin32-Users] [gnuwin32 - Help] RE: File for Windows Unicode

2009-08-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7567933 By: selaferdman Thanks, I have found a workaround: you can use magic_buffer instead of magic_file and take care of Unicode file names yourself

[GnuWin32-Users] [gnuwin32 - Help] Absolute filename syntax including drive id

2009-08-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7585336 By: kbroadey I've come across several comments on the web showing that you can include a drive letter in an absolute filename using this syntax:- \\.\X: where X is the drive letter. Try as I

[GnuWin32-Users] [gnuwin32 - Help] RE: Absolute filename syntax including drive id

2009-08-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7585363 By: tml1024 What makes you think there would need to be any gnuwin32-specific documentation for this? __ You are receiving

[GnuWin32-Users] [gnuwin32 - Help] Verifying checksum of a CD

2009-08-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7585408 By: kbroadey I have an ISO file that I've burned to a CD. I know its md5 checksum. On my Ubuntu 9.04 system I can do dd if=/dev/cdrom | md5sum and I get the same checksum as for the original ISO

[GnuWin32-Users] [gnuwin32 - Help] RE: Absolute filename syntax including drive id

2009-08-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7586166 By: kbroadey Well I haven't some across this syntax before, so I guessed it was GnuWin32-specific. Having spent entirely too long on Google today, though, it seems I guessed wrong, as it's

[GnuWin32-Users] [gnuwin32 - Help] RE: Verifying checksum of a CD

2009-08-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7586250 By: kbroadey md5sum is part of CoreUtils 5.3.0, as is dd. The reason for the extra pipe is that I found a hint somewhere on the worldwide web that piping dd into md5sum was the way to get a CD

[GnuWin32-Users] [gnuwin32 - Help] RE: Verifying checksum of a CD

2009-08-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7591035 By: gnuwin32 The format \\.\D: seems indeed the correct one for opening a physical volume, according to the description for CreateFile on MSDN (http://msdn.microsoft.com/en-us/library/aa363858(VS.85

[GnuWin32-Users] [gnuwin32 - Help] How to get a list of links url ?

2009-09-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7601091 By: vincentcort Hi, I am using wget to download links. I would like to retrieve as well all links and display it or put it in log files. How can I do that with wget ? Thanks

[GnuWin32-Users] [gnuwin32 - Help] no shell

2009-09-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7616738 By: freyi I assumed the CoreUtils package of shell utilities etc would contain a shell, but it appears there is no shell in any of the packages? Why

[GnuWin32-Users] [gnuwin32 - Help] RE: no shell

2009-09-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7617034 By: gnuwin32 Shell-utils refers to utilities _for_ the shell, not to the shell itself. They can be used in any shell, also in the MS-Windows command.com and cmd.exe

[GnuWin32-Users] [gnuwin32 - Help] RE: How to get a list of links url ?

2009-09-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3385324 By: lowella Could you be more specific about what you want to do? Wget downloads web pages and files. Web pages contain links to other web pages and files. Are you wanting

[GnuWin32-Users] [gnuwin32 - Help] RE: Verifying checksum of a CD

2009-09-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3379209 By: raysatiro I have also noticed stderr mixing with stdout on some programs I have that use crt. Even if you are not buffering stdout, and stderr isn't buffered (default

[GnuWin32-Users] [gnuwin32 - Help] How to add Crypt() function to my win32 dll

2009-09-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3405195 By: tintino Given the source code in the file crypt-2.2.5-src.zip , how do i actually implement the Crypt function in my Visual Studio 6.0 C++ app? I'm sorry if this is a noob

[GnuWin32-Users] [gnuwin32 - Help] WGET EXPLOIT - PLEASE UPDATE TO 1.12

2009-10-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3423003 By: liamtr This version of Wget is vulnerable to an exploit. Please update Wget to version 1.12. Exploit advisory url: [http://secunia.com/advisories/36540/][1] Info: Description

[GnuWin32-Users] [gnuwin32 - Help] RE: du cannot access invalid argument

2009-10-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3429195 By: vtknightmare Stats: ** du version dump: du (GNU coreutils) 5.3.0 Written by Torbjorn Granlund, David MacKenzie, Paul Eggert

[GnuWin32-Users] [gnuwin32 - Help] RE: du cannot access invalid argument

2009-10-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3429195 By: vtknightmare C:\du -s c:/Temp/*.exe 336 c:/Temp/curl.exe 364 c:/Temp/filelist.exe 136 c:/Temp/grep.exe 2516c:/Temp/odt.exe 14128 c:/Temp/pidgin_setup.exe C:\du

[GnuWin32-Users] [gnuwin32 - Help] RE: du cannot access invalid argument

2009-10-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3429195 By: tml1024 Well, do you have any *.jpg files directly in the C:/Temp directory? That is what `du -s C:/Temp/*.jpg` looks for. This is no different from what it does on UNIX systems

[GnuWin32-Users] [gnuwin32 - Help] RE: du cannot access invalid argument

2009-10-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3429195 By: vtknightmare @tml1024: ** find C:/Temp -iname '*.jpg' | xargs du* This didn't work... It lists EVERYTHING in the directory the command was executed upon :/ ** Just use

[GnuWin32-Users] [gnuwin32 - Help] RE: WGET EXPLOIT - PLEASE UPDATE TO 1.12

2009-10-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3423003 By: raysatiro I compiled wget-1.12.1-devel and openssl-0.9.8k. No idn no nls. [http://drop.io/GetGnuWin32/asset/wget-1-12-1-devel-and-openssl-0-9-8k-zip][1] [http://drop.io

[GnuWin32-Users] [gnuwin32 - Help] output format - no indent

2009-10-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3442044 By: tgkprog i would love an output format where we see a line that says -\/***/\** File 1 10-50: {actual diff lines} -\/***/\** File 2 : 10-40 (actual diff lines

[GnuWin32-Users] [gnuwin32 - Help] RE: WGET EXPLOIT - PLEASE UPDATE TO 1.12

2009-12-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3423003 By: tml1024 The sky is falling! The sky is falling! __ You are receiving this email because you elected to monitor

[GnuWin32-Users] [gnuwin32 - Help] RE: WGET EXPLOIT - PLEASE UPDATE TO 1.12

2009-12-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3423003 By: liamtr Hey guys, Strangely i didn't get the usual emails from SourceForge until a day or two ago to notify me replies had been posted. Not sure what happened there... but sh1t

[GnuWin32-Users] [gnuwin32 - Help] RE: WGET EXPLOIT - PLEASE UPDATE TO 1.12

2009-12-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3423003 By: mz2ptc0 I actually went ahead and installed Jay's development build and have been testing it. I also have built OpenSSL 0.9.8l myself using Visual C++ 9 Express Edition

[GnuWin32-Users] [gnuwin32 - Help] Seeing Garbage When Trying To Use Bison

2010-01-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3520921 By: ubuntu-nathan Hello, I've downloaded just Bison of the GnuWin32 compiler pack, I've downloaded the setup without sources and all got right when installing, then I tried to test

[GnuWin32-Users] [gnuwin32 - Help] Urgent need for an lz or xz utils build

2010-01-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3521934 By: mz2ptc0 I installed MinGW and MSYS on Windows XP but I needed an lzma compression utility to install. I did build a beta version of xz utils and installed it but it would

[GnuWin32-Users] [gnuwin32 - Help] RE: Urgent need for an lz or xz utils build

2010-01-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3521934 By: maddes Why not use xz from MinGW itself? See https://sourceforge.net/projects/mingw/files/MinGW%20xz/ Otherwise use 7-Zip

[GnuWin32-Users] [gnuwin32 - Help] RE: Urgent need for an lz or xz utils build

2010-01-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3521934 By: mz2ptc0 [quoteWhy not use xz from MinGW itself? See https://sourceforge.net/projects/mingw/files/MinGW%20xz/ Otherwise use 7-Zip.][/quote] Okay, the details are that MSYS xz beta

[GnuWin32-Users] [gnuwin32 - Help] RE: How to change the width for groff ascii outp.

2010-01-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3524517 By: mz2ptc0 I think you need to learn a little about formatting documents by first reading the groff manual. Do you have an Info reader or emacs installed? When I perused the manual

[GnuWin32-Users] [gnuwin32 - Help] RE: sort

2010-02-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3541892 By: raysatiro Download GetGnuWin32-0.6.3.exe, run the exe to unzip. In its bin subdirectory will be sort-7.6

[GnuWin32-Users] [gnuwin32 - Help] RE: sort

2010-02-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3541892 By: porphyry5 Thank you very much. That did the job. _ You are receiving this email because you

[GnuWin32-Users] [gnuwin32 - Help] RE: Need copy of old TexInfo 4.1

2010-02-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3548528 By: timayres Ah yes, the infamous Sourceforge restructuring, it has bitten many. I would appreciate it if you could dig this old version out, on the off chance that it does actually

[GnuWin32-Users] [gnuwin32 - Help] RE: Need copy of old TexInfo 4.1

2010-02-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3548528 By: timayres Keith, Thanks for the tip, however I'm really looking for a [i]native[/i] way to read info files in the win32 console, that's why I'm looking to GnuWin32 instead of MSYS

[GnuWin32-Users] [gnuwin32 - Help] RE: Using GSL on Qt for Windows

2010-03-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3643619 By: mabrand Hi, Just wanted to suggest that cross building on a Unix/Linux machine for MinGW32 might be a good solution. An excellent environment for doing this is mingw-cross-env

[GnuWin32-Users] [gnuwin32 - Help] RE: Using GSL on Qt for Windows

2010-03-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3643619 By: gnuwin32 I'm not at all familiar with Qt, so I'm afraid I can't be of much help here. In any case, I guess you would also have to define the macro (compile switch) GSL_DLL ; see

[GnuWin32-Users] [gnuwin32 - Help] can not link Regex for Windows in VS 2008

2010-04-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3659631 By: dand78 Hi, I have used Regex for Windows in MS VS 2008. The code is compiled successfully, but I get link error. I also have included library directory and library fie regex.lib

[GnuWin32-Users] [gnuwin32 - Help] ETA for source code package of new m4 build

2010-04-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3690936 By: mz2ptc0 I have already installed the update to m4. Thanks a lot, but I would like a source code package as well. Since I have installed MSYS and MinGW (32-bit of course) I have

[GnuWin32-Users] [gnuwin32 - Help] problem about gsl_matrix_view_array

2010-05-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3700601 By: breadbread1984 Why the GSL code compiled on VS2005 get runtime error every time. [code] #include cstdlib extern C { #include gsl/gsl_matrix.h } using namespace std; int main

[GnuWin32-Users] [gnuwin32 - Help] RE: problem about gsl_matrix_view_array

2010-05-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3700601 By: gnuwin32 Did you compile with the switch GSL_DLL on? _ You are receiving this email because

[GnuWin32-Users] [gnuwin32 - Help] RE: problem about gsl_matrix_view_array

2010-05-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3700601 By: breadbread1984 When I compiled the program with GSL_DLL on. The Visual Studio 05 complained that __imp_gsl_matrix_submatrix and __imp_gsl_matrix_view_array couldn't be found

[GnuWin32-Users] [gnuwin32 - Help] gawk treats pipe FS-delimiters inconsistently

2010-05-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3707582 By: tridsisme Hi there I'm using gawk 3.1.6 to parse some output from [b]isql [/b](Sybase) that looks like the following: [code] |data_type|type_name |precision |length

[GnuWin32-Users] [gnuwin32 - Help] RE: gawk treats pipe FS-delimiters inconsistently

2010-05-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3707582 By: raysatiro no that is not a bug. you have to escape twice like this [code]FS= *\\| *;[/code] for more information read this http://www.gnu.org/software/gawk/manual/gawk.html

[GnuWin32-Users] [gnuwin32 - Help] RE: gawk treats pipe FS-delimiters inconsistently

2010-05-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3707582 By: tridsisme Awesome - Thank you both for two excellent answers! It's good to know the right way (raysatiro), but i love the lateral solution too (lowella). Thanks again! =oD

[GnuWin32-Users] [gnuwin32 - Help] Downloading only changed files

2010-05-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3721906 By: brundleflyguy Hi there, I've looked through the forums without finding an answer to this. When using the Windows version of wget, can I tell it to only download the file

<    1   2   3   4   5   6   7   >