latest cvs: path problems

2005-01-22 Thread Juergen Spitzmueller
With a completely fresh checked out version of HEAD, LyX hangs when trying to view dvi/ps or pdf, because LaTeX does not find the input file (in the temp directory). Can somebody confirm this? Jürgen

Re: latest cvs: path problems

2005-01-22 Thread Andreas Vox
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > With a completely fresh checked out version of HEAD, LyX hangs when trying to > view dvi/ps or pdf, because LaTeX does not find the input file (in the temp > directory). > > Can somebody confirm this? Yep. Doesn't hang on Mac but doesn't sh

Re: MSVC milestone 1: Everything compiles, 24 linker errors to milestone 2

2005-01-22 Thread Angus Leeming
On Saturday 22 January 2005 00:43, you wrote: > How can I double check which symbols are defined when using > Cygwin's gcc? #ifdef __CYGWIN__ # ifdef _WIN32 # error _WIN32 is defined. # endif #endif Perhaps? Angus

Re: latest cvs: path problems

2005-01-22 Thread Angus Leeming
Andreas Vox wrote: > Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > >> >> With a completely fresh checked out version of HEAD, LyX hangs when >> trying to view dvi/ps or pdf, because LaTeX does not find the input file >> (in the temp directory). >> >> Can somebody confirm this? > > Yep. T

Missing stuff for Windows linking

2005-01-22 Thread Asger Ottar Alstrup
Hi, I'm getting closer. 24 unresolved externals. One of them is the dll import issue with LyXLength. It seems I have to build a new static Qt to fix this, so that takes quite a while. Until then, I miss a few other symbols: class lyx::support::Package char const * const lyx_version_info and frie

Re: Missing stuff for Windows linking

2005-01-22 Thread Angus Leeming
Asger Ottar Alstrup wrote: > Hi, > > I'm getting closer. 24 unresolved externals. One of them is the dll > import issue with LyXLength. It seems I have to build a new static Qt to > fix this, so that takes quite a while. NOO! Surely not. Just remove the Q_EXPORT macro from the class

Re: Missing stuff for Windows linking

2005-01-22 Thread Angus Leeming
Angus Leeming wrote: > Asger Ottar Alstrup wrote: > >> Hi, >> >> I'm getting closer. 24 unresolved externals. One of them is the dll >> import issue with LyXLength. It seems I have to build a new static Qt to >> fix this, so that takes quite a while. > > > NOO! Surely not. Just rem

Re: LyX on Windows

2005-01-22 Thread Asger Ottar Alstrup
John Weiss wrote: Doing true full-Windows support in an inherently-unix program is a very thorny, messy situation. Have a look at the patch and then give your comments rather than this FUD. Asger Wrote: > > Further out, I'd even like to kick out LaTeX, and put some > > other backend in instead to r

19 unresolved externals to Milestone 2

2005-01-22 Thread Asger Ottar Alstrup
Maybe someone can help me with a more precise instruction. I've tried a few things, but I don't know how to kill this error: lengthvalidator_moc.C \lyx\lyx-devel\src\frontends\qt2\moc\lengthvalidator_moc.C(27) : error C2491: 'LengthValidator::metaObj' : definition of dllimport static data membe

Re: 19 unresolved externals to Milestone 2

2005-01-22 Thread Angus Leeming
Asger Ottar Alstrup wrote: > Maybe someone can help me with a more precise instruction. I've tried a > few things, but I don't know how to kill this error: > > lengthvalidator_moc.C > \lyx\lyx-devel\src\frontends\qt2\moc\lengthvalidator_moc.C(27) : error > C2491: 'LengthValidator::metaObj' : defi

Re: lyx-devel boost/libs/regex/: regex.vcproj

2005-01-22 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | CVSROOT: /usr/local/lyx/cvsroot | Module name: lyx-devel | Repository: lyx-devel/boost/libs/regex/ | Changes by: [EMAIL PROTECTED] 05/01/22 16:39:12 > | Added files: | lyx-devel/boost/libs/regex/: regex.vcproj > | Log message: | - MSVC proje

Re: Missing stuff for Windows linking

2005-01-22 Thread Kuba Ober
On sobota 22 styczeÅ 2005 08:45 am, Asger Ottar Alstrup wrote: > Hi, > > I'm getting closer. 24 unresolved externals. One of them is the dll > import issue with LyXLength. It seems I have to build a new static Qt to > fix this, so that takes quite a while. Do you even want to use static Qt at all?

Re: MSVC milestone 1: Everything compiles, 24 linker errors to milestone 2

2005-01-22 Thread Andre Poenitz
On Fri, Jan 21, 2005 at 04:43:10PM -0800, Kayvan A. Sylvan wrote: > Could this be at all related to my problems with the latest sources > on Cygwin? I have not had time to devle into it yet (crazy busy at work). > > How can I double check which symbols are defined when using Cygwin's gcc? gcc -du

Re: LyX on Windows

2005-01-22 Thread Andre Poenitz
On Tue, Jan 18, 2005 at 07:36:36AM -0500, John Weiss wrote: > On Mon, Jan 17, 2005 at 02:09:33PM +0100, Lars Gullik Bjønnes wrote: > > > > I feel we are beginning on a slippery slope now... ok to support > > windows if only minimal changes are needed... but now we see more and > > more changes nee

Re: Missing stuff for Windows linking

2005-01-22 Thread Andre Poenitz
On Sat, Jan 22, 2005 at 03:26:24PM -0500, Kuba Ober wrote: > > I'm getting closer. 24 unresolved externals. One of them is the dll > > import issue with LyXLength. It seems I have to build a new static Qt to > > fix this, so that takes quite a while. > > Do you even want to use static Qt at all? T