Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#38474 - [kicad] Fails to build
Attached to Project:
Community Packages
Opened by Kevin Mihelich (kmihelich) - Sunday, 12 January 2014, 00:05 GMT
Last edited by Kyle Keen (keenerd) - Monday, 13 January 2014, 19:58 GMT
Opened by Kevin Mihelich (kmihelich) - Sunday, 12 January 2014, 00:05 GMT
Last edited by Kyle Keen (keenerd) - Monday, 13 January 2014, 19:58 GMT
|
DetailsDescription: Fails to build against current packages.
Additional info: * package version: 20130518-2 * log: /build/kicad/src/stable_2013-05-18_BZR4017/common/displlst.cpp: In function 'int sortItems(const wxString&, const wxString&)': /build/kicad/src/stable_2013-05-18_BZR4017/common/displlst.cpp:141:51: error: cannot convert 'const wxString' to 'const wxChar* {aka const wchar_t*}' for argument '1' to 'int StrNumCmp(const wxChar*, const wxChar*, int, bool)' return StrNumCmp( item1, item2, INT_MAX, true ); ^ /build/kicad/src/stable_2013-05-18_BZR4017/common/displlst.cpp:142:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ common/CMakeFiles/common.dir/build.make:896: recipe for target 'common/CMakeFiles/common.dir/displlst.cpp.o' failed make[2]: *** [common/CMakeFiles/common.dir/displlst.cpp.o] Error 1 Steps to reproduce: Build using a clean chroot and updated packages: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot |
This task depends upon
Closed by Kyle Keen (keenerd)
Monday, 13 January 2014, 19:58 GMT
Reason for closing: Fixed
Additional comments about closing: kicad-20130518-3
Monday, 13 January 2014, 19:58 GMT
Reason for closing: Fixed
Additional comments about closing: kicad-20130518-3
Comment by Eric Belanger (Snowman) -
Monday, 13 January 2014, 09:55 GMT
FYI: If you want to build against wxgtk2.8 instead of wxgtk, add -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8 to cmake command line.