[Mingw-w64-public] wcschr etc. problem

2014-04-29 Thread G M
Hi Everyone I can't build the popular build program ninja with clang++ and mingw. The reason is demonstrated by this simple program: // wcx.cpp #include string using namespace std; #include windows.h int main() { wchar_t* p = wcschr(Lhello, L'h'); } Compiling this program with g++ yields

Re: [Mingw-w64-public] mingw-w64 may move to git in the future

2014-04-29 Thread Rodny
JonY jon_y@... writes: Hi, mingw-w64 may migrate from svn to git in the future, seeing that sf can now do multiple repos per project. Structure wise, everything under trunk will still stay together in the new repo, but any externals, /experimental/* and /web may move into its own

Re: [Mingw-w64-public] mingw-w64 may move to git in the future

2014-04-29 Thread Ruben Van Boxem
2014-04-29 8:49 GMT+02:00 Rodny spillig...@gmx.com: JonY jon_y@... writes: Hi, mingw-w64 may migrate from svn to git in the future, seeing that sf can now do multiple repos per project. Structure wise, everything under trunk will still stay together in the new repo, but any

Re: [Mingw-w64-public] mingw-w64 may move to git in the future

2014-04-29 Thread Matthew Brett
Hi, On Mon, Apr 28, 2014 at 11:49 PM, Rodny spillig...@gmx.com wrote: JonY jon_y@... writes: Hi, mingw-w64 may migrate from svn to git in the future, seeing that sf can now do multiple repos per project. Structure wise, everything under trunk will still stay together in the new repo,

Re: [Mingw-w64-public] mingw-w64 may move to git in the future

2014-04-29 Thread Alberto Luaces
Rodny writes: Ignoring the endless holy wars, some practical concerns that we have here are the dismal support on native windows for git. TortoiseSVN makes browsing your changes and picking the ones we want extremely easy in a graphical environment on the platform that you're built to

Re: [Mingw-w64-public] mingw-w64 may move to git in the future

2014-04-29 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29.04.2014 11:31, Ruben Van Boxem wrote: On 2014-04-29 8:49 GMT+02:00 Rodny: JonY writes: Hi, mingw-w64 may migrate from svn to git in the future, seeing that sf can now do multiple repos per project. Structure wise, everything

Re: [Mingw-w64-public] mingw-w64 may move to git in the future

2014-04-29 Thread JonY
On 4/29/2014 14:49, Rodny wrote: JonY jon_y@... writes: Hi, mingw-w64 may migrate from svn to git in the future, seeing that sf can now do multiple repos per project. Structure wise, everything under trunk will still stay together in the new repo, but any externals, /experimental/* and

[Mingw-w64-public] How to do delay load in Mingw-w64

2014-04-29 Thread YIRAN LI
Hi friends, I'm now moving my ffmpeg build from MinGW to Mingw-w64 because the latter supports delay load. To be a bit more specific, ffmpeg could dynamically link to many external libraries, but I want these external libs be downloaded and used only when they are used (functions called). For

Re: [Mingw-w64-public] How to do delay load in Mingw-w64

2014-04-29 Thread lh_mouse
0) http://stackoverflow.com/questions/1238035/what-is-libtools-la-file-for 1) Practically, I don't think .la files are useful on Windows. Neither do .dll.a files. -- Best regards, lh_mouse 2014-04-29

Re: [Mingw-w64-public] How to do delay load in Mingw-w64

2014-04-29 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29.04.2014 14:34, YIRAN LI wrote: Hi friends, I'm now moving my ffmpeg build from MinGW to Mingw-w64 because the latter supports delay load. To be a bit more specific, ffmpeg could dynamically link to many external libraries, but I want

Re: [Mingw-w64-public] How to do delay load in Mingw-w64

2014-04-29 Thread Adrien Nader
On Tue, Apr 29, 2014, LRN wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29.04.2014 14:34, YIRAN LI wrote: Hi friends, I'm now moving my ffmpeg build from MinGW to Mingw-w64 because the latter supports delay load. To be a bit more specific, ffmpeg could dynamically link

Re: [Mingw-w64-public] Unattended install with mingw-builds-install.exe

2014-04-29 Thread Paul Henri
niXman i.nixman@... writes: 2013/9/20 Martin Fiers: Can we know what's the installer type (like, msi, installshield, inno...). CreateInstall: http://www.createinstall.com/ Hi niXman, 1) Can you please provide the script .ci used to build mingw-install.exe 2) In the current state,

[Mingw-w64-public] Advice on accuracy of exp function

2014-04-29 Thread Matthew Brett
Hi, I'm sorry to ask this question without more information, but I'm hoping you can give me an idea what more information I need. Some of us got very interested in using Mingw-w64 as the standard compiler for Python numerical tools such as numpy and scipy: https://github.com/numpy/numpy/wiki

Re: [Mingw-w64-public] Advice on accuracy of exp function

2014-04-29 Thread Kai Tietz
2014-04-29 21:16 GMT+02:00 Matthew Brett matthew.br...@gmail.com: Hi, I'm sorry to ask this question without more information, but I'm hoping you can give me an idea what more information I need. Some of us got very interested in using Mingw-w64 as the standard compiler for Python numerical

Re: [Mingw-w64-public] Advice on accuracy of exp function

2014-04-29 Thread Matthew Brett
Hi, On Tue, Apr 29, 2014 at 2:08 PM, Kai Tietz ktiet...@googlemail.com wrote: 2014-04-29 21:16 GMT+02:00 Matthew Brett matthew.br...@gmail.com: Hi, I'm sorry to ask this question without more information, but I'm hoping you can give me an idea what more information I need. Some of us got