This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
multiple definition of 'qCleanupResources_Webkit()' #12954
Comments
I think it is fixed by #12899 |
Isn't that only for windows? I also have this problem on Centos 6.6 and cannot build: phantomjs/src/qt/qtwebkit/Source/WebCore/release/libWebCore.a(qrc_WebKit.o): In function `qCleanupResources_WebKit()':
...
qrc_InspectorBackendCommands.o:qrc_InspectorBackendCommands.cpp:(.text+0x40): first defined here
collect2: ld returned 1 exit status
make[1]: *** [../bin/phantomjs] Error 1 |
I see following on Ubuntu 12.04.5 LTS:
|
I'm running centos 7 and I have the same problem i guess:
|
Fixed in 8e8546b |
I have just tried to build it after git clone. I have the 8e8546b - I double checked it. Fails with the same message on Xubuntu 14.04 |
@wojtkowiak do a clean build. |
@vitallium This doesn't work. Brand new clone. Fix 8e8546b is Windows - we all are running Unix with this problem. |
@flipperbw it worked for me, i had to install qt though, which was not told in the tutorial |
@vitallium See my comment on the commit. The lines containing the resources were never removed from the other builds. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I followed the build instructions:
git clone git://github.com/ariya/phantomjs.git
cd phantomjs
git checkout 2.0
./build.sh
And it stops with "multiple definition of 'qCleanupResources_Webkit()'"
Ubuntu server 14.04.1 LTS
The text was updated successfully, but these errors were encountered: