Rob Bearman wrote:
> The other build errors on this fresh release build:
> 
> lyx fatal error C1083: Cannot open source file:
> '\lyx\lyx-devel\src\support\atoi.C': No such file or directory
> -- is this file supposed to be checked in and is not?

It is checked in but has just (a couple of days ago) been removed from the 
compiled sources. Just nuke it from your project.

> C:\lyx\lyx-devel\src\insets\insetgraphicsParams.C(278): fatal error
> C1021: invalid preprocessor command 'warning'
> -- should be "#pragma warning ..." ?

Nope. Should be

#ifdef WITH_WARNINGS
#warning ...
#endif

I'll check in a fix.

> C:\lyx\lyx-devel\src\frontends\qt2\moc\QGraphics_moc.C(54): error C2947:
> expecting '>' to terminate template-argument-list, found '>>'
> -- several of these in this file. The compiler wants a space before the
> trailing '>'. But, yikes, this is generated code.

Shrug. You've spotted another bug. The rest of us don't build the 
QGraphics_moc.C file even though it has a "public slot". Asger's ahead of 
us. So sorry, can't help you there.

> Question: I'm curious about the history behind the vcproj build - was
> there no objection that this would have to be maintained separately
> from the other makefile(s) whenever a file is added/removed from the
> build. 

The vcproj build has no history to speak of. It's less than one month old. 
It won't be 'supported' formally by the rest of us for the pragmatic 
reason that we can't support what we don't use.

> Or am I missing something?

You're missing something. The magic link is Asger. He's one of the closest 
things this project has to a founding father and so, when he popped up 
recently and said, "I'd like to contribute something to LyX"s continued 
development", we tried to accommodate his Windows-leaning eccentricites.

-- 
Angus

Reply via email to