User talk:Mlavaud

From Apertium
Jump to navigation Jump to search

Hey there, welcome to the Apertium Wiki! If you have any questions, please don't hesitate to contact us. - Francis Tyers 12:14, 22 November 2008 (UTC)

Btw, I'm online most of today on the irc channel (irc.freenode.net #apertium), so if you have a problem with compliation, or a question, you can ask me there.
PD. Durante el día estaré en el canal de IRC de apertium (irc.freenode.net #apertium), entonces si tienes cualquier duda sobre compilación, o preguntas sobre apertium en general, me podrías preguntar allí. - Francis Tyers 14:13, 22 November 2008 (UTC)
Muchas gracias Francis ! Mlavaud 14:39, 22 November 2008 (UTC)
I have this error, what can I do ? Mlavaud 20:16, 22 November 2008 (UTC)
C:\Apertium\trunk\apertium>nmake install
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. Tous droits réservés.
[  1%] Generating apertium_deshtml.cc.yy
NMAKE : fatal error U1077: 'C:\LibXML\bin\xsltproc.exe' : code retour '0xc0000135'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\nmake.exe"' : code retour '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\nmake.exe"' : code retour '0x2'
Stop.
I'm not sure, let me ask Jimregan, who is more familiar with compilation problems in Windows. - Francis Tyers 20:37, 22 November 2008 (UTC)
Do you have xsltproc installed? IIRC, it doesn't come by default with the windows packages. -- Jimregan 20:40, 22 November 2008 (UTC)
I have C:\libxslt installed and also "SET(XSLTPROC_EXECUTABLE C:/libxslt/bin/xsltproc.exe" but how can the compiler find C:\libxslt\include for example ? Why did you place libxslt in the libxml dir ? is there another version of libxml+libxslt I should use ? I moved all libxslt files in libxml but no changes. Mlavaud 01:51, 23 November 2008 (UTC)
Hmm, in *nix, I'd say just to set the include path to include, perhaps you can do it like this:
SET (LIBXSLT_BASE        "C:/libxslt")
SET (LIBXSLT_INCLUDE_DIR "${LIBXSLT_BASE}/include")
SET (LIBXSLT_LIBRARIES   "${LIBXSLT_BASE}/lib/libxslt.lib")
I'll ask Jim to comment as well when he comes online. - Francis Tyers 10:49, 23 November 2008 (UTC)
zlib was not accessible, a comment should be added to explain how to do that correctly. Mlavaud 02:08, 23 November 2008 (UTC)
Not accessible in which way? - Francis Tyers 10:49, 23 November 2008 (UTC)
zlib? We don't use zlib. I guess, then, that you built libxml from source, instead of getting binaries. The binaries always worked for me, so all I can do is shrug my shoulders if you really were building libxml from source - we're not a Windows or VC++ help forum.
"a comment should be added" - yep, I agree entirely. And because you're the only person to come across this, you get to be the person who adds it :) -- Jimregan 13:02, 23 November 2008 (UTC)
I'll do this one for sure and a few others, it's a stupid comment but needed for the dumb programmer: update the path variable for zlib (used by xsltproc.exe I think). Mlavaud 17:20, 23 November 2008 (UTC)

I'm off to bed, I'll comment on anything you leave in the morning :) Bona nit! - Francis Tyers 23:09, 25 November 2008 (UTC)

Bona nuèch Francis, a deman ! ;) Mlavaud 23:50, 25 November 2008 (UTC)