Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Compile N files at once

<< < (4/5) > >>

grv575:
If you don't at least notify the compilation threads to exit then the user may have to wait a long time for these threads to finish when there are errors (and he has fixed one or two and hits compile again).

rickg22:
(regarding -j)

Then I guess it's MinGW's job, not ours... besides, we're already having enough trouble with the only thread implementation we're using (code completion). Also, i'd vote for the j parameter because remember, we're supposed to be cross-platform.

grv575:
No, but read that link (www.gnu...).  make -j does not work on windows.  That would defeat the cross platform compatibility.

takeshimiya:
Currently it works on windows, using Cygwin's make.
And I suppose that probably in MinGW's make also (not sure).

rickg22:
wxWidgets has some options not available on all platforms. What happens is that it ignores such options instead of giving an error, this allows people to try to use the best options for each platform, without neglecting others.

Anyway, let's first get rid of the crashes and later we'll think about multiprocessing for future versions. Right? :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version