I-Pascal can't find the Free Pascal SDK on Arch Linux

Issue #17 resolved
Juan Francisco Cantero Hurtado created an issue

When I try to add the Free Pascal SDK to Intellij IDEA, I-Pascal selects the directory /usr/lib/fpc but shows an error when I accept the selection. I've attached a screenshot.

I don't know how the I-Pascal code "validates" a FPC directory but I guess that the structure used by the fpc Arch package confuses to the program. You can see the files here https://www.archlinux.org/packages/community/x86_64/fpc/files/ .

Comments (4)

  1. George Bakhtadze repo owner

    The validation searches for fpc executable within the SDK home and some of its subdirectories. In your case the right directory seems to be /usr/bin

  2. Log in to comment