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

Building on Ubuntu 9.10 fails #63

Open
slaskis opened this issue Dec 6, 2009 · 5 comments
Open

Building on Ubuntu 9.10 fails #63

slaskis opened this issue Dec 6, 2009 · 5 comments

Comments

@slaskis
Copy link

slaskis commented Dec 6, 2009

First of all it fails on some error with wxWidgets and GTK 2, issued here: https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/423845

but after "fixing" that using a trick in the comments there (commenting out the failing line) i move on to this error:

[CC] AutoPairs.cpp
[CC] Bookmarks.cpp
[CC] BracketHighlight.cpp
[CC] BundleItemEditorCtrl.cpp
[CC] BundleManager.cpp
In file included from BundleManager.cpp:27:
eBrowser.h: In function ‘wxBrowser* NewBrowser(wxWindow*, wxWindowID,    const wxPoint&, const wxSize&)’:
eBrowser.h:28: error: cannot allocate an object of abstract type ‘wxBrowser’
WebKitHtmlWnd.h:22: note:   because the following virtual functions are pure within ‘wxBrowser’:
IHtmlWnd.h:22: note:    virtual bool IHtmlWnd::LoadString(const wxString&)
make: *** [.objs.debug/BundleManager.o] Error 1

Any idea what might cause it? Building the externals went without any errors.

Running Ubuntu 9.10 (Karmic) 32-bit btw...

@slaskis
Copy link
Author

slaskis commented Dec 6, 2009

Actually, I had one problem while downloading the wxWidgets package, the server could not be found so i changed to an other sf mirror. Is the package referenced in the get_externals_linux.sh patched perhaps?

@anotherdjohnson
Copy link

I had this problem, it was fixed by applying patches here:
http://gist.github.com/243464

@morgangrubb
Copy link

After you applied those patches did you have a resurgence of the GSocket problem? That's what I'm getting and can't seem to get past.

@anotherdjohnson
Copy link

I don't remember having that problem. Instead I was unable to link because of pure virtual functions. I have yet to get it to finish building.

Edit:
I may not be remembering this correctly... I couldn't finish building it though, I've given up, I have to actually get work done.

@davividal
Copy link

Same issue here.

I'm glad that I didn't payed...

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

4 participants