|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesscintilla.patch (last revision 2010-07-07 11:06 UTC by thomas dot sahlin at invented dot se)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-07-10 16:31 UTC] felipe@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: auroraeosrose
[2016-10-16 17:16 UTC] auroraeosrose@php.net
-Assigned To: auroraeosrose
+Assigned To: buhlerax
[2016-10-23 15:56 UTC] buhlerax@php.net
-Status: Assigned
+Status: Analyzed
[2016-10-23 15:56 UTC] buhlerax@php.net
[2017-10-24 05:45 UTC] kalle@php.net
-Status: Analyzed
+Status: Assigned
[2017-10-24 07:22 UTC] kalle@php.net
-Status: Assigned
+Status: Open
-Assigned To: buhlerax
+Assigned To:
[2017-10-24 23:13 UTC] kalle@php.net
-Status: Open
+Status: Suspended
[2017-10-24 23:13 UTC] kalle@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 09:00:01 2025 UTC |
Description: ------------ I've created a patch which makes it possible to build php-gtk with scintilla on Ubuntu/Linux. The patch will break things on other platforms, so someone with better knowledge of configure/make will have to figure out a proper fix. Description of changes: ext/scintilla/config.m4 Added missing source files for scintilla ext/scintilla/libscintilla/include/Platform.h Set #define PLAT_GTK 1 - this is not done automatically for some reason. ext/scintilla/libscintilla/src/ExternalLexer.h Removed EXT_LEXER_DECL definition from typedefs. ext/scintilla/sci_generator.php Fixed to be compatible with the new LineOutput class. Also removed deprecated functions and warnings. There is also some dependency problem in the makefile, so one has to manually make gen_scintilla.c: make ext/scintilla/gen_scintilla.c make