Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-05-01 Thread Venkat Bhamidipati
Angus, I rechecked with a clean build - the link errors go away only after the class declaration of LaTeXFeatures is added. Its weird and counter-intutive, but thats just what is happening. The latest cvs gives the following error and I have to typedef socklen_t for successful compilation: sock

Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-05-01 Thread Angus Leeming
Venkat Bhamidipati wrote: > Angus, > I tested the compilation after creating a LaTeXFeatures_fwd.h as > mentioned, and #including it in the affected files, but got the same > link error. I tried modifying the LaTeXFeatures_fwd.h with > different > combinations of #includes and forward declaration

Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-30 Thread Venkat Bhamidipati
Angus, I tested the compilation after creating a LaTeXFeatures_fwd.h as mentioned, and #including it in the affected files, but got the same link error. I tried modifying the LaTeXFeatures_fwd.h with different combinations of #includes and forward declarations. But the link stage completes succes

Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-30 Thread Angus Leeming
Venkat Bhamidipati wrote: > Angus, > To clarify further, the urls of earlier discussions are: [...snip...] Ok, we never got to the bottom of these. > The compilation on MacOSX/gcc3.3/QtMac bombs out during link stage > and the error message is: [...snip...] >>From above, you may see that ther

Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-30 Thread Venkat Bhamidipati
Angus, To clarify further, the urls of earlier discussions are: http://marc.theaimsgroup.com/?l=lyx-devel&m=106512286731296&w=2 http://marc.theaimsgroup.com/?l=lyx-devel&m=106510035802869&w=2 http://marc.theaimsgroup.com/?l=lyx-devel&m=106509918301750&w=2 http://marc.theaimsgroup.com/?l=lyx-devel&

Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-30 Thread Angus Leeming
Venkat Bhamidipati wrote: > Andre, > > The patch works around some bug in Apple's gcc 3.3. I only sent it > to the list so that other mac users on the list may be able to build > LyX/Mac with gcc3.3. > The compile errors were discussed on this list earlier, please refer > following thread for deta

Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-30 Thread Venkat Bhamidipati
Andre, The patch works around some bug in Apple's gcc 3.3. I only sent it to the list so that other mac users on the list may be able to build LyX/Mac with gcc3.3. The compile errors were discussed on this list earlier, please refer following thread for details: http://marc.theaimsgroup.com/?l=lyx

Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-30 Thread Venkat Bhamidipati
Andre, The patch works around some bug in Apple's gcc 3.3. I only sent it to the list so that other mac users on the list may be able to build LyX/Mac with gcc3.3. The compile errors were discussed on this list earlier, please refer following thread for details: http://marc.theaimsgroup.com/?l=lyx

Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-30 Thread Andre Poenitz
On Fri, Apr 30, 2004 at 09:08:45AM +0530, Venkat Bhamidipati wrote: > Attached patch works around compile errors by #including > "LaTeXFeatures.h" in several files. Why are these needed? I don't see any usage of LaTeXFeatures in these files, at least after a superficial scan of the code? In any c

Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-29 Thread Lars Gullik Bjønnes
Venkat Bhamidipati <[EMAIL PROTECTED]> writes: | Attached patch works around compile errors by #including | "LaTeXFeatures.h" in several files. I am able to compile and run | lyx-1.3.4 using gcc3.3 and Qt/Mac 3.3.1. A recent ltmain.sh is also | required. This patch is kindo ugly. What are the ac

Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-29 Thread Venkat Bhamidipati
Attached patch works around compile errors by #including "LaTeXFeatures.h" in several files. I am able to compile and run lyx-1.3.4 using gcc3.3 and Qt/Mac 3.3.1. A recent ltmain.sh is also required. Venkat diff -ruN lyx-1.3.4-orig/src/frontends/controllers/ControlPrefs.C lyx-1.3.4/src/frontends