Compilation issues, paths and libraries #525

Open
opened 2019-04-19 22:38:53 +02:00 by Ketrel · 2 comments
Ketrel commented 2019-04-19 22:38:53 +02:00 (Migrated from github.com)

I'm having problems getting this to compile and then work.

My goal is make it install to /built/(bin|lib|share)

I can sort of do that by setting INSTALL_ROOT=/built on the make commands, but there's two issues.

  1. It installs instead to /built/usr/(bin|lib|share)
  2. It doesn't run, I get QML errors

Any idea what I can do to get that to install and be runable from the location I'm aiming for?

Oddly enough, it DOES run from the directory it's compiled in, but not from where it installs.

I'm having problems getting this to compile and then work. My goal is make it install to /built/(bin|lib|share) I can sort of do that by setting INSTALL_ROOT=/built on the make commands, but there's two issues. 1. It installs instead to /built/**usr**/(bin|lib|share) 2. It doesn't run, I get QML errors Any idea what I can do to get that to install and be runable from the location I'm aiming for? Oddly enough, it DOES run from the directory it's compiled in, but not from where it installs.
Ketrel commented 2019-04-19 22:42:57 +02:00 (Migrated from github.com)

I should add, if I manually copy the QMLTermWidget folder to the same place as the binary, it runs fine.

I should add, if I manually copy the QMLTermWidget folder to the same place as the binary, it runs fine.
therealplato commented 2020-03-30 18:52:56 +02:00 (Migrated from github.com)

thanks for this workaround - experienced the same issue building on ubuntu 18.04

thanks for this workaround - experienced the same issue building on ubuntu 18.04
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#525
No description provided.