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

./webkit/test/mozilla does not exist. #45

Closed
riodeuno opened this issue Jul 10, 2009 · 1 comment
Closed

./webkit/test/mozilla does not exist. #45

riodeuno opened this issue Jul 10, 2009 · 1 comment

Comments

@riodeuno
Copy link

I run Slackaware 12.2. I installed the dependencies given in the linux-notes.txt file.
I ran get_external_linux script and the build_external_linux script with the debug option.
This works fine, and the final message is as follows

--- BUILD COMPLETE ---

Next steps:

-- Run '/home/riodeuno/e/external/webkit/WebKitTools/wx/../../WebKitTools/Scripts/run-javascriptcore-tests --wx' to ensure JSCore tests pass.

-- Run /home/riodeuno/e/external/webkit/WebKitBuild/Release/wxBrowser to test your wxWebKit build.

Both of the above test fail. First test fails with this error

Running: build-jsc --wx --release --32-bit --qt --wx
Died at /home/riodeuno/e/external/webkit/WebKitTools/wx/../../WebKitTools/Scripts/run-javascriptcore-tests line 135.

The second test executable does not exist.

A Makefile is generated in the ../src folder, when trying to run "make"
The following error shows and make stops

RemoteThread.h:123: error: class 'RemoteThread::RemoteAction' does not have any field named 'm_url'
RemoteThread.h:123: error: invalid use of incomplete type 'const struct wxString'
SymbolRef.h:4: error: forward declaration of 'const struct wxString'
RemoteThread.h:123: error: class 'RemoteThread::RemoteAction' does not have any field named 'm_login'
RemoteThread.h:123: error: invalid use of incomplete type 'struct wxString'
SymbolRef.h:4: error: forward declaration of 'struct wxString'
RemoteThread.h:123: error: class 'RemoteThread::RemoteAction' does not have any field named 'm_target'
RemoteThread.h:123: error: invalid use of incomplete type 'const struct wxString'
SymbolRef.h:4: error: forward declaration of 'const struct wxString'
RemoteThread.h: At global scope:
RemoteThread.h:201: error: expected constructor, destructor, or type conversion before 'DECLARE_EVENT_TYPE'
make: *** [.objs.release/BundleItemEditorCtrl.o] Error 1

Is there something i am missing?

@riodeuno
Copy link
Author

it works now, i was not using the make DEBUG=1 option.

This issue was closed.
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

1 participant