Search found 1 match
- Tue Nov 26, 2019 9:34 am
- Forum: Compiler / Linking / IDE Related
- Topic: Compiling wxWidgets-3.1.3
- Replies: 4
- Views: 986
Compiling wxWidgets-3.1.3
I compiled wxWidgets-3.1.3 with mingw64 and the -m32 option. Everything is going well, but if I use the -j4 option, using 4 parallel processes, the error is inevitable. My CPU has 4 "threads / cores". It seems that there is no priority order, that is, the files are generated before the folders to co...