Welcome, Guest
Username: Password: Remember me
CodeTyphon Cross-Build Development, discussions and problems
  • Page:
  • 1

TOPIC:

Error virtual keyboar creation 4 years 6 days ago #14584

  • Joao Barbosa
  • Joao Barbosa's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 38
  • Thank you received: 1
hi
I get this error after trying to link c:\codetyphon\fpc\fpc64\bin\x86_64-win64\arm-linux-ld.exe: cannot find -lXtst

This Happens when i add the MouseAndKeyinput to the uses of the form.

If i leave it out it links without any problem and i can run the app on a raspberry pi.
I am trying to create a virtual keyboard.

Thank You

Win 10
C.T. LAB 7.1

Please Log in or Create an account to join the conversation.

Error virtual keyboar creation 4 years 6 days ago #14585

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Go to Pi /usr/lib/ folder
Find all libXtst.so libraries (with file explorer).

Copy the original Linux library libXtst.so.xx.xx, NOT the links files libXtst.so.xx
to your windows Project arm-linux libraries folder.

Rename libXtst.so.xx.xx to libXtst.so

Unix native programming need some Unix basic knowledge...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Error virtual keyboar creation 4 years 6 days ago #14591

  • Joao Barbosa
  • Joao Barbosa's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 38
  • Thank you received: 1
Thank you for your reply, but i do not have thsi file on my pi

attaching a picture of the /usr/lib
Attachments:

Please Log in or Create an account to join the conversation.

  • Page:
  • 1