https://linen.dev logo
Join Discord
Powered by
# lime
  • e

    echoing-rainbow-13896

    08/23/2022, 6:50 PM
    I was just too dumd to figure out I could actually copy directly from the terminal
  • e

    echoing-rainbow-13896

    08/23/2022, 6:50 PM
    anyways
  • e

    elegant-twilight-61392

    08/23/2022, 6:56 PM
    ctrl+shift+c
  • e

    echoing-rainbow-13896

    08/23/2022, 6:57 PM
    or mouse
  • e

    echoing-rainbow-13896

    08/23/2022, 6:57 PM
    anyways back to the original problem
  • e

    echoing-rainbow-13896

    08/23/2022, 7:23 PM
    hello?
  • p

    powerful-morning-89

    08/23/2022, 7:24 PM
    Uh... check that that haxelib.json file exists and looks sane?
  • e

    echoing-rainbow-13896

    08/23/2022, 7:25 PM
    as far as I see its missing
  • e

    echoing-rainbow-13896

    08/23/2022, 7:25 PM
    which would explain why its having trouble finding it
  • e

    echoing-rainbow-13896

    08/23/2022, 7:25 PM
    how do I get it?
  • p

    powerful-morning-89

    08/23/2022, 7:26 PM
    Do
    git status
    in the directory where it's supposed to be. Something must have gone wrong while cloning...
  • e

    echoing-rainbow-13896

    08/23/2022, 7:28 PM
    "On branch development Your branch is up to date with 'origin/development'. nothing to commit, working tree clean"
  • p

    powerful-morning-89

    08/23/2022, 7:30 PM
    haxelib remove hxcpp
    haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp
    Turns out I made a little typo, and used the URL for the compiler instead of hxcpp.
  • e

    echoing-rainbow-13896

    08/23/2022, 7:30 PM
    oh ok
  • e

    elegant-twilight-61392

    08/23/2022, 7:35 PM
    how dare you make a typo 🙃
  • e

    echoing-rainbow-13896

    08/23/2022, 7:36 PM
    it worked, it told me that if I wanted to rebuild I needed to cd into haxelib/hxcpp/git/tools/hxcpp and run compile.hxml which I did but evenc after that im still getting the same errors when trying to rebuild for linux
  • p

    powerful-morning-89

    08/23/2022, 7:36 PM
    Because I'm only a human? *reminder to always double check URLs you get from random people on the internet 🙃
  • e

    echoing-rainbow-13896

    08/23/2022, 7:37 PM
    anymore ideas on how to fix this?
  • e

    echoing-rainbow-13896

    08/23/2022, 7:41 PM
    basically I did everything it told me to do after running the command but the rebuild still fails
  • e

    echoing-rainbow-13896

    08/23/2022, 8:06 PM
    so, any idea why "haxe compile.hxml" isnt working?
  • p

    powerful-morning-89

    08/23/2022, 8:06 PM
    No, I have zero experience with hxcpp on aarch64 linux.
  • e

    echoing-rainbow-13896

    08/23/2022, 8:07 PM
    oh
  • i

    important-cpu-97721

    08/23/2022, 10:56 PM
    lime setup tools
  • i

    important-cpu-97721

    08/23/2022, 10:56 PM
    or
    lime rebuild tools
  • i

    important-cpu-97721

    08/23/2022, 10:56 PM
    lime rebuild linux
    or whatever platform you have
  • l

    late-australia-6304

    08/24/2022, 12:29 AM
    how do these cpp functions work?
    Copy code
    haxe
    private static var lime_application_create = new cpp.Callable<Void->cpp.Object>(cpp.Prime._loadPrime("lime", "lime_application_create", "o", false));
  • l

    late-australia-6304

    08/24/2022, 12:31 AM
    https://github.com/openfl/lime/blob/develop/src/lime/_internal/backend/native/NativeCFFI.hx#L356
  • l

    late-australia-6304

    08/24/2022, 12:31 AM
    Im so confused on what load prime does
  • l

    late-australia-6304

    08/24/2022, 12:41 AM
    I dont even know were the cpp code for this is
  • b

    bulky-insurance-39338

    08/24/2022, 12:42 AM
1...222324...138Latest