all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: forking issue on Windows XP?
       [not found]         ` <ebe2c14160614c1ab3112eca475334db@progw.org>
@ 2005-06-06 19:36           ` Lennart Borgman
  0 siblings, 0 replies; only message in thread
From: Lennart Borgman @ 2005-06-06 19:36 UTC (permalink / raw)
  Cc: emacs-devel

Earnie Boyd wrote:

>>I have had some troubles with the path formats and I hope you can
>>excuse me for mentioning this in this thread. These troubles related
>>to building Emacs on w32. I wanted to build with MSYS but it failed.
>>As far as I could see this was because of the file path conversions.
>>Therefore I have been following this thread with some interest. (I
>>had the insane idea of building MSYS myself.)
>>
>>    
>>
>
>Have you tried the mingwPORT for emacs?  See http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=82721&release_id=295947 for the file to download. BTW, building MSYS isn't that insane of an idea.
>  
>
Sorry, I did not have the ability to test this before. Well, most of it 
runs well. I see no changes from the tests I made before (without the 
scripts you added). The same point fails as before, building of autoloads:

"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l 
autoload \
    --eval '(setq find-file-hook nil \
        find-file-suppress-same-file-warnings t \
        generated-autoload-file \
          "/d/emacscvs/msys/src/emacs/lisp/loaddefs.el")' \
    -f batch-update-autoloads /d/emacscvs/msys/src/emacs/lisp calc 
calendar emacs-lisp emulation eshell gnus international language mail 
mh-e net obsolete play progmodes term textmodes toolbar url
Opening output file: no such file or directory, 
d:/d/emacscvs/msys/src/emacs/lisp/loaddefs.el

This comes from the following in the Makefile in the lisp subdirectory:

lisp = $(CURDIR)
...
autoloads: loaddefs.el doit
    @echo Directories: $(WINS)
    $(emacs) -l autoload \
        --eval $(ARGQUOTE)(setq find-file-hook nil \
            find-file-suppress-same-file-warnings t \
            generated-autoload-file \
              $(DQUOTE)$(lisp)/loaddefs.el$(DQUOTE))$(ARGQUOTE) \
        -f batch-update-autoloads $(lisp) $(WINS)

As one can see from this script it is actually the output of $(CURDIR) 
that should be changed for this to work. So I misremembered a bit here.

Is there any way to get the current directory in native windows format 
instead?

Kind regards,
Lennart


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-06 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20050601165329.70929317C73@postfix4-1.free.fr>
     [not found] ` <200506042158.44992.mszick@morethan.org>
     [not found]   ` <062411017ff81a8fa9c003c7d050ce15@progw.org>
     [not found]     ` <200506042358.24409.mszick@morethan.org>
     [not found]       ` <42A2DC4A.2090405@student.lu.se>
     [not found]         ` <ebe2c14160614c1ab3112eca475334db@progw.org>
2005-06-06 19:36           ` forking issue on Windows XP? Lennart Borgman

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.