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 >

Re: compiling problems...

2002-12-04 Thread Christian Ridderström
On 4 Dec 2002, Jean-Marc Lasgouttes wrote: > > "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: > > Christian> Hi I've finally decided to try and compile the cvs > Christian> version... and after struggling with xforms I seem to have > Christian> gotten past that but get this

Re: compiling problems...

2002-12-04 Thread Jean-Marc Lasgouttes
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: Christian> Hi I've finally decided to try and compile the cvs Christian> version... and after struggling with xforms I seem to have Christian> gotten past that but get this strange error message when Christian> running: Christ

Re: compiling problems...

2002-12-03 Thread Christian Ridderström
On 4 Dec 2002, Lars Gullik Bjønnes wrote: > Christian Ridderström <[EMAIL PROTECTED]> writes: > | Hi > | > | and then it just keeps waiting... > | I haven't been able to find any file named cpp_regex_traits.o.lock ? > | Any ideas? > > You have tried to compile once before and either you interupt

Re: compiling problems...

2002-12-03 Thread Lars Gullik Bjønnes
Christian Ridderström <[EMAIL PROTECTED]> writes: | Hi | | I've finally decided to try and compile the cvs version... and after | struggling with xforms I seem to have gotten past that but get this | strange error message when running: | | >make | | [snip] | make[3]: Entering directory | `/a

Re: Compiling Problems Solaris 7 and g++ 2.95.1

1999-09-10 Thread Jean-Marc Lasgouttes
> "Christoph" == Christoph M Friedrich <[EMAIL PROTECTED]> writes: Christoph> Hi, i just tried to compile lyx1.0.3 or lyx1.0.4pre6 on a Christoph> Solaris 7 box with g++ 2.95.1, but it fails to Christoph> compile. With the former version of gcc 2.8.1 it worked, Christoph> but now i got: The