• saplyng@kbin.social
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

    I’m currently in dependency hell trying to compile a zip formatted react native program I’ve been given

  • InternetLefty [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    “lexicon.obj : error LNK2019: unresolved external symbol “void __cdecl Error(class std::basic_string,class std::allocator >)” (?Error@@YAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function “private: void __thiscall Vector::checkRange(int,char const *)” (?checkRange@?$Vector@UcharT@Lexicon@@@@AAEXHPBD@Z)” 😭

  • drolex@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    ·
    9 months ago

    I’m not even there yet, I’m just trying to resolve my IDE configuration issues

    • JATtho@sopuli.xyz
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      Me:

      • Need to debug a program
      • Debugger doesn’t work
      • Need to debug the debugger
      • Look at a hardware bug in the CPU that breaks ptrace syscall /s
      • Go find a bucket of sand.
    • agent_flounder@lemmy.one
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      Me irl spending an hour trying to figure out why vscode reformats pasted code by 2 spaces when I’ve set 4 spaces for indent as the default… so I could write ten lines of code (as a hobbyist)…