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

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 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 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 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 symbol is

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... maybe not, as I

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

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 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 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 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

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...

lyx 1.3.4 compiling problems under cygwin

2004-09-02 Thread Angelo Gargantini
I'm trying to compile lyx.1.3.4 in cygwin. I use gcc 3.3.3, xforms 1.0 (which I compiled from sources) and an updated cygwin distribution First I got an error compiling Dialog.c, but I switched off the optimizations and it worked. Then, when I link: g++ -O1 -mms-bitfields

lyx 1.3.4 compiling problems under cygwin

2004-09-02 Thread Angelo Gargantini
I'm trying to compile lyx.1.3.4 in cygwin. I use gcc 3.3.3, xforms 1.0 (which I compiled from sources) and an updated cygwin distribution First I got an error compiling Dialog.c, but I switched off the optimizations and it worked. Then, when I link: g++ -O1 -mms-bitfields

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: Christian Waiting

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 strange error

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:

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

compiling problems...

2002-12-03 Thread Christian Ridderström
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 `/afs/md.kth.se/md/misc/hacks/pkg/lyx/lyx-devel/boosMaking all in src

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 |

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 interupted the

compiling problems...

2002-12-03 Thread Christian Ridderström
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 `/afs/md.kth.se/md/misc/hacks/pkg/lyx/lyx-devel/boosMaking all in src

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 |

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

Compiling Problems Solaris 7 and g++ 2.95.1

1999-09-10 Thread Christoph M. Friedrich
Hi, i just tried to compile lyx1.0.3 or lyx1.0.4pre6 on a Solaris 7 box with g++ 2.95.1, but it fails to compile. With the former version of gcc 2.8.1 it worked, but now i got: g++ -c -g -O2 -I. -I. -I../images -I/usr/openwin/include -DLYX_DIR=\"/usr/local/share/lyx\" -DTOP_SRCDIR=\"..\"

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 GCC FAQ at

Compiling Problems Solaris 7 and g++ 2.95.1

1999-09-10 Thread Christoph M. Friedrich
Hi, i just tried to compile lyx1.0.3 or lyx1.0.4pre6 on a Solaris 7 box with g++ 2.95.1, but it fails to compile. With the former version of gcc 2.8.1 it worked, but now i got: g++ -c -g -O2 -I. -I. -I../images -I/usr/openwin/include -DLYX_DIR=\"/usr/local/share/lyx\" -DTOP_SRCDIR=\"..\"

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