Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qtcreator projects fail to link #6420

Open
arturoc opened this issue Oct 31, 2019 · 8 comments
Open

qtcreator projects fail to link #6420

arturoc opened this issue Oct 31, 2019 · 8 comments
Milestone

Comments

@arturoc
Copy link
Member

arturoc commented Oct 31, 2019

No description provided.

@ofTheo
Copy link
Member

ofTheo commented Nov 4, 2019

@thomasgeissl is the linking issue with qtcreator just that dylib one or something else?

@thomasgeissl
Copy link
Contributor

it is just libfmodex.dylib for me.

@ofTheo
Copy link
Member

ofTheo commented Nov 14, 2019

@thomasgeissl any chance you could do a PR with a fix ( if you figured it out )?
I think this is one of the last remaining issues before we are good to publish the next release.

@ofTheo
Copy link
Member

ofTheo commented Nov 16, 2019

Okay after a couple of string errors with the wizard I can get qtCreator to build.
I see a error with libfmodex.dylib not being found @execuable_path but I think that is because the dylib is being copied correctly to the app bundle while the executable is being left in the bin/ folder

See:
image

If I manually copy over the executable into AppName.app/Content/MacOS/ then I can launch the app fine from the Finder.

So not sure if it just needs to be set to be a non-console app or if there is something screwy going on with the output location?

@ofTheo
Copy link
Member

ofTheo commented Nov 16, 2019

Yup - that is it I think.

If you do:

    // create a console window when the application start
    consoleApplication: false

Apps build and run fine.

@ofTheo
Copy link
Member

ofTheo commented Nov 27, 2019

Hmm - I don't see this issue on Ubuntu with the nightly.
Just tried and could run a couple of different examples created by the qtcreator wizard.
No linker errors for me. This is running the noWindowExample.

image

@ofTheo
Copy link
Member

ofTheo commented Nov 27, 2019

@arturoc I think this isn't an issue anymore with the nightly builds. I have been using qtcreator to do builds without issues. Maybe the other qtcreator fixes fixed it? Going to close it. Def re-open if it still happens for you.

@ofTheo ofTheo closed this as completed Nov 27, 2019
@arturoc arturoc reopened this Nov 27, 2019
@arturoc
Copy link
Member Author

arturoc commented Nov 27, 2019

yes it's working for me fine in a new installation but in my laptop the same version of qtcreator doesn't work. sometimes the settings for the compiler break somethings but the same project is compiling fine with makefiles in that install so want to make sure it's just some error in this specific install and not something it's going happen to more people

@ofTheo ofTheo mentioned this issue Dec 1, 2019
48 tasks
@ofTheo ofTheo added this to the 0.11.1 milestone Dec 1, 2019
@ofTheo ofTheo modified the milestones: 0.11.1, 0.12.0 Mar 3, 2021
@dimitre dimitre modified the milestones: 0.12.0, 0.12.1 Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants