Re: Weird MSVC compilation error

2012-02-11 Thread Tor Lillqvist
> but cygpath does not work when the directory does not exist, Ah... Thanks! --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Weird MSVC compilation error

2012-02-11 Thread Matúš Kukan
On 10 February 2012 13:57, Tor Lillqvist wrote: > Am I hallucinating or is there some weird randomness in the > Cygwin-based MSVC build nowadays? Just a moment ago I saw in > config_host.mk that ILIB didn't contain the ...solver\wntmsci12\lib > entry (which caused libxmlsec linking to fail). I sta

Re: Weird MSVC compilation error

2012-02-10 Thread Jesús Corrius
On Fri, Feb 10, 2012 at 3:12 PM, walter wrote: > Hi, > as I said my cygwin works fine, but I haven't then  'config_host.mk' file > in 'libo' (after a successful build). Many of my problems are probably because I am using a netbook to compile LibO on Windows. The computer also hangs many times dur

Re: Weird MSVC compilation error

2012-02-10 Thread Jesús Corrius
> Am I hallucinating or is there some weird randomness in the > Cygwin-based MSVC build nowadays? Just a moment ago I saw in > config_host.mk that ILIB didn't contain the ...solver\wntmsci12\lib > entry (which caused libxmlsec linking to fail). I started > investigating, added some debugging printo

Re: Weird MSVC compilation error

2012-02-10 Thread Tor Lillqvist
Oh well, let's hope a "make clean" helps;) I'll see on Monday. Am I hallucinating or is there some weird randomness in the Cygwin-based MSVC build nowadays? Just a moment ago I saw in config_host.mk that ILIB didn't contain the ...solver\wntmsci12\lib entry (which caused libxmlsec linking to fail)

Re: Weird MSVC compilation error

2012-02-10 Thread Tor Lillqvist
On 10 February 2012 12:08, Tor Lillqvist wrote: > cl : Command line error D8038 : invalid argument > [...] > -I/cygdrive/c/ooo/git/master/core/writerfilter/inc > [...] I guess it's more likely that the error refers to these bogus Cygwin pathnames. Hmm... --tml ___