[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A little build error with MSVC and possible fix
From: |
cg |
Subject: |
A little build error with MSVC and possible fix |
Date: |
Sat, 23 Mar 2013 23:01:48 +0800 |
User-agent: |
Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 |
I am building emacs from trunk (r112112) with MSVC 2012, and get a
trivial build error in lib-src.
The problem is in lib-src\makefile, the variable LIB_SRC is used before
defined, after moving it up (see the attached diff), everything goes well.
Has anyone seen the same issue?
Another question, how can I use gmake + MSVC to build emacs?
Building with nmake is really slow, because it can't do parallel build.
--
cg
msvc.diff
Description: Text document
- A little build error with MSVC and possible fix,
cg <=