unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* how to compile emacs in windowns 7 64bit environment
@ 2010-04-23  3:31 one tmjd
  2010-04-23  8:40 ` Jason Rumney
  0 siblings, 1 reply; 3+ messages in thread
From: one tmjd @ 2010-04-23  3:31 UTC (permalink / raw)
  To: emacs-devel


[-- Attachment #1.1: Type: text/plain, Size: 330 bytes --]

I modified sources(version 23.1) etc. , finally I got this error :
---------------------------
temacs.exe - Application Error
---------------------------
The application was unable to start correctly (0xc000007b). Click OK to
close the application.
---------------------------

Who know how to compile this, thank you for help[?]

[-- Attachment #1.2: Type: text/html, Size: 454 bytes --]

[-- Attachment #2: 347.gif --]
[-- Type: image/gif, Size: 186 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how to compile emacs in windowns 7 64bit environment
  2010-04-23  3:31 how to compile emacs in windowns 7 64bit environment one tmjd
@ 2010-04-23  8:40 ` Jason Rumney
  2010-04-23  9:23   ` one tmjd
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Rumney @ 2010-04-23  8:40 UTC (permalink / raw)
  To: one tmjd; +Cc: Emacs Devel

On 23/04/2010 11:31, one tmjd wrote:
> I modified sources(version 23.1) etc.

Try without the above, then you will be starting with a known good base. 
Then report what difficulties you have (including any error messages).






^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how to compile emacs in windowns 7 64bit environment
  2010-04-23  8:40 ` Jason Rumney
@ 2010-04-23  9:23   ` one tmjd
  0 siblings, 0 replies; 3+ messages in thread
From: one tmjd @ 2010-04-23  9:23 UTC (permalink / raw)
  To: Jason Rumney; +Cc: Emacs Devel

[-- Attachment #1: Type: text/plain, Size: 2008 bytes --]

On Fri, Apr 23, 2010 at 4:40 PM, Jason Rumney <jasonr@gnu.org> wrote:

> On 23/04/2010 11:31, one tmjd wrote:
>
>> I modified sources(version 23.1) etc.
>>
>
> Try without the above, then you will be starting with a known good base.
> Then report what difficulties you have (including any error messages).
>
>
>
I started from a new emacs-23.1.tar, using
mingw-w64-bin_x86_64-mingw_20100410_sezero.

this is the output error(short) and how I make it through:
1:

Emacs successfully configured.
Run `make' to build, then run `make install' to install.
makefile:159: *** missing separator.  Stop.
--------------------------------------------------------
change nt/makefile 146 to :
 ifeq "$(PROCESSOR_ARCHITECTURE)" "AMD64"

2:

Using C:\Windows\system32\cmd.exe as shell.
gcc -I. -c -gdwarf-2 -g3  -mcpu=i686 -O2      -o oo-spd/i386/addpm.o addpm.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
In file included from addpm.c:43:
e:\emacs\emacs-23.1-gcc-64\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.4.4/../../../../x86_64-w64-mi
ngw32/include/shlobj.h:15:2: error: #error _WIN32_IE setting conflicts

---------------------------------------------------------
change addpm.c:38 to :
//#define _WIN32_IE 0x400


3:

gmake   -C ../lib-src all
gmake[1]: Entering directory `E:/emacs/emacs-23.1-gcc-64/emacs-23.1/lib-src'
makefile:159: *** missing separator.  Stop.

-----------------------------------------------------------

change lib-src/makefile:146 to:
 ifeq "$(PROCESSOR_ARCHITECTURE)" "AMD64"

4:

e:/emacs/emacs-23.1-gcc-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.4.4/../../../../x86_64-w64-mi
ngw32/lib/libmingwex.a(lib64_libmingwex_a-_stat.o): In function `stat':
/W64_158146-src/build-crt/../mingw-w64-crt/stdio/_stat.c:26: multiple
definition of `stat'
oo-spd/i386/ntlib.o:E:\emacs\emacs-23.1-gcc-64\emacs-23.1\lib-src/ntlib.c:251:
first defined here
collect2: ld returned 1 exit status

-------------------------------------------------------------
I don't know what to do now...

[-- Attachment #2: Type: text/html, Size: 2769 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-23  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23  3:31 how to compile emacs in windowns 7 64bit environment one tmjd
2010-04-23  8:40 ` Jason Rumney
2010-04-23  9:23   ` one tmjd

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).