ericmckean / webkitdriver

Automatically exported from code.google.com/p/webkitdriver
0 stars 0 forks source link

using libhlwk.so in C++ #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. linking a C++ application with libhlwk.so
2.
3.

What is the expected output? What do you see instead?
This is the error:
../../webkitdriver/hlwk/WebKitBuild/Release/libhlwk.so||undefined reference to 
`WebCore::CSSParser::lex()'|

What version of the product are you using? On what operating system?
ubuntu 10.04.3 LTS

g++ --version:
g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3

Please provide any additional information below.
I'm trying to use webkitdriver in C++. Webkitdriver build successfully, but 
can't be linked to any program.

Original issue reported on code.google.com by gabu...@gmail.com on 1 Aug 2011 at 8:42

GoogleCodeExporter commented 9 years ago
I ran into the same issue.
Fixed by installing flex, cleaning, and running rake again.

Source : http://trac.webkit.org/wiki/BuildingQtOnLinux#Missingflex

Original comment by william....@gmail.com on 9 Mar 2012 at 5:41