[GnuWin32-Users] [gnuwin32 - Help] libarchive on Windows

2007-12-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4655019 By: d_topham Hi I'm trying to build libarchive on Windows. I'm getting the following errors from archive_write_export.c: libarchive/archive_write_set_format.c:44: error: initializer elem

[GnuWin32-Users] [gnuwin32 - Help] RE: find.exe

2007-12-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4675206 By: grumbled00k Still no idea? ... gnuwin's find is completely useless when it's impossible to search for files with a certain

[GnuWin32-Users] [gnuwin32 - Help] report generation using awk

2007-12-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4675221 By: samz_01 do any one know how to generate reports using awk __ You are receiving this email because you elected to monitor this

[GnuWin32-Users] [gnuwin32 - Help] RE: report generation using awk

2007-12-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4675452 By: tml1024 Your question is much too terse for anybody to be able to give a useful answer. What exactly do you mean with "report"? What distinguishes a "report" from any random t

[GnuWin32-Users] [gnuwin32 - Help] RE: find.exe

2007-12-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4677182 By: gnuwin32 The examples you gave, all work fine on my system (MS-Windows XP SP2). For example, find . -iname "*n*" lists all the files in the current directory and below with an

[GnuWin32-Users] [gnuwin32 - Help] RE: report generation using awk

2007-12-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4678320 By: samz_01 i wanted to know how awk can help in interpreting the data from log files of a website __ You are receiving this email

[GnuWin32-Users] [gnuwin32 - Help] RE: report generation using awk

