Package Details: perl-wx-scintilla-dev 0.40_02-4

Git Clone URL: https://aur.archlinux.org/perl-wx-scintilla-dev.git (read-only, click to copy)
Package Base: perl-wx-scintilla-dev
Description: Wx::Scintilla - Scintilla source code editing component for wxWidgets - Developer Release
Upstream URL: http://search.cpan.org/~azawawi/Wx-Scintilla/
Licenses: GPL, PerlArtistic
Conflicts: perl-wx-scintilla
Provides: perl-wx-scintilla, perl-wx-scintilla-constant, perl-wx-scintilla-textctrl, perl-wx-scintilla-textevent, perl-wx-scintillatextctrl, perl-wx-scintillatextevent
Submitter: dracorp
Maintainer: dracorp
Last Packager: dracorp
Votes: 0
Popularity: 0.000000
First Submitted: 2015-01-04 00:43 (UTC)
Last Updated: 2017-06-15 18:06 (UTC)

Latest Comments

mrbit commented on 2016-09-09 12:00 (UTC)

STC_compilation_with_GCC6.patch --> no validation file !!

dracorp commented on 2016-09-07 18:22 (UTC) (edited on 2016-09-07 18:28 (UTC) by dracorp)

@mrbit: added that patch and also removed patch for wxgtk2.8 Thx If does not compile then recompile perl-wx: ==> Starting check()... Building Wx-Scintilla t/01_load.t .......... Wx.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xdb80080)

mrbit commented on 2016-09-07 17:37 (UTC)

Solved now work. please add : build(){ cd "$srcdir/$_perlmod-$pkgver" sed -i '13,1i#include <cmath>' $srcdir/Wx-Scintilla-$pkgver/wx-scintilla/src/scintilla/src/Editor.cxx || die sed -i "5872s|abs|std::abs|g" $srcdir/Wx-Scintilla-$pkgver/wx-scintilla/src/scintilla/src/Editor.cxx sed -i "5874s|abs|std::abs|g" $srcdir/Wx-Scintilla-$pkgver/wx-scintilla/src/scintilla/src/Editor.cxx ... ....

mrbit commented on 2016-09-07 16:36 (UTC)

bugs for Gcc 6 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816571

mrbit commented on 2016-09-07 16:29 (UTC)

do not compila: wx-scintilla/src/scintilla/src/Editor.cxx:5871:23: error: call of overloaded ‘abs(XYPOSITION)’ is ambiguous if (abs(pt1.x - pt2.x) > 3) wx-scintilla/src/scintilla/src/Editor.cxx:5873:23: error: call of overloaded ‘abs(XYPOSITION)’ is ambiguous if (abs(pt1.y - pt2.y) > 3) idea ??