Re: Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Enrico Forestieri
On Tue, Mar 10, 2009 at 07:26:19PM +0100, Florian Rubach wrote: > > > >> I think that this is due to a mismatch in the calling convention (cdecl > >> vs stdcall) between the Qt libraries you are using and your compiled > >> LyX sources. See http://wyw.dcweb.cn/stdcall.htm > >> > > > > Hmm... m

Re: Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Florian Rubach
> >> I think that this is due to a mismatch in the calling convention (cdecl >> vs stdcall) between the Qt libraries you are using and your compiled >> LyX sources. See http://wyw.dcweb.cn/stdcall.htm >> > > Hmm... maybe not, as I don't see -lole32 in your link line and it is there > that that

Re: Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Enrico Forestieri
On Tue, Mar 10, 2009 at 06:08:36PM +0100, Enrico Forestieri wrote: > On Tue, Mar 10, 2009 at 10:26:04AM +0100, Florian Rubach wrote: > [...] > > g++ -o release\lyx.exe release\src\main.o release\libs\lyx.o -Lrelease\libs > > -LD: > > \Develop\LyxDevel\mingw_deps\lib -LD:\Develop\Qt\4.4.3\lib > >

Re: Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Enrico Forestieri
On Tue, Mar 10, 2009 at 10:26:04AM +0100, Florian Rubach wrote: > Dear LyX Developers, > I want to compile LyX from source, maybe in preparation for playing > around a bit with the code. I therefore installed svn on my Vista > machine, followed the instructions on the "How to use SVN"-page and >

Re: Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Uwe Stöhr
> I want to compile LyX from source, maybe in preparation for playing around a bit with the code. I > therefore installed svn on my Vista machine, followed the instructions on the "How to use > SVN"-page and downloaded trunk, tag 1.6.2 and tag 1.6.1 (all in different folders). I am unable to >

Compiling Problems on MS Vista/MinGW

2009-03-10 Thread Florian Rubach
Dear LyX Developers, I want to compile LyX from source, maybe in preparation for playing around a bit with the code. I therefore installed svn on my Vista machine, followed the instructions on the "How to use SVN"-page and downloaded trunk, tag 1.6.2 and tag 1.6.1 (all in different folders). I