2007-12-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4678632 By: tml1024 Well, awk by itself has no knowledge of the format of website log files, or any other structured text format. All it knows about input formats is how to separate input into records ("

[GnuWin32-Users] [gnuwin32 - Help] Readline linking error

2007-12-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4679642 By: apostenet2 Hi, I have a problem when linking a program which is meant to use readline. I am disappointed. I try to compile under winXP with DevCpp 4.9.9.2, so mingw. I got developpers files

[GnuWin32-Users] [gnuwin32 - Help] RE: Readline linking error

2007-12-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4679680 By: gnuwin32 You must also link with libmsvcp60 and libgw32c, and these libraries must be after libreadline in the linking statement; so e.g. LIBS = -lreadline -lmsvcp60 -lgw32c

[GnuWin32-Users] [gnuwin32 - Help] RE: Readline linking error

2007-12-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4680308 By: apostenet2 Thank you very much :-D Now I am very happy, because I see readline partially working. But I have still things to understand. I inferred rl_attempted_completion_function like in the

[GnuWin32-Users] [gnuwin32 - Help] RE: Readline linking error

2007-12-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4680757 By: apostenet2 Just a precision on the last message I posted yesterday: program make file completion without any problem. That is part of the "partially working" I mentionned. I tried anothe

[GnuWin32-Users] [gnuwin32 - Help] plotutils linker error in Visual Studio

2007-12-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4682128 By: tomcallahan Please pardon a Visual Studio question! I am trying to #include in a Visual Studio 2005 Express Edition project. The compiling step works fine, but I see linker errors of the sort

[GnuWin32-Users] [gnuwin32 - Help] RE: Readline linking error

2007-12-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4683193 By: apostenet2 Hi, I don't understand. As I didn't manage to do my completer called, I tried to compile code provided in readline doc (fileman). After few changes, code compiled properly. B

[GnuWin32-Users] [gnuwin32 - Help] RE: Readline linking error

2007-12-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4684987 By: apostenet2 Hi, I eventually found the reason. When trying to compile under cygwin (with cygreadline now) I had a segmentation fault. So I realized during debug that my command array that I built

[GnuWin32-Users] [gnuwin32 - Help] RE: plotutils linker error in Visual Studio

2007-12-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4692246 By: kzlg In general, you cannot use C++-libraries made for one compiler with another compiler. So you cannot use libplotter.a, which has been created with and for GCC, with Visual Studio. You might

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

2007-12-27 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: a2ps Date : 2007-12-28 03:27 Project "GnuWin32" ('gnuwin32') has released the new version of package 'a2ps'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [gnuwin32 - Help] RE: Compiling a2ps: relocate.h

2007-12-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4692779 By: gnuwin32 This bug has been fixed. A new release is available through http://gnuwin32.sourceforge.net/ __ You are receiving

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

2007-12-28 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: grap Date : 2007-12-28 13:25 Project "GnuWin32" ('gnuwin32') has released the new version of package 'grap'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2007-12-28 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: which Date : 2007-12-28 14:35 Project "GnuWin32" ('gnuwin32') has released the new version of package 'which'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2007-12-29 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: gawk Date : 2007-12-29 10:24 Project "GnuWin32" ('gnuwin32') has released the new version of package 'gawk'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-01-01 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: a2ps Date : 2008-01-01 15:45 Project "GnuWin32" ('gnuwin32') has released the new version of package 'a2ps'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-01-02 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: libpng Date : 2008-01-02 13:04 Project "GnuWin32" ('gnuwin32') has released the new version of package 'libpng'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [gnuwin32 - Help] Wich is last version of bison?

2008-01-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4698014 By: mbelgrano Is 2.1 last version of bson for windows? Is not aivable 2.3? Thanks in advance __ You are receiving this email because

[GnuWin32-Users] [gnuwin32 - Help] RE: Wich is last version of bison?

2008-01-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4698090 By: keithmarshall The MinGW Project has had bison 2.3 available for several months: http://downloads.sourceforge.net/mingw/bison-2.3-MSYS-1.0.11.tar.bz2 To use this version, you would need to install

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

2008-01-02 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: readline Date : 2008-01-03 00:34 Project "GnuWin32" ('gnuwin32') has released the new version of package 'readline'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

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

2008-01-05 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: grap Date : 2008-01-05 11:12 Project "GnuWin32" ('gnuwin32') has released the new version of package 'grap'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-01-05 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: nawk Date : 2008-01-05 11:15 Project "GnuWin32" ('gnuwin32') has released the new version of package 'nawk'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-01-05 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: minised Date : 2008-01-05 11:34 Project "GnuWin32" ('gnuwin32') has released the new version of package 'minised'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

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

2008-01-05 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: crafty Date : 2008-01-05 11:40 Project "GnuWin32" ('gnuwin32') has released the new version of package 'crafty'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [gnuwin32 - Help] RE: libarchive on Windows

2008-01-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4715893 By: hkb24 Hi David, I am also trying to build libarchive 2.4.0 on windows. Could you please share the steps you followed.. Actually I am not a c programmer and I am finding it difficult to build the

[GnuWin32-Users] [gnuwin32 - Help] GSL-library: No symbolic information

2008-01-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4747861 By: roosevelt79 I have a problem debuggin a program with the gsl library on Visual C++ .Net. My settings: I downloaded the libgsl.a and libgslcblas.a files, as well as the include folder. I changed

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL-library: No symbolic information

2008-01-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4748818 By: gnuwin32 The libraries have been compiled without debug information. They would have to be re-compiled to make them useful for debugging

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

2008-01-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4750067 By: gboutwel Help. I've gotten patch and am trying to use it to apply a patch under Vista, but everything I try results in patch running and nothing happening. It stays running (seem

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

2008-01-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4750291 By: keithmarshall What is your command line? `patch' reads the patch source from `stdin'; did you redirect it? Perhaps it is just waiting for you to type the p

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL-library: No symbolic information

2008-01-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4750303 By: roosevelt79 Thanks for the hint. Meanwhile I fixed the problem by myself. I downloaded the sources which include a Visual C++ project file. I opened it, compiled it and got the required libgsl.lib

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL-library: No symbolic information

2008-01-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4750465 By: keithmarshall Looks like you found the appropriate solution :-) Just for the record, as I understand it Kees uses the MinGW port of the GNU Compiler Collection to build the GnuWin32 binaries

