[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A little build error with MSVC and possible fix
From: |
Eli Zaretskii |
Subject: |
Re: A little build error with MSVC and possible fix |
Date: |
Sat, 23 Mar 2013 17:38:36 +0200 |
> From: cg <address@hidden>
> Date: Sat, 23 Mar 2013 23:01:48 +0800
>
> 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.
Fixed.
> Has anyone seen the same issue?
2 people are using MSVC, but none of them reported this. Strange.
> Another question, how can I use gmake + MSVC to build emacs?
Not easily: currently nt/gmake.defs assumes GCC.
Maybe try using jom (http://qt-project.org/wiki/jom) instead of nmake.