msys

Error while building Linphone for windows

耗尽温柔 提交于 2019-12-03 11:33:44
I am trying to build linphone for windows by following the instructions in Readme.mingw using MinGw/Msys. There is no issues till the download of belle-sip package. When I run ./autogen.sh I am getting the below error. Generating buildipts in belle-sip... + libtoolize --copy --force libtoolize: $pkgltdldir is not a directory: `/mingw/share/libtool' + aclocal -I /share/aclocal Can't locate Automake/Config.pm in @INC (@INC contains: /mingw/share/automake-1. 11 /usr/lib/perl5/5.8/msys /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/msys /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/site_perl/5.8

Is make no longer included with MinGW and/or MSYS?

[亡魂溺海] 提交于 2019-12-03 06:09:40
I installed MinGW and MSYS on my Windows 7 computer. I added C:\Program Files (x86)\MinGW\bin to my path. Commands such as gcc and g++ work, but make does not. I looked in the directory, and there is no executable called make , even though I installed all components. There is a file called mingw32-make . There are also other files prefixed with mingw32- , such as c++, g++, gcc, gcc-4.6.1, and gfortran. However, there is a make in C:\Program Files (x86)\MinGW\msys\1.0\bin . If I open the MinGW Shell and type in make , make executes. However, it does not execute from the Windows terminal. Is

Where can I set path to make.exe on Windows?

若如初见. 提交于 2019-12-03 05:43:52
问题 When I try run make from cmd-console on Windows, it runs Turbo Delphi's make.exe but I need MSYS's make.exe . There is no mention about Turbo Delphi in %path% variable, maybe I can change it to MSYS in registry? Please, help. 回答1: The path is in the registry but usually you edit through this interface: Go to Control Panel -> System -> System settings -> Environment Variables . Scroll down in system variables until you find PATH . Click edit and change accordingly. BE SURE to include a

Browsing Folders in MSYS

一笑奈何 提交于 2019-12-03 04:00:24
问题 This will be the toughest question of the day. How do I navigate through my Windows folder structure within the MSYS shell? When I start the shell, all I see is a '~'. I type 'ls' and the folder is empty. I just want to know how to get to my c drive. 回答1: cd /c/ to access C: cd /d/ for D: etc. 回答2: use df to see all mount point so you can navigate to them. my df output shows below: Filesystem 1K-blocks Used Available Use% Mounted on C:\Users\Sam\AppData\Local\Temp 76694276 46239412 30454864

Running msys.bat using ProcessBuilder

匿名 (未验证) 提交于 2019-12-03 03:03:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am attempting to run msys.bat in java using ProcessBuilder. When I run the .bat file with my program, the following error occurred: "Cannot find the rxvt.exe or sh.exe binary -- aborting. Press any key to continue . . ." Here is the code, ProcessBuilder Msys = new ProcessBuilder("C:/msys/1.0/msys.bat", "/C", "find \"C:/Users/Dan G/Desktop/hello.elf\""); Process p = Msys.start(); String line; BufferedReader r = new BufferedReader(new InputStreamReader(p.getInputStream())); while ((line = r.readLine()) != null) { System.out.println(line); }

Error while building Linphone for windows

匿名 (未验证) 提交于 2019-12-03 02:56:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to build linphone for windows by following the instructions in Readme.mingw using MinGw/Msys. There is no issues till the download of belle-sip package. When I run ./autogen.sh I am getting the below error. Generating buildipts in belle-sip... + libtoolize --copy --force libtoolize: $pkgltdldir is not a directory: `/mingw/share/libtool' + aclocal -I /share/aclocal Can't locate Automake/Config.pm in @INC (@INC contains: /mingw/share/automake-1. 11 /usr/lib/perl5/5.8/msys /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/msys /usr

How to stop mingw and msys from mangling path names given at the command line?

匿名 (未验证) 提交于 2019-12-03 01:55:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: On Windows, I'm cross-compiling a program for ARM/linux using CodeSourcery's cross-compiler suite. I use mingw msys as my command interpreter, and very often it will mangle my paths and pathnames. For example, to build my program, I invoke arm - none - linux - gnueabi - gcc . exe - Wall - g \ - Wl ,-- dynamic - linker = /usr/ lib / myrpath / ld - linux . so . 3 \ - Wl ,- rpath = /usr/ lib / myrpath \ - I ../ targetsysroot / usr / include \ myprogram . c - o myprogram Of course, I want /usr/lib/myrpath inserted verbatim into the

CMake Error at CMakeLists.txt:30 (project): No CMAKE_C_COMPILER could be found

匿名 (未验证) 提交于 2019-12-03 01:40:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I'm trying make a Visual Studio solution with Cmake to compile the latest version of aseprite and the cmake keeps giving me the : No CMAKE_C_COMPILER could be found . No CMAKE_CXX_COMPILER could be found . I've already downloaded gcc and i'm using visual studio 2015. I'm following this tutorial / https://github.com/aseprite/aseprite/blob/master/INSTALL.md I've been searching for about 3 hours and no solution on internet fitted. 回答1: Those error messages CMake Error at ... ( project ): No CMAKE_C_COMPILER could be found . --

Git sh.exe process forking issue on windows XP, slow?

匿名 (未验证) 提交于 2019-12-03 01:29:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Git is essential to my workflow. I run MSYS Git on Windows XP on my quad core machine with 3GB of RAM, and normally it is responsive and zippy. Suddenly an issue has cropped up whereby it takes >30 seconds to run any command from the Git Bash command prompt, including ls or cd . Interestingly, from the bash prompt it looks likes ls runs fairly quickly, I can then see the output from ls , but it then takes ~30 seconds for the prompt to return. If I switch to the windows command prompt (by running cmd from the start menu) git related

Combining mingw and git

匿名 (未验证) 提交于 2019-12-03 01:29:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have installation of MinGW in D:\mingw. I have Git installation in C:\Program Files\git. I want to develop/compile using MinGW and use git for versioning. I guess I have to use correct paths but some paths are hardcoded. Like msys mount script calls /bin/msysmnt.exe So I have 2 options: 1. use git's shell (to be able to show me branch at prompt) 2. use mingw(msys)'s shell - to have correct paths Whichever I choose I must make the other functionality work under it. 回答1: Small update: Since the Git 2.x releases, Git for Windows is based off