gnuwin32-users Mailing List for GnuWin (Page 2)
Provides native Win32 open source ports and utilities
Brought to you by:
gnuwin32
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
(2) |
Apr
(10) |
May
|
Jun
|
Jul
(24) |
Aug
(14) |
Sep
(19) |
Oct
(16) |
Nov
(11) |
Dec
(3) |
2003 |
Jan
(25) |
Feb
(13) |
Mar
(2) |
Apr
(18) |
May
(24) |
Jun
(15) |
Jul
(19) |
Aug
(14) |
Sep
(5) |
Oct
|
Nov
(1) |
Dec
|
2004 |
Jan
|
Feb
(3) |
Mar
(6) |
Apr
(1) |
May
|
Jun
(5) |
Jul
(2) |
Aug
(5) |
Sep
(3) |
Oct
(4) |
Nov
(2) |
Dec
(1) |
2005 |
Jan
(27) |
Feb
(61) |
Mar
(55) |
Apr
(53) |
May
(63) |
Jun
(15) |
Jul
(37) |
Aug
(41) |
Sep
(21) |
Oct
(22) |
Nov
(49) |
Dec
(41) |
2006 |
Jan
(23) |
Feb
(18) |
Mar
(48) |
Apr
(34) |
May
(22) |
Jun
(16) |
Jul
(9) |
Aug
(14) |
Sep
(14) |
Oct
(27) |
Nov
(31) |
Dec
(40) |
2007 |
Jan
(57) |
Feb
(26) |
Mar
(10) |
Apr
(13) |
May
(29) |
Jun
(17) |
Jul
(22) |
Aug
(11) |
Sep
(29) |
Oct
(13) |
Nov
(21) |
Dec
(39) |
2008 |
Jan
(17) |
Feb
(28) |
Mar
(30) |
Apr
(11) |
May
(6) |
Jun
(13) |
Jul
(23) |
Aug
(9) |
Sep
(10) |
Oct
(23) |
Nov
(15) |
Dec
(15) |
2009 |
Jan
(9) |
Feb
(16) |
Mar
(9) |
Apr
(8) |
May
(36) |
Jun
(18) |
Jul
(10) |
Aug
(16) |
Sep
(10) |
Oct
(21) |
Nov
(6) |
Dec
(9) |
2010 |
Jan
(9) |
Feb
(17) |
Mar
(10) |
Apr
(7) |
May
(20) |
Jun
(18) |
Jul
(7) |
Aug
(11) |
Sep
(14) |
Oct
(11) |
Nov
(7) |
Dec
(3) |
2011 |
Jan
(1) |
Feb
(5) |
Mar
(11) |
Apr
(6) |
May
(20) |
Jun
(4) |
Jul
(7) |
Aug
(1) |
Sep
(8) |
Oct
(9) |
Nov
(8) |
Dec
(6) |
2012 |
Jan
(6) |
Feb
(6) |
Mar
(4) |
Apr
(3) |
May
|
Jun
(6) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
(2) |
2013 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Charles C. <cbc...@th...> - 2012-06-14 14:10:28
|
On 6/14/2012 3:09 AM, Borut Ražem wrote: [snip] > I propose to submit the requet (even better: prepare the patch) to the > original GNU sed developers. If they'll fix it the problem will be solved > once for ever. In other case the fix has to be done on GNUWIN32 port and > repeated for each new release. This is an excellent idea. -- Charles Calvert |
From: Borut R. <bor...@gm...> - 2012-06-14 07:09:14
|
This is probably (I didn't look the source code) an usual unix to windows porting problem: on unix (posix?) an open file can be first removed (unlinked) and then closed while on windows an open file can not be removed. In our case the temporary file is open, then it is tried to be removed which fails (obviously there is no check if the remove call was successfull) and then the file is closed. This is why remains in the current dir after sed termination. I propose to submit the requet (even better: prepare the patch) to the original GNU sed developers. If they'll fix it the problem will be solved once for ever. In other case the fix has to be done on GNUWIN32 port and repeated for each new release. Borut On Wed, Jun 13, 2012 at 11:16 PM, Anton Shepelev <ant...@gm...>wrote: > Charles Calvert: > > > Looks like a temporary file that isn't being > > cleaned up. > > Yes indeed. But whom to contact about the problem? > It seems to be GNUWIN32-specific... |
From: Anton S. <ant...@gm...> - 2012-06-13 21:16:22
|
Charles Calvert: > Looks like a temporary file that isn't being > cleaned up. Yes indeed. But whom to contact about the problem? It seems to be GNUWIN32-specific... -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments |
From: Charles C. <cbc...@th...> - 2012-06-12 21:49:31
|
On 6/12/2012 12:24 PM, Anton Shepelev wrote: > > I have a problem when using sed with the -i > (--in-place) option. Upon processing a file, a new > file named like sedYNFdj6 appears in the working di- > rectory and contains an exact copy of the resulting > file. Looks like a temporary file that isn't being cleaned up. -- Charles Calvert |
From: Anton S. <ant...@gm...> - 2012-06-12 16:24:38
|
Hello all, I have a problem when using sed with the -i (--in-place) option. Upon processing a file, a new file named like sedYNFdj6 appears in the working di- rectory and contains an exact copy of the resulting file. I was using this command line: sed -i -e 1,5d test.txt with sed 4.2.1. I don't think these files should be created. -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments |
From: John <jw...@ve...> - 2012-03-31 23:40:11
|
Hello. If there is another place where this question should be put, please advise. I installed the gnuwin32 installer package from sourceforge. The initial install was not entirely without incident, but I do believe that I managed to complete it after a little fiddling and restarts. I have read the 'Readme.txt" file about "Maintaining a GnuWin32 package list and installation directory", and I have created the CLI startup links. Now I have a couple of questions. First, do I understand correctly that there is no built in "man" command functionality that will load a manual for the commands? From the startup links, I can see multiple instruction files for the commands in several different formats: Windows Help files, HTML, PDFs, and a slew of TXT files. These TXT files are in various "cat" subfolders in the gnuwin32/man directories. However, whenever I type "man" <command> at the shell prompt in the Gnuwin32 environment, it returns this: man: not executing command: /unsafe/ Is this normal behavior? Secondly, I am not perfectly clear on the procedure for updating my installation. Should I simply run the "update.bat" file at some time in the future? Does it manage the process? Does it look to see which of these programs have been unzipped and utilized in order to decide which of them to update? Thanks. John |
From: SourceForge.net <no...@so...> - 2012-03-18 15:40:16
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/5124043 By: borutr Zgrep is shell script, so you need a unix like shell (bash) to execute it. You can find a free port of bash for Windows platforms in cygwin and MSYS packages. Both packages already include the zgrap utility. Borut _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/5124043/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2012-03-18 13:51:20
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/5124043 By: bbryyz hello, I am trying to use zgrep which is included in gzip\bin Do i need to compile the src to get Zgrep package. Adding .exe to zgrep file obviously does not work Thanks _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/5124043/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2012-03-17 23:01:23
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4847475 By: varip I find it bizarre that I got no answer here. But I recall talking to somebody and they mentioned that it gets installed with VIM. So one can install VIM and then get xxd from that. _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4847475/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2012-02-21 21:54:27
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/5012933 By: jj2007 See it the other way round: Why should a Masm coder want to use the GSL library? Simply because occasionally you may need some math functions. Besides, while the code below is assembler (i.e. ML.EXE recognises it as valid code and [i]assembles[/i] it...), it undeniably bears some resemblence to, well, BASIC ;-) include \masm32\MasmBasic\MasmBasic.inc [color=grey]; [/color][url=http://www.masm32.com/board/index.php?topic=12460]download[/url] ; [url=http://gnuwin32.sourceforge.net/packages/gsl.htm]libgsl.dll download[/url] : open Binaries zip, and extract the two files ; libgsl.dll and libgslcblas.dll to \masm32\MasmBasic\GnuScLib\DLL [color=grey]; define your required gsl function(s) using the syntax of the [/color][url=http://www.gnu.org/software/gsl/manual/gsl-ref.html]GNU Scientific Library Reference[/url] [color=blue]gsl[/color] double [color=red]gsl_stats_mean[/color] (const double data[], size_t [color=red]stride[/color], size_t [color=blue]n[/color]) [color=grey]; stride in doubles[/color] [color=blue]gsl[/color] double [color=red]gsl_stats_variance[/color] (const double data[], size_t [color=red]stride[/color], size_t [color=blue]n[/color]) [color=blue]gsl[/color] double [color=red]gsl_stats_sd[/color] (const double data[], size_t [color=red]stride[/color], size_t [color=blue]n[/color]) [color=blue]gsl[/color] double [color=red]gsl_stats_skew[/color] (const double data[], size_t [color=red]stride[/color], size_t [color=blue]n[/color]) [color=blue]gsl[/color] double [color=red]gsl_sf_bessel_J0[/color] (double x) [color=grey]; double x means a pointer to a REAL8 is required[/color] [b] [color=blue]Init [/color] [color=blue]gsl_INIT[/color] [/b] ; [color=blue]Kill[/color] "MyDoubles.dat" [color=grey]; activate if you want to create a new file with every run[/color] .if ![color=blue]Exist[/color]("MyDoubles.dat") [color=grey]; generate a new data file in \Masm32\MasmBasic\GnuScLib\DLL[/color] [color=blue]NumDoubles=1[/color][color=red]000[/color][color=blue]000 [/color ][color=grey]; one Million items - should take a while...[/color] [color=blue]Rand[/color]() [color=grey]; optional: set a seed using rdtsc [/color] [color=blue]Dim[/color] MyDoubles([color=blue]NumDoubles-1[/color]) As REAL8 [color=blue]For_[/color] ebx=0 To [color=blue]NumDoubles-1[/color] [color=blue]Rand[/color](0, 200, MyDoubles(ebx)) [color=grey]; create a double between 0 (inclusive) and 200 (exclusive)[/color] [color=blue] Next[/color] [color=grey]; for numeric arrays, Recall and Store need the #x syntax, i.e. Store "myfile.dat", MyDoubles() is not possible [/color] [color=blue]Open[/color] "O", [color=blue]#1,[/color] "MyDoubles.dat" [color=grey]; write the [/color][color=blue]NumDoubles[/color][color=grey] items to file[/color] [color=blue]Store[/color] #1, MyDoubles() [color=blue]Close[/color] #1 [color=blue]Erase[/color] MyDoubles() [color=grey]; this array no longer needed[/color] [color=blue]PrintLine[/color] "New dataset created in ", [color=blue]CurDir$[/color](0), CrLf$ .endif [color=blue]Open[/color] "I", [color=blue]#1,[/color] "MyDoubles.dat" mov [color=blue]ebx[/color], [color=blue]Lof[/color]([color=blue]#1)[/color] [color=grey]; we need the size in a permanent register[/color] sar [color=blue]ebx[/color], 3 [color=grey]; divide size by 8[/color] [color=blue]PrintLine[/color] "Analysing ", [color=blue]CurDir$[/color](), [color=blue]Str$[/color]("MyDoubles.dat with %i entries", [color=blue]ebx[/color]) [color=blue]Dim[/color] MyDoubles[color=red]2[/color]([color=blue]ebx[/color]) As REAL8 [color=grey]; read an array of doubles from file[/color] [color=blue]Recall[/color] #1, MyDoubles2() [color=blue]Close[/color] #1 lea ecx, MyDoubles2(0) [color=grey]; get pointer to start of data [/color][color=blue] [/color][color=red]gsl_stats_mean[/color](ecx, [color=red]1[/color], [color=blue]ebx[/color]) [color=grey]; [/color][color=red]stride 1 double[/color][color=grey], [/color][color=blue]NumDoubles items[/color] [color=blue]Print Str$[/color]("\nstats_mean= \t [color=blue]%5f[/color]", ST(0)) [color=grey]; show as float, [/color][color=blue]5[/color][color=grey] digits precision[/color] [color=blue]fstp st [/color][color=grey]; clean up the FPU - gsl uses many, sometimes all 8 FPU registers[/color] [color=blue] [/color][color=red]gsl_stats_variance[/color](ecx, [color=red]1[/color], [color=blue]ebx[/color]) [color=grey]; [/color][color=red]stride 1 double[/color][color=grey], [/color][color=blue]NumDoubles items[/color] [color=blue]Print Str$[/color]("\ns_variance= \t [color=blue]%5f[/color]", ST(0)) [color=grey]; show as float, [/color][color=blue]5[/color][color=grey] digits precision[/color] [color=blue]fstp st[/color] [color=blue] [/color][color=red]gsl_stats_sd[/color](ecx, [color=red]1[/color], [color=blue]ebx[/color]) [color=grey]; [/color][color=red]stride 1 double[/color][color=grey], [/color][color=blue]NumDoubles items _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/5012933/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2012-02-17 20:02:08
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/5012933 By: mz2ptc0 I don't understand why GSL users would want to write code in MASM or Nasm assembler language except maybe for industrial applications. I would say that for most "open source" developers Nasm is preferred over MASM; for example OpenSSL no longer supports MSVC/C++ building with MASM with the latest version 1.0.0g. _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/5012933/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2012-02-11 22:14:17
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/5012933 By: jj2007 Hello, I am mostly programming in Masm on Windows, and stumbled over gsl a while ago. Fantastic work! So I decided to make it more accessible in assembler, and wrote some macros. Here is a demo how to use the macro with Microsoft Masm or [url=http://www.japheth.de/JWasm.html]JWasm[/url], taken 1:1 from the [url=http://www.gnu.org/software/gsl/manual/gsl-ref.html#An-Example-Program]gsl example program[/url]: [quote][size=12pt]include \masm32\MasmBasic\MasmBasic.inc [color=grey]; [/color][url=http://www.masm32.com/board/index.php?topic=12460]download[/url] [color=blue] [/color]; [url=http://gnuwin32.sourceforge.net/packages/gsl.htm]libgsl.dll download[/url] : open Binaries zip, and extract ; libgsl.dll and libgslcblas.dll to \masm32\MasmBasic\GnuScLib\DLL [color=grey] ; define the gsl function(s) you need using the syntax of the [/color][url=http://www.gnu.org/software/gsl/manual/gsl-ref.html]GNU Scientific Library Reference[/url] [/size][size=14pt][b]gsl double [color=red]gsl_sf_bessel_J0[/color] (double x)[/size][size=12pt] [/b] .data x REAL8 5.0 [color=grey]; in C, this would be [/color][color=red]double x = 5.0;[/color] [/size][size=14pt][b][color=blue]Init[/size][size=12pt][/b] [/color][b] [/size][size=14pt][color=blue]gsl_INIT[/size][size=12pt] [/b] [/color][/size][size=14pt][b][color=red]gsl_sf_bessel_J0[/color](x)[/size][size =12pt] [/b] [color=blue]PrintLine[/color] "GNU expected:", Tb$, "-0.1775967713143382920" [color=blue]PrintLine[/color] "On FPU: ", Tb$, "-0.1775967713143383198" [color=blue]Inkey Str$[/color]("MB Str$() \t%If", ST(0))[color=grey] [/color][b] [/size][size=14pt][color=blue]gsl_EXIT[/color][/size][size=12pt] [/b] [/size][size=14pt][b][color=blue]Exit[/color][/size][size=12pt][/b] end start [/size][/quote] _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/5012933/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2012-02-05 19:25:04
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4998631 By: mz2ptc0 Gnuwin32 is intended for 32-bit Windows builds but as a suggestion you could try cross-building from Mingw32 using the TDW Mingw-replacement GCC compiler: http://tdm-gcc.tdragon.net/. Many Gnu `tool' projects do not support building with any recent MS C/C++ compiler (cl.exe) or at least not by either using `nmake' nor the Visual Studio IDE. _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4998631/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2012-02-05 05:42:49
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1684737 By: hoho818 楼主,I have the same problem too. how do you solve it? thanks and sorry for my english _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1684737/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2012-02-05 00:00:48
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4998631 By: mojo-chan I'd like to have x64 version of some of the GNU tools, especially sort which could use several gigs of RAM to speed things up. Has anyone had any luck compiling for x64? _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4998631/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2012-01-24 02:13:08
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4968320 By: zenchip I'm sorry I'ts not because of wget, it's because of Windows. I just had to double the "%" character: wget http://en.wikipedia.org/wiki/J%%C3%%B6rg_Breu _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4968320/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2012-01-24 02:02:12
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4968320 By: zenchip Hello, I would like to report the following bug. I have problems downloading pages that contain non-ASCII characters in the link. For example the wikipedia article for Jörg Breu: wget http://en.wikipedia.org/wiki/J%C3%B6rg_Breu I get the error: "ERROR 404: Not found" I am using wget 1.11.4 Can you fix this bug please? thanks _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4968320/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: Charles C. <cbc...@th...> - 2012-01-10 14:51:37
|
On 1/10/2012 8:33 AM, Weiyu Yi wrote: > > I have just installed gnuutils(find and grep) in my winxp(32) system. > > when I try to find some files containing some certain string > recursively, something strange happens > > i.e. grep -l 'something' -R * If you're using the WinXP command shell, this should be: grep -rl "something" *.* If you're using PowerShell, bash or zsh, it should be: grep -rl 'something' * -- Charles Calvert |
From: Weiyu Yi <in...@go...> - 2012-01-10 13:33:21
|
Hi, I have just installed gnuutils(find and grep) in my winxp(32) system. when I try to find some files containing some certain string recursively, something strange happens i.e. grep -l 'something' -R * then all the files under the current directory or futher under the subdirectory of this current directory should be searched. but i got some information like: grep: Xxxxx/: No such file or directory ..... It seems this grep hasn't searched the files under the subdirectory, but search the directories themself Thanks for your help Weiyu Yi |
From: SourceForge.net <no...@so...> - 2011-12-21 21:38:27
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4896529 By: mz2ptc0 I made a custom test build of sed 4.2.1 (sed-4.2.1-src.zip) but I managed to temporarily work around a previously reported compilation error: http://sourceforge.net/tracker/?func=detail&aid=3161532&group_id=23617&atid=379173 . I built against the official Gnuwin32 `regex' library but linked with newer mingw versions of libiconv and libintl (thus creating an undesirable dependency on mingw). I also built with nls support and an unofficial mingw version of `nl_langinfo'. I am using binutils 2.22 and gcc 4.6.1 . _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4896529/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: Dmitry K. <dmi...@gm...> - 2011-12-20 00:48:53
|
Dear GNU Win32 team, Are there any plans to release tiff tools? The current version is 3.8.2 (released in 2006) has few problems which I really suffer from, for example one of them: tiffcp.exe "scan 1.tif" "scan 2.tif" out.tif JPEGSetupEncode: RowsPerStrip must be multiple of 8 for JPEG. out.tif: Error, can't write strip 0. Any information is appreciated. Maybe there are any "unofficial" builds? -- With best regards, Dmitry |
From: SourceForge.net <no...@so...> - 2011-12-18 16:36:11
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4887753 By: mz2ptc0 If you want to convert a RAW file to another graphics image format you don't want to use bzip2. Instead you can try one of the other graphics packages on the Gnuwin packages site or even install ImageMagick or GraphicsMagick which have their own respective "convert.exe" utilities. But your basic problem is that you need to edit the PATH variable to include the Gnuwin installation directory, otherwise you will not be able to use a command prompt window to run Gnuwin `.exe' programs at all. You might try reading previous posts about setting up the PATH variable. _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4887753/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2011-12-18 03:23:14
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4887753 By: menghao93 it's raw file, i want to convert to image, it's meego image for n900. so where can i find the file bro? _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4887753/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2011-12-17 22:03:29
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4887753 By: mz2ptc0 [quote]hello guys, I tried 2 times. my image is missing after compress and my hard disk space gone. What i did in command prompt is C:\Program Files\GnuWin32\bin then i type bunzip2.exe imagename.bz2.. but i can't where is the output.. [/quote] You need to prepend the Gnuwin installation directory to your PATH environment variable or place it somewhere in the search path; maybe you are decompressing your data in the wrong directory instead of into the working directory where the compressed file is located. What kind of image file is it anyway and why do you even need to compress it? My point is that the image usually is already compressed by the graphics algorithm itself. _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4887753/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |
From: SourceForge.net <no...@so...> - 2011-12-17 20:33:15
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4887753 By: menghao93 hello guys, I tried 2 times. my image is missing after compress and my hard disk space gone. What i did in command prompt is C:\Program Files\GnuWin32\bin then i type bunzip2.exe imagename.bz2.. but i can't where is the output.. _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4887753/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |