我感觉有点傻,但我不能构建新的wxWidgets。 我想使用codelite + mingw + wxWidgets,所以我下载了最新版本:
CodeLite 9.1.3(http://downloads.codelite.org/downloads.php?windows_weekly_64)
安装程序让我下载TDM-GCC-64设置并安装它。
然后我下载了wxWidgets-3.1.0(https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.0/wxMSW-3.1.0-Setup.exe)
Codelite检测到编译器,现在我应该构建wxWidgets,但我搜索过的页面(wxW wiki,codelite docs等)是指存在的文件夹和文件。 一切都安装在默认文件夹中,我不是PC菜鸟,而可能也习惯于C ++ Builder等环境。
我现在该怎么办?
更新
对不起,我不能说清楚。让我再试一次输出:
C:\wxWidgets-3.1.0\build\msw>mingw32-make -j8 -f Makefile.gcc SHARED=1 UNICODE=1 BUILD=release VENDOR=cl CXXFLAGS="-fno-keep-inline-dllexport -std=c++11" MONOLITHIC=1
if not exist gcc_mswudll mkdir gcc_mswudll
if not exist ..\..\lib\gcc_dll mkdir ..\..\lib\gcc_dll
if not exist ..\..\lib\gcc_dll\mswu\wx\setup.h copy ..\..\include\wx\msw\setup.h ..\..\lib\gcc_dll\mswu\wx\setup.h
gcc -c -o gcc_mswudll\wxregex_regcomp.o -O2 -mthreads -DHAVE_W32API_H -DNDEBUG -I..\..\include -I..\..\lib\gcc_dll\mswu -D__WXMSW__ -D_UNICODE -MTgcc_mswudll\wxregex_regcomp.o -MFgcc_mswudll\wxre
gex_regcomp.o.d -MD -MP ../../src/regex/regcomp.c
Impossibile trovare il percorso specificato.
0 file copiati.
Makefile.gcc:5728: recipe for target '..\..\lib\gcc_dll\mswu\wx\setup.h' failed
mingw32-make: *** [..\..\lib\gcc_dll\mswu\wx\setup.h] Error 1
mingw32-make: *** Waiting for unfinished jobs....
In file included from ..\..\include/wx/defs.h:20:0,
from ../../src/regex/regcustom.h:39,
from ../../src/regex/regguts.h:38,
from ../../src/regex/regcomp.c:33:
..\..\include/wx/platform.h:136:22: fatal error: wx/setup.h: No such file or directory
#include "wx/setup.h"
^
compilation terminated.
Makefile.gcc:5778: recipe for target 'gcc_mswudll\wxregex_regcomp.o' failed
mingw32-make: *** [gcc_mswudll\wxregex_regcomp.o] Error 1
我可能错了,但在我看来这两行
if not exist ..\..\lib\gcc_dll mkdir ..\..\lib\gcc_dll
if not exist ..\..\lib\gcc_dll\mswu\wx\setup.h copy ..\..\include\wx\msw\setup.h ..\..\lib\gcc_dll\mswu\wx\setup.h
表明存在问题。
现在,我自己创建了目录并复制了setup.h。 在我的家里,它还在建造,但我不记得为什么,现在,在办公室,它开始建设,但结束了这个:
......
g++ -c -o gcc_mswudll\wxscintilla_LexCOBOL.o -O2 -mthreads -DHAVE_W32API_H -DNDEBUG -I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib -I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LE
XER -DLINK_LEXERS -I..\..\lib\gcc_dll\mswu -I..\..\include -D__WXMSW__ -D_UNICODE -fno-keep-inline-dllexport -std=c++11 -MTgcc_mswudll\wxscintilla_LexCOBOL.o -MFgcc_mswudll\wxscintilla_LexCOBOL.
o.d -MD -MP ../../src/stc/scintilla/lexers/LexCOBOL.cxx
In file included from c:\sviluppo\tools\mingw\lib\gcc\mingw32\4.8.1\include\c++\cmath:44:0,
from c:\sviluppo\tools\mingw\lib\gcc\mingw32\4.8.1\include\c++\random:38,
from c:\sviluppo\tools\mingw\lib\gcc\mingw32\4.8.1\include\c++\bits\stl_algo.h:65,
from c:\sviluppo\tools\mingw\lib\gcc\mingw32\4.8.1\include\c++\algorithm:62,
from ../../src/stc/scintilla/lexers/LexBibTeX.cxx:18:
c:\sviluppo\tools\mingw\include\math.h: In function 'float hypotf(float, float)':
c:\sviluppo\tools\mingw\include\math.h:635:30: error: '_hypot' was not declared in this scope
{ return (float)(_hypot (x, y)); }
^
g++ -c -o gcc_mswudll\wxscintilla_LexCoffeeScript.o -O2 -mthreads -DHAVE_W32API_H -DNDEBUG -I..\..\src\stc\scintilla\include -I..\..\src\stc\scintilla\lexlib -I..\..\src\stc\scintilla\src -D__WX__ -
DSCI_LEXER -DLINK_LEXERS -I..\..\lib\gcc_dll\mswu -I..\..\include -D__WXMSW__ -D_UNICODE -fno-keep-inline-dllexport -std=c++11 -MTgcc_mswudll\wxscintilla_LexCoffeeScript.o -MFgcc_mswudll\wxscint
illa_LexCoffeeScript.o.d -MD -MP ../../src/stc/scintilla/lexers/LexCoffeeScript.cxx
Makefile.gcc:6183: recipe for target 'gcc_mswudll\wxscintilla_LexBibTeX.o' failed
mingw32-make: *** [gcc_mswudll\wxscintilla_LexBibTeX.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....
C:\wxWidgets-3.1.0\build\msw>
所以,我们仍然没有构建wxWidgets。
更新:
尝试按照答案中的建议进行调试构建。 这是输出:
C:\wxWidgets-3.1.0\build\msw> mingw32-make -j8 -f Makefile.gcc SHARED=1 UNICODE=
1 BUILD=debug VENDOR=cl CXXFLAGS="-fno-keep-inline-dllexport -std=c++11" MONOLIT
HIC=1
if not exist gcc_mswuddll mkdir gcc_mswuddll
if not exist ..\..\lib\gcc_dll\mswud mkdir ..\..\lib\gcc_dll\mswud
if not exist ..\..\lib\gcc_dll\mswud\wx\setup.h copy ..\..\include\wx\msw\setup.
h ..\..\lib\gcc_dll\mswud\wx\setup.h
gcc -c -o gcc_mswuddll\wxregex_regcomp.o -g -O0 -mthreads -DHAVE_W32API_H -DNDE
BUG -I..\..\include -I..\..\lib\gcc_dll\mswud -D__WXMSW__ -D_UNICODE -MTgcc_m
swuddll\wxregex_regcomp.o -MFgcc_mswuddll\wxregex_regcomp.o.d -MD -MP ../../src/
regex/regcomp.c
Impossibile trovare il percorso specificato.
0 file copiati.
Makefile.gcc:5728: recipe for target '..\..\lib\gcc_dll\mswud\wx\setup.h' failed
mingw32-make: *** [..\..\lib\gcc_dll\mswud\wx\setup.h] Error 1
mingw32-make: *** Waiting for unfinished jobs....
In file included from ..\..\include/wx/defs.h:20:0,
from ../../src/regex/regcustom.h:39,
from ../../src/regex/regguts.h:38,
from ../../src/regex/regcomp.c:33:
..\..\include/wx/platform.h:136:22: fatal error: wx/setup.h: No such file or dir
ectory
compilation terminated.
Makefile.gcc:5778: recipe for target 'gcc_mswuddll\wxregex_regcomp.o' failed
mingw32-make: *** [gcc_mswuddll\wxregex_regcomp.o] Error 1
文件在那里,所以我不知道问题是什么......
C:\wxWidgets-3.1.0\build\msw>dir ..\..\src\regex\regcomp.*
Il volume nell'unità C è 1TBWD-1-WIN7 64
Numero di serie del volume: A26D-1E3B
Directory di C:\wxWidgets-3.1.0\src\regex
28/02/2016 22:33 59.702 regcomp.c
1 File 59.702 byte
0 Directory 74.986.561.536 byte disponibili
C:\wxWidgets-3.1.0\build\msw>
答案 0 :(得分:1)
安装程序让我下载TDM-GCC-64设置并安装它。
CodeLite建议......
我现在该怎么办?
构建像这样的wxWidgets:
下载wxWidgets来源https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.0/wxWidgets-3.1.0.7z
CMD
时,请键入以下内容:
set path=\path\to\MinGW\bin;%path%
构建wxWidgets之后,需要在CodeLite中设置2个环境变量:(设置 - >环境变量):
WXCFG=gcc_dll\mswu
WXWIN=\path\to\wxWidgets
如果您尝试在CodeLite中构建项目的Debug
配置,则应执行以下 ONE :
构建debug
版本的wxWidgets(这是CodeLite将搜索的内容)
或强>
从编译器和链接器选项中删除--debug
标志:
--debug=yes
或仅--debug
--debug=yes
或仅--debug
编辑: 更新CodeLite的维基页面链接
EDIT2:
在答案中添加了PATH
说明
EDIT3: 添加了有关如何设置环境变量WXCFG和WXWIN
的说明叶兰
答案 1 :(得分:1)
至于今天,构建忘记制作两个目录。 解决方案是在构建之前自己制作它。
所以我的解决方案是转到你的wxWidget文件夹并输入:
C:\wxWidgets-3.1.0>mkdir lib\gcc_dll\mswu\wx\
C:\wxWidgets-3.1.0>copy include\wx\msw\setup.h lib\gcc_dll\mswu\wx\setup.h
答案 2 :(得分:1)
使用并行制作时,makefile.gcc
存在错误(即-j8
)。解决方法是
mingw32-make <all the same options> setup_h
首先是普通的make命令。另一种方法是使用基于配置的构建,它不会遇到这个问题。
_hypot()
的编译问题是由编译器错误引起的,我们已尝试在this commit中解决它,但显然它还不够。您应该report更多详细信息,包括您使用的编译器版本以及传递给make的选项。
答案 3 :(得分:0)
使用此命令时遇到了类似的问题
mingw32-make -j8 -f Makefile.gcc SHARED = 1 UNICODE = 1 BUILD = release VENDOR = cl CXXFLAGS =“ - fno-keep-inline-dllexport -std = c ++ 11” MONOLITHIC = 1
问题是 -j8
,它会在构建过程开始之前考虑物理处理器的数量。
尝试 -jN
(将N替换为NUMBER_OF_PROCESSORS
的值)
mingw32-make查看实际的物理处理器数量,不考虑超线程或虚拟处理器。但是,如果您的机器配置的物理处理器少于配置,则会导致错误。
您也可以尝试将-j
放入make arguments字段。这告诉Make生成尽可能多的编译进程,如果你有足够的RAM和CPU来处理它,它应该比单个编译更快。
我在i7上使用 -j4 成功尝试了 4 物理处理器。
(注意:当启用超线程时,i7显示 8 虚拟处理器)
东方here
提到了类似的东西提到了Brendan Shanks更好的解释here。