[GnuWin32-Users] [gnuwin32 - Help] RE: gencat.exe

2008-02-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4758680 By: keithmarshall Curiously, I recently posted one here: https://sourceforge.net/project/showfiles.php?group_id=2435&package_id=11988 You also need the compatible catgets development libraries,

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

2008-02-04 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: t1utils Date : 2008-02-04 19:51 Project "GnuWin32" ('gnuwin32') has released the new version of package 't1utils'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

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

2008-02-04 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: file Date : 2008-02-04 19:03 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

[GnuWin32-Users] [gnuwin32 - Help] RE: gencat.exe

2008-02-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4758758 By: paulpiscoi Thanks for your help. Another question pops up, though: what is the difference between these catgets libraries and the ones found in libgw32c (from gnuwin32)? I was trying to work with

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

2008-02-04 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: libarchive Date : 2008-02-04 19:05 Project "GnuWin32" ('gnuwin32') has released the new version of package 'libarchive'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/pro

[GnuWin32-Users] [gnuwin32 - Help] RE: gencat.exe

2008-02-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4758851 By: keithmarshall > Another question pops up, though: what is the difference between > these catgets libraries and the ones found in libgw32c? I was unsuccessful in locating a catgets implemen

[GnuWin32-Users] [gnuwin32 - Help] gencat.exe

2008-02-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4758600 By: paulpiscoi Can I find gencat.exe somewhere? I tried to compile it from libgw32c source library but was unsuccessful. Thank you, Paul

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

2008-02-04 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: gsar Date : 2008-02-04 19:01 Project "GnuWin32" ('gnuwin32') has released the new version of package 'gsar'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [gnuwin32 - Help] RE: gencat.exe

2008-02-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4760108 By: keithmarshall I should also have mentioned that I've included both static and dynamic variations of the catgets library; if you rename libcatgets.a, (not libcatgets.dll.a -- that's just

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

2008-02-08 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: which Date : 2008-02-08 18:59 Project "GnuWin32" ('gnuwin32') has released the new version of package 'which'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-02-08 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: which Date : 2008-02-09 06:59 Project "GnuWin32" ('gnuwin32') has released the new version of package 'which'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-02-08 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: nawk Date : 2008-02-09 07:00 Project "GnuWin32" ('gnuwin32') has released the new version of package 'nawk'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-02-10 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: libtool Date : 2008-02-10 14:53 Project "GnuWin32" ('gnuwin32') has released the new version of package 'libtool'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

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

2008-02-10 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: gawk Date : 2008-02-10 14:50 Project "GnuWin32" ('gnuwin32') has released the new version of package 'gawk'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-02-10 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: hello Date : 2008-02-10 14:52 Project "GnuWin32" ('gnuwin32') has released the new version of package 'hello'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-02-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4772571 By: gegol you can copy the file C:\Program Files\GnuWin32\src\gsl\1.8\gsl-1.8\VC8\libgsl\Debug-DLL\libgsl_d.dll to your project's folder (my documents\Visual Studio 2008\Projects\yourProject) i

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

2008-02-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4772399 By: zardoz37 My apologies, I'm very new at this. I'm having the same problem, but I don't know how to follow the suggestion, i.e. I don't know how to define the macro GSL_DLL.

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

2008-02-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4772659 By: zardoz37 NB: I'm using Visual Studio .NET 2003 (don't ask). There's no \src directory under C:\Program Files\GnuWin32. There is a \contrib directory with a similar subdirectory

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

2008-02-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4785939 By: zardoz37 Sadly, even after downloading Visual Studio C++ 2005 and following the instructions at the link you gave, I'm styill getting exactly same errors as before at link time, plus a new on

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

