Click here to Skip to main content
15,903,388 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: First time I've ever felt bad for rolling my own Pin
Stefan_Lang6-Jul-21 1:23
Stefan_Lang6-Jul-21 1:23 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch6-Jul-21 3:29
mvahoney the codewitch6-Jul-21 3:29 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Stefan_Lang6-Jul-21 6:28
Stefan_Lang6-Jul-21 6:28 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Stefan_Lang6-Jul-21 6:30
Stefan_Lang6-Jul-21 6:30 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Greg Utas2-Jul-21 10:03
professionalGreg Utas2-Jul-21 10:03 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 10:12
mvahoney the codewitch2-Jul-21 10:12 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Super Lloyd2-Jul-21 15:56
Super Lloyd2-Jul-21 15:56 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 16:17
mvahoney the codewitch2-Jul-21 16:17 
It's just that I don't have an author who can sit me down and walk me through the source tree.

If someone had a few hours to do that with me I could do it no problem.

The issue - or one of them is that the includes don't include prerequisite includes - they expect them to have already been included upstream so..

in one file you might have
C++
#include <stdlib.h>
#include <math.h>
#include <string.h>

int do_something(float x,float y);


and then later on you have another include file that uses do_something() without ever explicitly including the first file. That only works because some file included both of them before. Does that make sense?

So basically I can't unwind which includes depend on what, much less figure out what all the defines are supposed to be without completely reverse engineering their make and cmake files.

And there's many of them, and it's just a maze.
Real programmers use butterflies

GeneralRe: First time I've ever felt bad for rolling my own Pin
Super Lloyd2-Jul-21 16:29
Super Lloyd2-Jul-21 16:29 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 16:31
mvahoney the codewitch2-Jul-21 16:31 
GeneralField of Dreams...? Pin
Solveering LLC2-Jul-21 5:08
Solveering LLC2-Jul-21 5:08 
GeneralRe: Field of Dreams...? Pin
W Balboos, GHB2-Jul-21 5:24
W Balboos, GHB2-Jul-21 5:24 
GeneralRe: Field of Dreams...? Pin
DRHuff2-Jul-21 7:04
DRHuff2-Jul-21 7:04 
GeneralRe: Field of Dreams...? Pin
PIEBALDconsult2-Jul-21 9:04
mvePIEBALDconsult2-Jul-21 9:04 
GeneralRe: Field of Dreams...? Pin
Solveering LLC2-Jul-21 9:21
Solveering LLC2-Jul-21 9:21 
GeneralRe: Field of Dreams...? Pin
PIEBALDconsult2-Jul-21 9:22
mvePIEBALDconsult2-Jul-21 9:22 
GeneralRe: Field of Dreams...? Pin
Solveering LLC2-Jul-21 9:28
Solveering LLC2-Jul-21 9:28 
GeneralRe: Field of Dreams...? Pin
PIEBALDconsult2-Jul-21 5:25
mvePIEBALDconsult2-Jul-21 5:25 
GeneralRe: Field of Dreams...? Pin
OriginalGriff2-Jul-21 6:33
mveOriginalGriff2-Jul-21 6:33 
GeneralRe: Field of Dreams...? Pin
Greg Utas2-Jul-21 8:21
professionalGreg Utas2-Jul-21 8:21 
GeneralRe: Field of Dreams...? Pin
Solveering LLC2-Jul-21 8:47
Solveering LLC2-Jul-21 8:47 
GeneralRe: Field of Dreams...? Pin
Greg Utas2-Jul-21 8:51
professionalGreg Utas2-Jul-21 8:51 
GeneralRe: Field of Dreams...? Pin
Solveering LLC2-Jul-21 9:07
Solveering LLC2-Jul-21 9:07 
GeneralRe: Field of Dreams...? Pin
Greg Utas2-Jul-21 9:28
professionalGreg Utas2-Jul-21 9:28 
GeneralRe: Field of Dreams...? Pin
RickZeeland2-Jul-21 9:02
mveRickZeeland2-Jul-21 9:02 

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.