Re: [ros-dev] Vgal USB patches

2017-04-04 Thread Hermès BÉLUSCA-MAÏTO
The cheap route for isohybrid is ok (and it's not the only tool where we would do this modification :) ) For my local msvc-problem I don't know what it does... -Message d'origine- De : Ros-dev [mailto:ros-dev-boun...@reactos.org] De la part de Colin Finck Envoyé : mardi 4 avril 2017

Re: [ros-dev] Vgal USB patches

2017-04-04 Thread Colin Finck
Am 04.04.2017 um 14:05 schrieb Hermès BÉLUSCA-MAÏTO: > Also, I confirm that, for whatever reason in VS2010, which doesn't have > inttypes.h, in its CRT headers, compilation might fail: here for me, for > example, it succeeds when being done from the command-line, but fails when > being done

Re: [ros-dev] Vgal USB patches

2017-04-04 Thread Alexander Rechitskiy
I know nothing, if he has SVN branch in our repo. But most of his work was done on github and/or locally. 04.04.2017, 15:48, "Jared Smudde" :I thought he has an SVN branch in our repo? From: Ros-dev on behalf of Colin Finck

Re: [ros-dev] Vgal USB patches

2017-04-04 Thread Jared Smudde
I thought he has an SVN branch in our repo? From: Ros-dev on behalf of Colin Finck Sent: Tuesday, April 04, 2017 7:20 AM To: ros-dev@reactos.org Subject: Re: [ros-dev] Vgal USB patches Am 04.04.2017 um 12:17

Re: [ros-dev] Vgal USB patches

2017-04-04 Thread Colin Finck
Am 04.04.2017 um 12:17 schrieb Alexander Rechitskiy: > And one more problem that he faced. He could not build proper VC bulds > after new ISO format was adopted. > https://pastebin.com/AtUqfGf9 Thanks for pointing this out! This bug is now tracked at https://jira.reactos.org/browse/CORE-13031 I

Re: [ros-dev] Vgal USB patches

2017-04-04 Thread Alexander Rechitskiy
Github is completely inaccessible for him. He has bad and expensive internet connection. 04.04.2017, 14:58, "Mark Jansen" :What kind of problems with github?For his build problem: try completely deleting everything from thatbuild dir, and re-generating build

Re: [ros-dev] Vgal USB patches

2017-04-04 Thread Hermès BÉLUSCA-MAÏTO
And also use ninja with the option "-k 0" (dash k zero, without the quotes), so that he doesn't stop at the first compilation error it encounters & allows to continue compiling what's compilable. At the next ninja -k 0 invocation, you can then better see which module(s) was failing compilation.

Re: [ros-dev] Vgal USB patches

2017-04-04 Thread Mark Jansen
What kind of problems with github? For his build problem: try completely deleting everything from that build dir, and re-generating build files. Regards, Mark On 4 April 2017 at 12:17, Alexander Rechitskiy wrote: > Vgal told me that he still has major problems with github.

Re: [ros-dev] Vgal USB patches

2017-04-04 Thread Alexander Rechitskiy
Vgal told me that he still has major problems with github. So code  review  at code.reactos.org is the only option. Also he is a bit tired with his local test builds and thinks that inclusion into trunk will speed up his developments And one more problem that he faced. He could not build proper VC