2008-02-22 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: file Date : 2008-02-22 17:22 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

[GnuWin32-Users] [gnuwin32 - Help] Need Windows format output from grep (CRLF)

2008-03-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4820620 By: pixelpshr Hi, I need to get the output of the grep command to be in DOS format (using CRLF instead of LF). There's an easy way to do this, right? Thanks! WinXP SP2 and Win2K SP5 C:\Program

[GnuWin32-Users] [gnuwin32 - Help] RE: Need Windows format output from grep (CRLF)

2008-03-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4820712 By: gnuwin32 Filter grep's output through unix2dos (from CygUtils: http://gnuwin32.sourceforge.net/packages/cygutils.htm) _

[GnuWin32-Users] [gnuwin32 - Help] RE: Need Windows format output from grep (CRL

2008-03-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4820741 By: pixelpshr Hmmm... isn't it possible to do this with just the GnuWin32 utilities? Perhaps using "tr"? The whole reason I'm trying to use the GnuWin32 version of grep is to ge

[GnuWin32-Users] [gnuwin32 - Help] RE: Need Windows format output from grep (CRL

2008-03-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4820774 By: gnuwin32 But dos2unix is a GnuWin32 port. It is not dependent on Cygwin. Cygutils is a collection of utilities so called because originally they were intended to be useful for Cygwin. However, most

[GnuWin32-Users] [gnuwin32 - Help] RE: Need Windows format output from grep (CRL

2008-03-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4820791 By: pixelpshr Ah, yes... I realized that after posting my previous note. So, unix2dos it is. (Though I was _really_ hoping for a grep commandline option to change the output format. Oh, well.) Thanks

[GnuWin32-Users] [gnuwin32 - Help] RE: Need Windows format output from grep (CRL

2008-03-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4821893 By: keithmarshall Ok, I'm playing devil's advocate here, but shouldn't the output from a native port of grep be CRLF anyway? Why would *any* tool, intended for processing text fil

[GnuWin32-Users] [gnuwin32 - Help] RE: find.exe

2008-03-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4837862 By: jon_moore I think I've seen the same thing. It looks like the gnuwin32 find 4.2.20 (my version) is expanding the wildcard using matches in the current directory. That gives the kind of e

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

2008-03-14 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: a2ps Date : 2008-03-14 21:23 Project "GnuWin32" ('gnuwin32') has released the new version of package 'a2ps'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-03-14 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: a2ps Date : 2008-03-14 21:23 Project "GnuWin32" ('gnuwin32') has released the new version of package 'a2ps'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

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

2008-03-14 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: freetype Date : 2008-03-14 21:26 Project "GnuWin32" ('gnuwin32') has released the new version of package 'freetype'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

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

2008-03-15 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: ed Date : 2008-03-15 10:39 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?gro

[GnuWin32-Users] [gnuwin32 - Help] libiconv unresolved external

2008-03-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4843114 By: magusxion Greetings, I am needing some help with libiconv, the liks eventually lead me to this forum... if this is the wrong location to seek help please direct me to the correct location. I am

[GnuWin32-Users] [gnuwin32 - Help] RE: libiconv unresolved external

2008-03-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4843344 By: keithmarshall It isn't sufficient to just include the iconv.h header; you also have to tell the linker to use the associated library. I'm not familiar with what is included in the GnuWin

[GnuWin32-Users] [gnuwin32 - Help] RE: libiconv unresolved external

2008-03-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4843693 By: magusxion I've statically linked the libiconv.a which took care of the unresolved errors for the iconv functions. I am now getting a unresolved external symbol __alloca referenced in fun

[GnuWin32-Users] [gnuwin32 - Help] RE: libiconv unresolved external

2008-03-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4843723 By: gnuwin32 You must also link to libgw32c.a (http://gnuwin32.sourceforge.net/packages/libgw32c.htm). Hopefully, an easier solution will be available with the next release of libiconv. You might also

[GnuWin32-Users] [gnuwin32 - Help] RE: libiconv unresolved external

2008-03-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4843897 By: tml1024 May I recommend the win_iconv package by Yukihiro Nakadaira, which implements iconv() by using the Win32 API. It provides conversion between the encodings for which there exists a

[GnuWin32-Users] [gnuwin32 - Help] RE: libiconv unresolved external

2008-03-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4844904 By: keithmarshall I wouldn't recommend 1.9.1, which is very old, and buggy wrt Win32. I discovered a particularly nasty bug about a year ago, in 1.11, which has since been fixed in CVS. Altho

[GnuWin32-Users] [gnuwin32 - Help] RE: libiconv unresolved external

2008-03-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4845198 By: magusxion Yea I was playing around with the iconv.exe tool and it does require that the dlls be available. At least the version that I have does. Which I installed via the setup program. I think

[GnuWin32-Users] [gnuwin32 - Help] RE: libiconv unresolved external

2008-03-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4845350 By: keithmarshall Well, we are talking about two different distributions; you are using the GnuWin32 package, while I was referring to the MinGW one. However, I just installed that MinGW bin package

[GnuWin32-Users] [gnuwin32 - Help] RE: libiconv unresolved external

2008-03-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4845616 By: magusxion win_iconv compiled in fine, thanks for suggesting it. I was wondering if there are any examples that you may know of that I can look over. I am having some difficulty getting it to

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

2008-03-20 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: bzip2 Date : 2008-03-20 20:28 Project "GnuWin32" ('gnuwin32') has released the new version of package 'bzip2'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfiles.php

[GnuWin32-Users] [gnuwin32 - Help] [GIFLIB] I'm completely clueless...

2008-03-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4856911 By: patrick_ I posted this on GIFLIB's sourceforge page, but it doesn't look like it's visited very often, so I thought I'd post it here as well. I'm trying to save raw pix

[GnuWin32-Users] [gnuwin32 - Help] RE: [GIFLIB] I'm completely clueless...

2008-03-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4859284 By: patrick_ I should also note that I attempted to use a colormap from an existing GIF using the gifclrmp utility (gifclrmp -s image.gif) to create my GIF image, but the colors are still off, even

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

2008-03-24 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: t1utils Date : 2008-03-24 11:53 Project "GnuWin32" ('gnuwin32') has released the new version of package 't1utils'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

[GnuWin32-Users] [gnuwin32 - Help] RE: [GIFLIB] I'm completely clueless...

2008-03-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4861334 By: patrick_ Heh... I just discovered QuantizeBuffer(). I'm finally getting colors in my image. _However_, it's still not quite right. The grays/whites are slightly off, with a slight blue

[GnuWin32-Users] [gnuwin32 - Help] bindtextdomain() and LOCALEDIR in Win32 env?

2008-04-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4882216 By: simcutie I am writing some utility program using GNUWin32 libraries, libgw32.a and libintl.lib to contribute to GNU Win32 collection. I'd like to ask some question about message catalog

[GnuWin32-Users] [gnuwin32 - Help] RE: bindtextdomain() and LOCALEDIR in Win32

2008-04-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4882703 By: tml1024 The approach I have taken in software I have ported to Windows is to have a DllMain() function (in case the software is a library, built as a DLL) store the HMODULE for the DLL, and then

[GnuWin32-Users] [gnuwin32 - Help] RE: bindtextdomain() and LOCALEDIR in Win32

2008-04-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4885017 By: simcutie I see... Then how about setting some convention or guideline on such matter? Unix/Linux has quite well-defined directory tree structure and conventions so many directory can be determined

[GnuWin32-Users] [gnuwin32 - Help] RE: bindtextdomain() and LOCALEDIR in Win32

2008-04-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4887129 By: tml1024 > Then how about setting some convention or guideline on such matter? Well, who has the authority to set up such conventions or guidelines? I might be a pessimist, but trying to come

[GnuWin32-Users] [gnuwin32 - Help] RE: bindtextdomain() and LOCALEDIR in Win32

2008-04-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4908090 By: keithmarshall I've adopted a variation of Tor's technique, for associating POSIX message catalogues, (gencat --> catopen/catgets), with applications in the MinGW world. However,

[GnuWin32-Users] [gnuwin32 - Help] RE: libarchive on Windows

2008-04-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4914327 By: jarro_2783 I've got the same problem, it happens on both 2.4.0 and 2.4.12. __ You are receiving this email because you el

[GnuWin32-Users] [gnuwin32 - Help] Problems useing bison with m4 macro processor

2008-06-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5004881 By: xxt Hi! I'am trying to figure out why the c++ code generation via bison failed. I'am using bison 2.1 and the m4 1.4.9. I try to call: bison -d -v --skeleton=lalr1.cc InputParser.yacc a

[GnuWin32-Users] [gnuwin32 - Help] RE: how to find libgsl.lib and libgslcblas.lib?

2008-06-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5006477 By: lixs start the "Visual Studio 2008 command lines" goto the gsl lib directory, and type: lib /machine:i386 /def:libgsl.def lib /machine:i386 /def:libgslcblas.def you'll get the

[GnuWin32-Users] [gnuwin32 - Help] RE: Problems useing bison with m4 macro proce

2008-06-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5021365 By: jensheyen Hi Stefan, I just got the same problem and solved it: You don't have to set the M4PATH-Variable. But notice the difference between the location you installed Bison to: C:/PRO

[GnuWin32-Users] [gnuwin32 - Help] RE: Problems useing bison with m4 macro proce

2008-06-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5021613 By: jgwinner There's still a problem though - it's not a good solution to copy duplicate files all over the place. At a minimum, you should use a junction point :

[GnuWin32-Users] [gnuwin32 - Help] Memoey leak in _tdelete

2008-06-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5024694 By: sidinsd I am compiling the source for the tsearch.cpp file as part of my Visual C++ project and I have detected memory leaks in it. The leaks come from the _tdelete method where it does an malloc

[GnuWin32-Users] [gnuwin32 - Help] RE: Memory leak in _tdelete

2008-06-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5024704 By: sidinsd Sorry, I hit the e key instead of the r key so memory came out memoey. :-) __ You are receiving this email because you

[GnuWin32-Users] [gnuwin32 - Help] Libarchive segfault on archive_write_header

2008-06-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5026519 By: jholl I'm getting a segfault using libarchive when trying running an example from archive_write_new manpage.I step through the app and get the following stack when after the ca

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

2008-06-13 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: tree Date : 2008-06-13 13:50 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

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

2008-06-13 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: x86info Date : 2008-06-13 15:34 Project "GnuWin32" ('gnuwin32') has released the new version of package 'x86info'. You can download it from SourceForge.net by following this link: <https://sourceforge.net/project/showfi

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

2008-06-14 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: file Date : 2008-06-14 12:53 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

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

2008-06-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5044894 By: panthrax When I start patch.exe Vista asks for confirmation to allow or deny patch.exe execution because of the unkown publisher. Now, when execution is allowed, a command line window opens that

[GnuWin32-Users] [gnuwin32 - Help] tiffsplit not returning error codes

2008-06-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5054859 By: billanachronism Hi, I'm having issues using tiffsplit on an XP machine. I've the unix version of tiffsplit because I don't want the annoying win32 popup dialog boxes (I'm ru

[GnuWin32-Users] [gnuwin32 - Help] RE: Readline linking error

2008-06-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5056004 By: apostenet2 Hi, Now, I tried to link the same program under ms visual cpp 6.0. Don't really know if this is supported because all developpement advices are related to mingw gcc (but I thought i

<    4   5   6   7   8   9   10   11   12   13   >