如何在 Windows 上使用 GCC 编译 Scintilla?

Posted

技术标签:

【中文标题】如何在 Windows 上使用 GCC 编译 Scintilla?【英文标题】:How to compile Scintilla with GCC on Windows? 【发布时间】:2015-12-16 22:53:59 【问题描述】:

谁能提供一个简单明了的分步指南,说明如何使用 gcc 在 Windows 上构建 Scintilla 文本编辑器组件 (DLL)?

【问题讨论】:

感谢发帖。如果您告诉我们您尝试了什么以及为什么它不起作用和/或您遇到的错误,则此网站效果最佳。 【参考方案1】:

    像这样写一个 *.bat 文件:

    PATH = C:\path\to\mingw\bin\
    mingw32-make.exe 

    用你想要的名字保存(例如:build.bat

    把这个文件放到path\to\dir\code\scintilla\win32 双击此文件。

构建当前的最新版本 (3.6.2) 我在文件 PlatWin.cxx 中收到错误(第 2749 行)并且编译失败。 我尝试编译一个旧版本(3.4.3),一切顺利。

塞尔吉奥

【讨论】:

以上是关于如何在 Windows 上使用 GCC 编译 Scintilla?的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Windows 7 机器上安装 gcc?

在 Windows 上默认启用 GCC 编译器 C++11 标志

ZeroMQ 编译在 Windows 上使用 gcc/g++ 失败

如何在 Windows 中为 opengl 编译 gcc?

无法在 Windows 代码块上使用 gcc 编译器编译 c++“hello world”

cygwin 中如何安装arm-linux-gcc交叉编译器