Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win7 64位下 install.bat 执行到某一步后不再进行..安装不成功 #1

Closed
tianxiayu007 opened this issue Jul 22, 2015 · 6 comments

Comments

@tianxiayu007
Copy link

以下为log:
compile:
    plat:       msvc
    arch:       x86
    host:       msys
    demo:       y
    prof:       n
    debug:      n
    small:      n
    ccache:     
    distcc:     
packages:
    tbox:       y
    luajit:     y
    base:       y
directories:
    install:        
    package:        
toolchains:
    bin:        
    pre:        
    sdk:        
flags:
    cflag:      
    ccflag:     
    cxflag:     
    mflag:      
    mmflag:     
    mxflag:     
    ldflag:     
    asflag:     
    arflag:     
    shflag:     
make.exe[1]: Entering directory `/f/Msys2/home/EvilSay/xmake/core'
clean xmake
clean xmake
clean ../demo
make.exe[1]: Leaving directory `/f/Msys2/home/EvilSay/xmake/core'
make.exe[1]: Entering directory `/f/Msys2/home/EvilSay/xmake/core'
make xmake
make xmake
compile.r machine.c
compile.r os/chdir.c
compile.r os/cpdir.c
compile.r os/cpfile.c
compile.r os/curdir.c
compile.r os/exists.c
compile.r os/find.c
compile.r os/isdir.c
compile.r os/isfile.c
compile.r os/mkdir.c
compile.r os/mtime.c
compile.r os/rename.c
compile.r os/rmdir.c
compile.r os/rmfile.c
compile.r os/setenv.c
compile.r os/strerror.c
compile.r os/tmpdir.c
compile.r path/absolute.c
compile.r path/is_absolute.c
compile.r path/relative.c
compile.r path/translate.c
compile.r string/endswith.c
compile.r string/startswith.c
compile.r xmake.c
link xmaker.lib
make ../demo
compile.r xmake.c
link demo.exe
make.exe[1]: Leaving directory `/f/Msys2/home/EvilSay/xmake/core'
make.exe[1]: Entering directory `/f/Msys2/home/EvilSay/xmake/core'
install xmake
make xmake
make ../demo
make.exe[4]: Nothing to be done for `all'.
install xmake
install ../demo
make.exe[1]: Leaving directory `/f/Msys2/home/EvilSay/xmake/core'
F:\Msys2\home\EvilSay\xmake\core>

追了几个bat没找到原因呢...C:\Program Files\xmake 文件夹创建成功,无权限问题..
@waruqi
Copy link
Member

waruqi commented Jul 23, 2015

看log 已经安装成功了。。安装成功后 命令行窗口你需要按回车关闭就行。。提示ok就算成功了。。

你可以尝试在新建的命令行窗口里面 执行xmake --help。。看看是否能够正常运行

@tianxiayu007
Copy link
Author

回车没用的,还是一直卡那里...
qq 20150723133241

@waruqi
Copy link
Member

waruqi commented Jul 23, 2015

这个安装比较慢一点。。看截图和log,一切正常,正在安装中。。你等上5分钟看看。。

你开一个新的cmd窗口运行xmake --help来确认是否已经安装成功,不要当前安装窗口敲命令。。

@tianxiayu007
Copy link
Author

不是的大神,之前安装等15分钟还是老样子啊...最后一步是拷贝编译好的东西是吧,都有那些文件呢,应该可以手动的吧..

@waruqi
Copy link
Member

waruqi commented Jul 23, 2015

可以手动,安装的逻辑都在install.bat,也就是copy了几个目录,设置下环境变量。。你看下C:\Program Files\xmake里面有没有文件。

我更新了下master 。。安装的时候会有更详细的进度信息。。你看下是卡在哪一步了。。

@waruqi waruqi closed this as completed Aug 1, 2015
@waruqi
Copy link
Member

waruqi commented Sep 1, 2015

已修复,请clone最新master版本试下。。

waruqi pushed a commit that referenced this issue May 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants