> From: "Fidler,Matt,FORT WORTH,R&D" <[email protected]> > Date: Mon, 28 Feb 2011 23:50:26 -0600 > Accept-Language: en-US > acceptlanguage: en-US > > I have tried "dumping" my emacs configuration and receive the following > message with the dumped binary: > > The instruction at "0x01197720b" referenced memory at "0x01b8a220". The > memory could not be "written". > > Click on OK to terminate the program. > Click on CANCEL to debug the program. > > Am I doing something wrong? > > I currently run > > emacs.exe -batch -execute "(dump-emacs \"fast-emacs.exe\" \"emacs.exe\")" and > it produces the appropriate binary.
I think you cannot dump Emacs like that on Windows. I think you need to use the same procedure as the Emacs build uses, see the Windows Makefile's. (Isn't the barebin distribution meant to be used for this?)
