Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8c4fae51
Commit
8c4fae51
authored
Feb 04, 2009
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CPP): Note problem with resource compiler of MSVC.
parent
c381cb8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/PROBLEMS
etc/PROBLEMS
+16
-1
No files found.
etc/ChangeLog
View file @
8c4fae51
2009-02-04 Jason Rumney <jasonr@gnu.org>
* PROBLEMS (CPP): Note problem with resource compiler of MSVC.
2009-01-28 Juanma Barranquero <lekktu@gmail.com>
* PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
...
...
etc/PROBLEMS
View file @
8c4fae51
...
...
@@ -2604,10 +2604,25 @@ dynamically linked C library has all the functions, but there is a
conflict between the versions of malloc in the DLL and in Emacs, which
is not resolvable due to the way Windows does dynamic linking.
We recommend the use of the Min
g
W port of GCC for compiling Emacs, as
We recommend the use of the Min
G
W port of GCC for compiling Emacs, as
not only does it not suffer these problems, but it is also Free
software like Emacs.
*** Building the MS-Windows port with Visual Studio fails compiling emacs.rc
If the build fails with the following message then the problem
described here most likely applies:
../nt/emacs.rc(1) : error RC2176 : old DIB in icons\emacs.ico; pass it
through SDKPAINT
The Emacs icon contains a high resolution PNG icon for Vista, which is
not recognized by older versions of the resource compiler. There are
several workarounds for this problem:
1. Use Free MinGW tools to compile, which do not have this problem.
2. Install the latest Windows SDK.
3. Replace emacs.ico with an older or edited icon.
** Linking
*** Building Emacs with a system compiler fails to link because of an
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment