You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: