Joris Dauphin

Results 202 comments of Joris Dauphin

@tritao : there is at least conflicts to resolve.

There is https://github.com/jimon/premake-ninja which handle msvc build as command line

Do your log have something like > Supported sound decoders: WAVE AIFF VOC MOD MID OGG OPUS MP3 FLAC Supported music decoders: WAVE FLAC OGG OPUS MPG123 MODPLUG NATIVEMIDI MOD...

There is still https://codelite.org/support.php for donation

My UT https://github.com/Jarod42/premake-sample-projects/tree/master/projects/project-toolset doesn't catch it directly :-/ but "default" msys2 doesn't have `cc` so cannot compile C-files with default toolset.

>> OK, so is the fix here to default CC to gcc explicitly in the generated Makefile? > > I could be wrong, but I think the issue is that...

@dcourtois : ping.

Not familiar enough with `printf` format. I know that `std::size_t` might be of different size, warning suggests `%ld` as fix, so wrong for other size. Not sure neither if `%zu`...

@liuxd889898 : Verify that you have set "Generate dependencies files (.o.d)" in Build settings | Advanced That options is required for your workflow. If that doesn't fix your issue, which...

I see 2 possibles issues: - Wrong dependencies, checking *.o.d might spot that. - Issue with timestamps (it might happen with modifications in the same time than a "long" build)...