Can't compile on raspbian buster (4.19)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
harmonySEQ |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I'm getting the following when I try to run make:
-------
pi@raspberrypi:
Making all in po
make[1]: Entering directory '/home/
make[1]: Leaving directory '/home/
Making all in examples
make[1]: Entering directory '/home/
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/
Making all in pixmaps
make[1]: Entering directory '/home/
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/
Making all in src
make[1]: Entering directory '/home/
make all-am
make[2]: Entering directory '/home/
g++ -DLOCALEDIR=
In file included from Files.cpp:21:
Files.h:48:32: error: ‘KeyFile’ is not a member of ‘Glib’
bool LoadFileCurrent
Files.h:48:41: error: ‘kf’ was not declared in this scope
bool LoadFileCurrent
Files.h:50:41: error: ‘KeyFile’ is not a member of ‘Glib’
bool ConvertFile_
Files.h:50:50: error: ‘kf’ was not declared in this scope
bool ConvertFile_
Files.cpp: In function ‘bool Files::
Files.cpp:145:24: warning: catching polymorphic type ‘class Glib::Error’ by value [-Wcatch-value=]
}catch(
Files.cpp:183:54: error: ‘Files:
Files.cpp:192:45: error: ‘Files:
Files.cpp:219:31: warning: catching polymorphic type ‘class Glib::KeyFileError’ by value [-Wcatch-value=]
}catch(
Files.cpp:227:24: warning: catching polymorphic type ‘class Glib::Error’ by value [-Wcatch-value=]
}catch(
Files.cpp: At global scope:
Files.cpp:387:40: error: ‘bool Files::
bool LoadFileCurrent
In file included from Files.cpp:21:
Files.h:48:10: note: previous declaration ‘bool Files::
bool LoadFileCurrent
Files.cpp:588:49: error: ‘bool Files::
bool ConvertFile_
In file included from Files.cpp:21:
Files.h:50:10: note: previous declaration ‘bool Files::
bool ConvertFile_
Files.cpp:662:1: fatal error: opening dependency file .deps/harmonySE
}//namespace files
^
compilation terminated.
make[2]: *** [Makefile:475: harmonySEQ-Files.o] Error 1
make[2]: Leaving directory '/home/
make[1]: *** [Makefile:263: all] Error 2
make[1]: Leaving directory '/home/
make: *** [Makefile:348: all-recursive] Error 1
pi@raspberrypi:
-------
Any ideas?
I've already tried this:
https:/
Hi Iain, /github. com/rafalciesla k/harmonySEQ/ releases/ tag/v0. 16.1
I believe this was resolved in 0.16.1.
https:/
Also note that this project's development has been moved to GitHub.