Click here to Skip to main content
15,890,557 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 0:00
mvahoney the codewitch30-Nov-21 0:00 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Mircea Neacsu30-Nov-21 1:26
Mircea Neacsu30-Nov-21 1:26 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Kornfeld Eliyahu Peter30-Nov-21 1:51
professionalKornfeld Eliyahu Peter30-Nov-21 1:51 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 4:59
professionalGreg Utas30-Nov-21 4:59 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 5:02
mvahoney the codewitch30-Nov-21 5:02 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 5:25
professionalGreg Utas30-Nov-21 5:25 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 5:27
mvahoney the codewitch30-Nov-21 5:27 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 6:17
mvahoney the codewitch30-Nov-21 6:17 
Shoot. I just realized something about your post. You're talking about building for 32-bit. I believe you can do so with 64-bit minigw as I'm near certain the 64-bit build of the compilers and linkers can create 32-bit executables. You specify the architecture with some switch, i forget what as I've only used it once or twice. maybe -arch? I'd have to google it.

Anyway, it would be worth doing some legwork, and using the 64-bit minigw on a 64-bit system assuming you can. Then you run your build process for both on the same machine.

The only downside to using Minigw is you don't necessarily get access to the latest compilers.

I don't really like CMake, or make for that matter. I'm one of those people that feels like if you need a make file should have structured your source differently, *unless* you have code generation in place as part of the build process, or unless you want to run your tests as part of the build process, and honestly, I think a shell script is easier to use and understand. I don't really understand the point of make and cmake except to make your build scripts cross platform, but if you really want that you could just use powershell for it these days. Too many tools, too much nonsense. Not my circus, not my monkeys.
Real programmers use butterflies

GeneralRe: For how much time I spend navel gazing about the way I code Pin
Greg Utas30-Nov-21 6:31
professionalGreg Utas30-Nov-21 6:31 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 6:35
mvahoney the codewitch30-Nov-21 6:35 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Gerry Schmitz30-Nov-21 10:36
mveGerry Schmitz30-Nov-21 10:36 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
englebart30-Nov-21 13:33
professionalenglebart30-Nov-21 13:33 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 13:36
mvahoney the codewitch30-Nov-21 13:36 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Member 916705730-Nov-21 20:18
Member 916705730-Nov-21 20:18 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Jalapeno Bob30-Nov-21 22:03
professionalJalapeno Bob30-Nov-21 22:03 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
honey the codewitch30-Nov-21 23:10
mvahoney the codewitch30-Nov-21 23:10 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Jalapeno Bob2-Dec-21 20:04
professionalJalapeno Bob2-Dec-21 20:04 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
BillWoodruff30-Nov-21 23:28
professionalBillWoodruff30-Nov-21 23:28 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Cpichols1-Dec-21 1:59
Cpichols1-Dec-21 1:59 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
MKJCP1-Dec-21 4:00
MKJCP1-Dec-21 4:00 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Matt McGuire1-Dec-21 4:54
professionalMatt McGuire1-Dec-21 4:54 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
MikeTheFid1-Dec-21 5:09
MikeTheFid1-Dec-21 5:09 
GeneralRe: For how much time I spend navel gazing about the way I code Pin
Martin ISDN1-Dec-21 5:40
Martin ISDN1-Dec-21 5:40 
GeneralCCC 30-11-2021 Pin
pkfox29-Nov-21 21:28
professionalpkfox29-Nov-21 21:28 
GeneralRe: CCC 30-11-2021 Pin
Peter_in_278029-Nov-21 22:29
professionalPeter_in_278029-Nov-21 22:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.