gnuwin32-users Mailing List for GnuWin
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: Barry K. <blk...@gm...> - 2019-03-22 20:07:34
|
I am attempting to build a program on my windows 10 system using the gnu win32 regex library. I am using the developer console under microsoft visual studio 2017 ********************************************************************** ** Visual Studio 2017 Developer Command Prompt v15.9.7 ** Copyright (c) 2017 Microsoft Corporation ********************************************************************** C:\Program Files (x86)\Microsoft Visual Studio\2017\Community> I have copied the DLL file for the regex code to the directory containing my source code. when I compile the code I specify an option to point to the directory containing the gun win32 regex.h file. However when I attempt to compile the program I receive the following error messages C:\barry\dosutils>cl "/I%INCGNU%" regex1.c Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27027.1 for x86 Copyright (C) Microsoft Corporation. All rights reserved. regex1.c Microsoft (R) Incremental Linker Version 14.16.27027.1 Copyright (C) Microsoft Corporation. All rights reserved. /out:regex1.exe regex1.obj regex1.obj : error LNK2019: unresolved external symbol __imp__regcomp referenced in function _main regex1.obj : error LNK2019: unresolved external symbol __imp__regexec referenced in function _main regex1.obj : error LNK2019: unresolved external symbol __imp__regerror referenced in function _main regex1.exe : fatal error LNK1120: 3 unresolved externals I have been looking through the supplied documentation that came with the gun win32 regex library and there is nothing there showing me how to compile a program. How do I resolve these errors ? Thanks -- ==================== Barry Kimelman Winnipeg, MB, Canada |
From: Anthony K. <ell...@gm...> - 2018-05-02 11:52:21
|
I feel utterly dumb for asking this, but I am trying to use the ARC utility. According to docu, I can do `arc e example.arc "C:/location/to/extract"` and it should extract all files in example.arc to that location. But instead I get the message "File not found: C:/location/to/extract" (even though the folder exists on my hard drive.) It seems that instead this applies a filter of which folders to extract *within* the archive. I want to batch extract a bunch of files in some subfolders and without the ability to specify where to extract I can't do this without going to each folder one by one. Is this really the intended behaviour and will I have to modify the source code myself? Anthony Kleine |
From: Roland S. <sal...@gm...> - 2017-06-29 20:30:43
|
Hi, recently I installed texinfo for windows 4.13a from gnuwin32 on a windows 10 machine. With the makeinfo.exe it contains, rum from a windows command line, I can create info files from texi files by makeinfo <filename>.texi without any problem. But makeinfo does not seem to accept any options: Makeinfo -pdf <filename>.texi results in 'unrecognized option -pdf'. Same with --dvipdf Not even the -help option works: Makeinfo -help gives me back 'Dateiangabe fehlt' (something like: 'missing file specification') How can I pass options to makeinfo on the windows command line? And how can I use makeinfo under windows to create pdf files from texi? I can't find any documentation about the particular situation of makeinfo under windows. Thanks a lot and best regards, Roland |
From: Chris B. <ch...@be...> - 2017-03-22 02:07:54
|
Hi everyone. I recently downloaded a copy of sunrpc for use on a project I am working on and began receiving errors when trying to compile a .x file. I am on Windows 7, 64 bit and its part of a large QT / Mingw project. I was using the command rpcgen -Y C:\Mingw\bin -C -c -o xdraircraft.cpp xdraircraft.x It works fine on Linux (We dont even need the -Y flag there) but did not work from within QT creator. All I saw was the error message "fopen" access denied. After downloading the source I identified the problem. It is using tmpnam which returns something like \abcd1. in Windows. Under the C: drive it has a permission error unless you are compiling as an administrator. I made a fix in rpc_main.c that fixes this problem and uses your TMP variable as a template to mkstemp. //MARPOSS^M /*^M * Open input file with given define for C-preprocessor^M */^M static void^M open_input(const char *infile, const char *define)^M {^M char szTemp[360];^M ^M if (getenv("TMP")) { sprintf(szTempFile,"%s\\rpcXXXXXX.tmp",getenv("TMP")); close(mkstemp(szTempFile)); } else { tmpnam(szTempFile);^M } ^M find_cpp();^M sprintf(szTemp, "%s %s %s %s > %s\n", CPP, CPPFLAGS, define, infile, szTempFile);^M //printf(szTemp);^M ^M system(szTemp);^M fin = fopen(szTempFile, "r");^M if (fin == NULL) {^M perror(szTempFile);^M crash();^M }^M }^M Sorry for the ^M, I am using VIM. Hope this helps someone out there. -- Chris Benesch BeneschTech, LLC |
From: Andrew P. <and...@gm...> - 2016-08-31 19:11:04
|
Thanks for porting an awk binary to Windows, hopefully that unlocks a lot of interesting shell scripts! Could awk be published to Chocolatey to make it easier for newbies to install? <goog_1173908785> https://chocolatey.org/ -- Cheers, Andrew |
From: anton m <nyf...@ya...> - 2016-08-06 00:19:03
|
Andrew, there is a feature request list you could try adding to at: https://sourceforge.net/p/gnuwin32/feature-requests/ I don't think anything is to await soon considering I made a patch/bugfix and not even that has been included since May 2015. From: Andrew Pennebaker <and...@gm...> To: GnuWin <gnu...@li...> Sent: Thursday, August 4, 2016 6:14 PM Subject: [GnuWin32-Users] Chocolatey package for tree.exe? Thanks for porting tree to Windows! Could you publish a Chocolatey package for tree in order to make it easier to install for newbies? E.g., automatically add the tree.exe bin directory to PATH on install would help introductory command line users. https://chocolatey.org/ -- Cheers, Andrew |
From: Andrew P. <and...@gm...> - 2016-08-05 01:14:08
|
Thanks for porting tree to Windows! Could you publish a Chocolatey package for tree in order to make it easier to install for newbies? E.g., automatically add the tree.exe bin directory to PATH on install would help introductory command line users. https://chocolatey.org/ -- Cheers, Andrew |
From: Bill P. <bmp...@zo...> - 2016-07-30 12:45:54
|
Hello, I have successfully installed GnuWin32 Tools on my Windows 10 PC but am not able to on my daughter's Windows 10 PC. She is going off to college in a few weeks and I would like to get her set up with the GnuWin32 tools before she goes. I downloaded GetGnuWin32-0.6.3.exe from https://sourceforge.net/projects/getgnuwin32/ and ran download.bat. It got through the 5%, 10%...100% display messages but after that it failed saying something like "Uh oh, we were unable to verify any of the files". It also displayed a suggestion to try using download.bat with some arguments (something like "download.bat <argument 1> <argument 2>"). I tried that also but got the same results. I tried download by itself and with arguments both multiple times and got the same results. I apologize for being a little unsure about the exact error message and names of the download.bat arguments. It is because it is my daughter's PC which she needs to use a lot so I am not able to be on it for very long to get these details. I did not see any suggestions for how to address this on the internet or in your mailing lists. It just seems strange to me that I was able to get these tools installed and working fine on my Windows 10 PC but not on hers. Could you please let me know what I may be doing wrong or how to get this installed properly on her PC? Thank you, Bill Peloso |
From: <me...@ya...> - 2016-05-11 16:28:09
|
Hello! You have a new message, please read <http://sistersstylestudio.com/soccer.php?5ajhj> me...@ya... |
From: Edward D. <eld...@tr...> - 2015-11-17 06:18:48
|
My attempt to use xsltproc from gnuwin in Windows 8.1 is met with failure because of missing imports in libxml2 of gnuwin. The actual message I am seeing when I attempt to run "xsltproc -version" is: "The procedure entry point xmlDefaultSAXHandler could not be located in the dynamic link library C:\Utilities\GnuWin\bin\xsltproc.exe." If I look at Dependency Walker it shows that libxml2.dll has a number of unresolved imports including xmlDefaultSAXHandler, xmlIndentTreeOutput, xmlLoadExtDtdDefaultValue, and xmlParserVersion. Is gnuwin unusable under Windows 8.1 ? If not, what do I need to do to get it to work properly ? |
From: anton m <nyf...@ya...> - 2015-05-20 15:16:52
|
thank you! create tickets works now and I added a patch. but... now it is not possible to post to the discussion area anymore: I get "You do not have permission to post in any forums." From: anton m <nyf...@ya...> To: GnuWin <gnu...@us...> Sent: Wednesday, May 20, 2015 5:13 PM Subject: Re: [GnuWin32-Users] how to contribute? create tickets work and I added a patch. but... now it is not possible to post to the discussion area anymore: I get "You do not have permission to post in any forums." From: GnuWin <gnu...@us...> To: Cc: "gnu...@li..." <gnu...@li...> Sent: Wednesday, May 20, 2015 11:27 AM Subject: Re: [GnuWin32-Users] how to contribute? I have reset several options in the tickets (trackers) lists and the mailing lists. I hope everything works now as it should, i.e. every sourceforge user that is logged in at sourceforge, is allowd to post. 2015-05-11 2:49 GMT+02:00 anton m <nyf...@ya...>: > > Hi, > The gnuwin tracker is not open. Currently not possible to create bug > reports, contribute with patches, or create feature or support requests. > Could you please inform about the status of the project? The last binaries > are from 2010. > Is it possible to open up the tickets? Perhaps request more > developers/admins to join? > Despite the status, the binaries show 34000 downloads just this past week > !!! > Thank you > > Patches of more general interest may be submitted to a mailing list for > the > >original package, > >in this case > >http://lists.gnu.org/mailman/listinfo/bug-make > >or > >http://lists.gnu.org/mailman/listinfo/make-w32 > >Patches related only to the gnuwin32 port, and not of interest to other > >platforms, may be submitted to the Gnuwin32 patches tracker > >http://sourceforge.net/tracker/?group_id=23617&atid=379175 > > Kees Zeelenberg > > ----- Original Message ----- > From: "Alexandre Girao" <alexgirao@...> > To: <gnuwin32-users@...> > Sent: Monday, May 07, 2007 10:59 PM > Subject: [GnuWin32-Users] how to contribute? > > > > Hi folks, > > > > I'm new to the list and this is my first message, i made a little > > improvement to gnu make related to abspath function, it now handles > > "drive:/absolute/path" correctly.. and the main question is: what are > > the contribution policies, where can i put the patch for proper > > analysis. > > > > > > thanks in advance, > > > > Alex Girao > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > GnuWin32-Users mailing list > > GnuWin32-Users@... > > https://lists.sourceforge.net/lists/listinfo/gnuwin32-users > > > > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > GnuWin32-Users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuwin32-users > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ GnuWin32-Users mailing list Gnu...@li... https://lists.sourceforge.net/lists/listinfo/gnuwin32-users |
From: GnuWin <gnu...@us...> - 2015-05-20 09:27:13
|
I have reset several options in the tickets (trackers) lists and the mailing lists. I hope everything works now as it should, i.e. every sourceforge user that is logged in at sourceforge, is allowd to post. 2015-05-11 2:49 GMT+02:00 anton m <nyf...@ya...>: > > Hi, > The gnuwin tracker is not open. Currently not possible to create bug > reports, contribute with patches, or create feature or support requests. > Could you please inform about the status of the project? The last binaries > are from 2010. > Is it possible to open up the tickets? Perhaps request more > developers/admins to join? > Despite the status, the binaries show 34000 downloads just this past week > !!! > Thank you > > Patches of more general interest may be submitted to a mailing list for > the > >original package, > >in this case > >http://lists.gnu.org/mailman/listinfo/bug-make > >or > >http://lists.gnu.org/mailman/listinfo/make-w32 > >Patches related only to the gnuwin32 port, and not of interest to other > >platforms, may be submitted to the Gnuwin32 patches tracker > >http://sourceforge.net/tracker/?group_id=23617&atid=379175 > > Kees Zeelenberg > > ----- Original Message ----- > From: "Alexandre Girao" <alexgirao@...> > To: <gnuwin32-users@...> > Sent: Monday, May 07, 2007 10:59 PM > Subject: [GnuWin32-Users] how to contribute? > > > > Hi folks, > > > > I'm new to the list and this is my first message, i made a little > > improvement to gnu make related to abspath function, it now handles > > "drive:/absolute/path" correctly.. and the main question is: what are > > the contribution policies, where can i put the patch for proper > > analysis. > > > > > > thanks in advance, > > > > Alex Girao > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > GnuWin32-Users mailing list > > GnuWin32-Users@... > > https://lists.sourceforge.net/lists/listinfo/gnuwin32-users > > > > > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > GnuWin32-Users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuwin32-users > |
From: anton m <nyf...@ya...> - 2015-05-11 00:49:10
|
Hi, The gnuwin tracker is not open. Currently not possible to create bug reports, contribute with patches, or create feature or support requests. Could you please inform about the status of the project? The last binaries are from 2010. Is it possible to open up the tickets? Perhaps request more developers/admins to join? Despite the status, the binaries show 34000 downloads just this past week !!! Thank you > Patches of more general interest may be submitted to a mailing list for the >original package, >in this case >http://lists.gnu.org/mailman/listinfo/bug-make >or >http://lists.gnu.org/mailman/listinfo/make-w32 >Patches related only to the gnuwin32 port, and not of interest to other >platforms, may be submitted to the Gnuwin32 patches tracker >http://sourceforge.net/tracker/?group_id=23617&atid=379175 Kees Zeelenberg ----- Original Message ----- From: "Alexandre Girao" <alexgirao@...> To: <gnuwin32-users@...> Sent: Monday, May 07, 2007 10:59 PM Subject: [GnuWin32-Users] how to contribute? > Hi folks, > > I'm new to the list and this is my first message, i made a little > improvement to gnu make related to abspath function, it now handles > "drive:/absolute/path" correctly.. and the main question is: what are > the contribution policies, where can i put the patch for proper > analysis. > > > thanks in advance, > > Alex Girao > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > GnuWin32-Users mailing list > GnuWin32-Users@... > https://lists.sourceforge.net/lists/listinfo/gnuwin32-users > > > |
From: Tomas N. <to...@kt...> - 2015-03-23 18:45:42
|
Hi Referring to bug #34519 for make, which seem to have been fixed if I understand the bug ticket correct. I cannot find a windows installer for make version > 3.81, and the bug is resolved in some version after 3.81. https://savannah.gnu.org/bugs/?34519 The bug ticket has two links to some good advice on how to work-around the issue, which I will try. But is there not a pre-compiled binary for windows with version > 3.81? Or do I simply fail to find it? / Tomas |
From: Soni, A. IN B. S. <ash...@si...> - 2014-11-19 12:15:25
|
Hello All, I am getting below error while compiling c source using make 3.79.1. Creating temporary batch file X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat [exec] cl.exe SettingtestRephtasks.cpp /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c /Fd"X:\testRep\gen/monitoring/w2k\\" /Fo"X:\testRep\gen/monitoring/w2k/SettingtestRephtasks.obj" [exec] CreateProcess(X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat,X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat,...) [exec] Putting child 0x008aac28 (X:\testRep\gen/monitoring/w2k/SettingtestRephtasks.obj) PID 9091960 on the chain. [exec] Live child 0x008aac28 (X:\testRep\gen/monitoring/w2k/SettingtestRephtasks.obj) PID 9091960 [exec] Reaping losing child 0x008aac28 PID 9091960 [exec] Cleaning up temp batch file X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat [exec] process_begin: CreateProcess(X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat, X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat, ...) failed. [exec] Removing child 0x008aac28 PID 9091960 from chain. [exec] make (e=267): The directory name is invalid. [exec] Any help/clue !!! |
From: Ashish S. <ash...@gm...> - 2014-11-19 11:57:19
|
Hello All, I am getting below error while compiling c source using make 3.79.1. Creating temporary batch file X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat [exec] cl.exe SettingtestRephtasks.cpp /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c /Fd"X:\testRep\gen/monitoring/w2k\\" /Fo"X:\testRep\gen/monitoring/w2k/SettingtestRephtasks.obj" [exec] CreateProcess(X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat,X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat,...) [exec] Putting child 0x008aac28 (X:\testRep\gen/monitoring/w2k/SettingtestRephtasks.obj) PID 9091960 on the chain. [exec] Live child 0x008aac28 (X:\testRep\gen/monitoring/w2k/SettingtestRephtasks.obj) PID 9091960 [exec] Reaping losing child 0x008aac28 PID 9091960 [exec] Cleaning up temp batch file X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat [exec] process_begin: CreateProcess(X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat, X:\testRep\gen\tmp\w2k\makeTemp\make68402.bat, ...) failed. [exec] Removing child 0x008aac28 PID 9091960 from chain. [exec] make (e=267): The directory name is invalid. [exec] Any help/clue !!! -- Ashish Soni Bangalore(Karnataka)- 560076 "A dream becomes a goal when action is taken toward its achievement." |
From: Marcin K. <mar...@gm...> - 2013-11-01 09:47:05
|
Hi. According to http://gnuwin32.sourceforge.net/packages/libgw32c.htm latest release of libgw32c is from 10 January 2004. It is old now. Besides several bugs that are present in this port (if found bugs in clock_gettime(), dlopen() and readdir_r()), there is an issue with default sizeof ( time_t ) being changed in the meantime making all funcions in libgw32c that for example use timespec - unusable. I have following questions. Is libgw32c still maintained? Who is libgw32cs maintainer? How can I get involved? I would like to send patches at least to fix bugs I have found. Are there any plans to release new version/new build of this library? Best regards. -- Huginn GCS d? s: a C++$() UBLS++++$ P++ L++++$ E--- W+(-) N++ w-- O M- V- PS+ PE++ Y PGP- t--- 5-- X- R !tv b++ DI+++ D+ G e* h r++ y** |
From: Thomas W. H. <th...@fs...> - 2013-07-18 21:14:25
|
Hello, The link to the page "Notes on compilation" (http://gnuwin32.sourceforge.net/compile.htm) on the page "Installation and Usage" (http://gnuwin32.sourceforge.net/install.html) is broken. It should be "http://gnuwin32.sourceforge.net/compile.html". Regards Thomas W. Holleis |
From: Michal S. <hra...@gm...> - 2013-03-19 19:24:57
|
Thanks for the link. That island truly is invisible. Michal On 19 March 2013 20:06, Ray Satiro <ray...@ya...> wrote: > You can use the mingw build available at > http://invisible-island.net/ncurses/ > Scroll down to the bottom for compiled ncurses 5.9 mingw port. It says 5.8 > on the page but the mingw32.zip links to the latest build and should give > you 5.9 built on 03-16-2013 if you download it now. Also if you look at > ncurses homepage it links to invisible island ftp.. you can go in the win32 > directory and get builds there > > ________________________________ > From: Michal Suchanek <hra...@gm...> > To: gnu...@li... > Sent: Tuesday, March 19, 2013 9:57 AM > Subject: [GnuWin32-Users] gnuwin32 web site is a maze of broken links > > Hello, > > I was searching for ncurses for windows and came across this page: > http://gnuwin32.sourceforge.net/packages/ncurses.htm > > The page has only link to http://gnuwin32.sourceforge.net/install.html > which links to http://gnuwin32.sourceforge.net/packages.htm (404) and > http://members.tcnet.ch/michaelis which links back to > http://gnuwin32.sourceforge.net/ and there you get actual location of > package list: http://gnuwin32.sourceforge.net/packages.html which does > not include ncurses. > > The ncurses package is not obtained with the 'automated installation > tool', either. > > Last, the https://sourceforge.net/p/gnuwin32/bugs/ does not have a > report bug option. > > Is the ncurses package really available in gnuwin32? > > If so where can I download it? > > Thanks > > Michal > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > GnuWin32-Users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuwin32-users > > |
From: Michal S. <hra...@gm...> - 2013-03-19 13:58:44
|
Hello, I was searching for ncurses for windows and came across this page: http://gnuwin32.sourceforge.net/packages/ncurses.htm The page has only link to http://gnuwin32.sourceforge.net/install.html which links to http://gnuwin32.sourceforge.net/packages.htm (404) and http://members.tcnet.ch/michaelis which links back to http://gnuwin32.sourceforge.net/ and there you get actual location of package list: http://gnuwin32.sourceforge.net/packages.html which does not include ncurses. The ncurses package is not obtained with the 'automated installation tool', either. Last, the https://sourceforge.net/p/gnuwin32/bugs/ does not have a report bug option. Is the ncurses package really available in gnuwin32? If so where can I download it? Thanks Michal |
From: Andrew P. <and...@gm...> - 2013-02-26 18:38:36
|
make 3.81 in GnuWin gets confused in Git Bash terminals such as msysGit. If a Makefile refers to a .sh Shell script, make fails, unless the programmer appends a semicolon (;) after the shell script call in the Makefile. Could the next version of GnuWin make automatically append a semicolon before command line calls are issued? This would greatly increase compatibility with the thousands of Makefiles out there. -- Cheers, Andrew Pennebaker www.yellosoft.us |
From: john b. <bog...@ya...> - 2012-12-21 11:42:01
|
http://conventi.org/wp-content/themes/twentyeleven/mypage.php?brush812.img |
From: <ale...@sc...> - 2012-12-04 10:02:31
|
Hello! Can I with indent have a space after the introducing // and the coming string? E.g. //comment is transformed to // comment ? ABC |
From: Emanuele A. <alp...@al...> - 2012-08-01 12:15:28
|
Hello, I am using this package on Windows 7 64bit http://gnuwin32.sourceforge.net/packages/pcre.htm (in the specific instance I used pcre-7.0.exe available here http://sourceforge.net/projects/gnuwin32/files/pcre/7.0/ to have pcregrep available on my Windows machine). That is to say: pcregrep version 4.4 29-Nov-2006 using PCRE version 7.0 18-Dec-2006 When I use this line from the Windows command prompt pcregrep -vM "^>sp\|.{6}\-.\|.*\n(.*\n\w)*" PIG.fasta > PIG_without_isoforms.fasta I have nothing done (no errors, it simply looks like that nothing is happening, the command does not stop and an empty output file is produced). When I use this line (the only changes with respect to the previous one are double quotes to single quotes) pcregrep -vM '^>sp\|.{6}\-.\|.*\n(.*\n\w)*' PIG.fasta > PIG_without_isoforms.fasta on Unix (pcregrep version 7.8 2008-09-05) everything works. The above line (the one with double quotes) works in Windows if I replace -vM with -v The above line (the one with double quotes) works in Windows if I replace -vM with -M It seems that the combination of options -vM affects Windows. I'd like to update pcregrep to the latest version (pcre is at version 8.31) but I have no idea (see note below) on how to do that without a precompiled Windows port like the above mentioned one or without a step-by-step protocol. Could you help me in trying to update pcregrep on my Windows system? I'd very much like to be able to do what can be done on Unix also on Windows (like it happens for all the other GnuWin32 packages that I use). PLEASE NOTE: I am not an informatics expert but just a simple user. The compressed version of the input file (if you would like to perform tests) is available here: ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/proteomes/PIG.fasta.gz Thanking you in advance for your kind attention Best Regards Emanuele Alpi |
From: Anton S. <ant...@gm...> - 2012-06-15 09:13:32
|
Charles Calvert: > > I propose to submit the requet (even better: > > prepare the patch) to the original GNU sed de- > > velopers. 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. Paolo Bonzini, maintainer of GNU sed, said that this bug had been fixed in the git repository, but not in any released version. Borut, thanks for your expertise. -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments |