Re: Compiling xemacs with Visual Studio 2015 Community ('free') edition

Sean MacLennan <[email protected]> Sun, 26 Jul 2015 15:18:32 -0400
Newsgroups gmane.emacs.xemacs.beta
Message-ID <[email protected]>
On Sun, 26 Jul 2015 19:58:09 +0100
[email protected] (Henry S. Thompson) wrote:

> Installed the above on my Windows 8.1 box, pulled the latest
> (cb65bfaf7110) revision, imported the project file, and built it (from
> inside VS2015, Debug x86 build).
> 
> The attached patch file got me to the point where the compilation
> succeeded, but linking is a catastrophe, and I don't understand how to
> fix it.  Large numbers of _-prefixed fns are showing is unavailable,
> but I can't see where they're coming from.
> 
> Attached are the patches necessary to get the compilation to complete,
> and the config.inc I'm using.  Probably some naive mistake there,
> needs a new pair of eyes.
> 
> Note that I picked VS2015 because it's the latest available, and what
> the Python project has chosen, even though all you can download at the
> moment is an RC.
> 
> ht
> 


Could you list a couple of the _-prefixed functions. Usually the
problem is the other way around... they want _ functions instead of the
normal functions.

Cheers,
   Sean