You are not logged in.

#1 2012-01-21 17:57:40

rashfeather
Member
Registered: 2010-01-25
Posts: 13

Updating FLdigi

The FLdigi AUR build is really out of date, and broken (source files are 404). I was trying to hack together an updated PKGBUILD, but the build failed:

  CXX    fldigi-Fl_Text_Editor_mod.o
  CXX    fldigi-Panel.o
widgets/Panel.cxx: In member function ‘int Panel::orgx()’:
widgets/Panel.cxx:40:21: error: cannot convert ‘int*’ to ‘short int*’ in initialization
widgets/Panel.cxx: In member function ‘int Panel::orgy()’:
widgets/Panel.cxx:49:21: error: cannot convert ‘int*’ to ‘short int*’ in initialization
widgets/Panel.cxx: In member function ‘void Panel::position(int, int, int, int)’:
widgets/Panel.cxx:58:19: error: cannot convert ‘int*’ to ‘short int*’ in initialization
widgets/Panel.cxx: In member function ‘virtual void Panel::resize(int, int, int, int)’:
widgets/Panel.cxx:93:19: error: cannot convert ‘int*’ to ‘short int*’ in initialization
widgets/Panel.cxx: In member function ‘virtual int Panel::handle(int)’:
widgets/Panel.cxx:194:20: error: cannot convert ‘int*’ to ‘short int*’ in initialization
make[2]: *** [fldigi-Panel.o] Error 1
make[2]: Leaving directory `/home/tess/fldigi/fldigi/src/fldigi-3.21.33/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/tess/fldigi/fldigi/src/fldigi-3.21.33/src'
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Offline

Board footer

Powered by FluxBB