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

Ambiguous Errors when installing on centos 6.6 #138

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Open

Ambiguous Errors when installing on centos 6.6 #138

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
    Installation on Centos 6.6

What is the expected output? What do you see instead?
    For each of the plugins in the make of the file, I was receiving an error of '.release-shared/moc/moc_<header_file>:184: error: reference to <header_file> is ambiguous (where <header file> is the name of the plugin namespace/class)

What version of the product are you using? On what operating system?
    Debugger-0.9.20

Please provide any additional information below.
    For each of the Ambiguous errors, I was able to resolve by going in to each file and changing the QT_MOC_EXPORT_PLUGIN() declaration to use the global scope by performing the following on each file;

(for example with References Plugin)
    QT_MOC_EXPORT_PLUGIN(References::References, References)
to
    QT_MOC_EXPORT_PLUGIN(::References::References, References)

Original issue reported on code.google.com by guyver...@gmail.com on 10 Feb 2015 at 9:41

@GoogleCodeExporter
Copy link
Author

Interesting. Unfortunately the files in question are auto-generated by Qt 
itself. So I'm not sure if I have enough control over them to fix this easily.

I will look into this though, hopefully there is a simple enough fix.

Thanks

Original comment by evan.teran on 10 Feb 2015 at 6:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant