Menu

#52 Compiling on Ubuntu 14.10

None
closed
nobody
linux
5
2016-03-21
2014-12-08
Linuxpete
No

Hi I'm trying to install on Ubuntu 14.10 but the PPA doesn't contain a build for Ubuntu 14.10.

So I try to compile from source, bad luck. As far as I can see all requierements are met.

It tries to compile with Wx 3.0.1-3 and gives no errors after ./configure. Output see attachment.

After "make" it gives the error

In file included from /usr/include/wx-3.0/wx/confbase.h:17:0,
from /usr/include/wx-3.0/wx/config.h:14,
from configbase.h:25,
from configbase.cpp:19:
/usr/include/wx-3.0/wx/string.h:1544:15: note: wxUniChar wxString::operator const
wxUniChar operator const
^
/usr/include/wx-3.0/wx/string.h:1546:15: note: wxUniChar wxString::operator const
wxUniChar operator const
^
/usr/include/wx-3.0/wx/string.h:1548:15: note: wxUniChar wxString::operator const
wxUniChar operator const
^
/usr/include/wx-3.0/wx/string.h:1556:18: note: wxUniCharRef wxString::operator
wxUniCharRef operator
^
/usr/include/wx-3.0/wx/string.h:1558:18: note: wxUniCharRef wxString::operator
wxUniCharRef operator
^
/usr/include/wx-3.0/wx/string.h:1560:18: note: wxUniCharRef wxString::operator
wxUniCharRef operator
^
Makefile:352: recipe for target 'configbase.lo' failed
make[2]: [configbase.lo] Error 1
make[2]: Leaving directory '/home/pieter/htk/eviacam/eviacam-1.7.2/wxutil'
Makefile:435: recipe for target 'all-recursive' failed
make[1]:
[all-recursive] Error 1
make[1]: Leaving directory '/home/pieter/htk/eviacam/eviacam-1.7.2'
Makefile:343: recipe for target 'all' failed
make: *** [all] Error 2

Some advice? Or when will PPA contain 14.10?

Gr Pieter

1 Attachments

Discussion

  • Cesar Mauri-Loba

    These issues are fixed in the 'devel' branch in git repository. Try cloning and compiling from it.

     
  • Linuxpete

    Linuxpete - 2014-12-12

    Hi, Thanks.

    I cloned the code but had to switch to Wx version 2.8 instead of 3.0.

    Can be closed.

     
  • Cesar Mauri-Loba

    • status: open --> closed
    • Milestones: -->
     

Log in to post a comment.