Re: multiple definitions of __printf__

2010-03-25 Thread Michel Boaventura
This really only happens when I compile gettext with --disable-shared. I _think_ that gettext-0.17 doesn't have the gnulib version with this fix, since it is dated from 2007. The reason why I'm compiling it using --disable-shared is to avoid dll hell (http://en.wikipedia.org/wiki/DLL_hell) and to

multiple definitions of __printf__

2010-03-24 Thread Michel Boaventura
Hello, I'm trying to compile a project which uses both gettext and gnulib. I'm using mingw, and getting the above error: /home/michel/prof/pspp/sources/mingw/usr/i686-pc-mingw32/lib/libintl.a(printf.o): In function `__printf__':

Re: multiple definitions of __printf__

2010-03-24 Thread Michel Boaventura
The project is pspp, and I'm using the latest git version of gnulib Could be other problem?

Re: fix for rename function on Mingw, take 2

2009-04-08 Thread Michel Boaventura
2009/4/8 Ben Pfaff b...@cs.stanford.edu: Michel, can you test that this works for you?  Thanks! It works! I just had to put rename on GNULIB_MODULES inside Smake, as John told me.

Re: fix for rename function on Mingw

2009-03-21 Thread Michel Boaventura
Hello Ben, How does MoveFileEx with MOVEFILE_REPLACE_EXISTING behave when the destination file exists and is a hard link [1] to another file? Will the other file see some changes? I.e. will the hard linked file be overwritten, or will the hard link be broken (as on POSIX systems)? Michel,

Re: New stable snapshot

2008-11-06 Thread Michel Boaventura
I've tried to compile the 20081106 and seems like the patch works. But now I'm having another problem. Pspp has support for Postgres, but it should be disable by default. When I try to compile it, I get those errors: gl/.libs/libgl.a(close.o):close.c:(.text+0x2d): undefined reference to [EMAIL

Re: New stable snapshot

2008-11-06 Thread Michel Boaventura
Sorry about this message. It was for pspp-dev team =/

Re: New stable snapshot

2008-11-05 Thread Michel Boaventura
Could you add this fix to the next snapshot Ben? I'm still have problems trying to compile a git version of pspp using mingw :(

Re: Error trying to compile pspp using up-to-date gnulib

2008-10-22 Thread Michel Boaventura
, Michel 2008/10/22 Simon Josefsson [EMAIL PROTECTED]: Michel Boaventura [EMAIL PROTECTED] writes: Hi Guys, When I tried to compile pspp using both pspp and gnulib git versions I got this using mingw and windows: Creating directory ./unilbrk mkdir: cannot create directory `./unilbrk

Error trying to compile pspp using up-to-date gnulib

2008-10-21 Thread Michel Boaventura
: *** Stop. rm: cannot remove directory `/tmp/gl1120-19172': Directory not empty make: *** [all] Error 1 I can't figure it out if this is a problem of mingw or a pspp problem. But If you look at the first error line, it try to create the folder ./unilbrk. Thanks Michel Boaventura