PDC on Linux - can't import an existing lua file

Hi,
I'm compelled to switch to Linux as my mac is so old it can't run the SDK anymore :smiley:
All going smoothly, compiling all my c code goes well, but then running pdc fails. It can't import one of my lua files into main.lua. It's not a corelibs file, it's one of my own lua files, and it's not the first import in the file either. Anyone have ideas what's going on?

/home/alex/PlaydateSDK/bin/pdc -sdkpath /home/alex/PlaydateSDK /home/alex/PD_MinerDetail/Source /home/alex/PD_MinerDetail/MinerDetail.pdx
error: /home/alex/PD_MinerDetail/Source/main.lua:21: No such file: lua/ui/balance_popup

in ~/.profile, I export PLAYDATE_SDK_PATH=~/PlaydateSDK.

Yeah it's definitely going wrong - running pdc without -sdkpath from bash is giving me the same error. Really odd!

NEVER MIND GANG it was case sensitivity. AS YOU WERE.

1 Like