← Back to team overview

kicad-developers team mailing list archive

Re: my build broke using Linux Ubunt 14.04.1 (WX webView issue)

 

I had that problem, too.
The problem went away after I (1) installed libwxwebgtk-dev first, (2) and then downloaded the source of wxWidget-3.0.2 (google it will find it) and recompiled it with these steps:

$ cd <wxwidget-3.0.2>
$ ./configure --prefix=/usr$ make$ sudo make install$ cd
$ rm -rf kicad_source$ bash ~/Download/kicad-install.sh --install-or-update
Now the problem should be solved.
These steps solved the problem in both of my 14.04 and 14.10.
HTH,
--Joe


 
 

     On Monday, December 22, 2014 12:22 PM, Edwin van den Oetelaar <oetelaar.automatisering@xxxxxxxxx> wrote:
   

 Hello everyone,
./kicad-install.sh --install-or-update
Since tonight :
[ 53%] Building CXX object webviewer/CMakeFiles/webviewer.dir/webviewer.cpp.o/home/oetelaar/kicad_sources/kicad.bzr/webviewer/webviewer.cpp:45:2: error: #error "A wxWebView backend is required by this sample" #error "A wxWebView backend is required by this sample"  ^In file included from /usr/local/include/wx-3.0/wx/wx.h:20:0,                 from /home/oetelaar/kicad_sources/kicad.bzr/webviewer/webviewer.cpp:42:/home/oetelaar/kicad_sources/kicad.bzr/webviewer/webviewer.cpp:71:39: error: ‘wxWebViewHistoryItem’ was not declared in this scope WX_DECLARE_HASH_MAP( int, wxSharedPtr<wxWebViewHistoryItem>,                                       ^/home/oetelaar/kicad_sources/kicad.bzr/webviewer/webviewer.cpp:71:59: error: template argument 1 is invalid WX_DECLARE_HASH_MAP( int, wxSharedPtr<wxWebViewHistoryItem>,                                                           ^/home/oetelaar/kicad_sources/kicad.bzr/webviewer/webviewer.cpp:71:39: error: ‘wxWebViewHistoryItem’ was not declared in this scope
... and a lot more
Anyone else having this too?
Best regards,Edwin van den Oetelaar
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to    : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help  : https://help.launchpad.net/ListHelp


   

References