Discussion:
wxMSW-3.0.1-Setup
Incongruous
2014-07-14 06:00:00 UTC
Permalink
After downloading and installing wxMSW-3.0.1-Setup in the D:\ , I added WXWIN = D:\wxWidgets-3.0.1 in the path and then proceeded to compile the source code in Visual Studio 2013 in 64-bit using D:\wxWidgets-3.0.1\build\msw\wx_vc12.sln. Most of the toolkit compiled, but at the end I get this error. What am I doing wrong?


1>------ Rebuild All started: Project: wxregex, Configuration: Debug x64 ------
2>------ Rebuild All started: Project: wxzlib, Configuration: Debug x64 ------
1> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
1> genrcdefs.h
1> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
1> 1 file(s) copied.
1> regcomp.c
1> regerror.c
1> regexec.c
1> regfree.c
1> wx_vc12_wxregex.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxregexud.lib
3>------ Rebuild All started: Project: wxexpat, Configuration: Debug x64 ------
2> adler32.c
2> compress.c
2> crc32.c
2> deflate.c
2> gzclose.c
2> gzlib.c
2> gzread.c
2> gzwrite.c
2> infback.c
2> inffast.c
2> inflate.c
2> inftrees.c
2> trees.c
2> uncompr.c
2> zutil.c
2> wx_vc12_wxzlib.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxzlibd.lib
4>------ Rebuild All started: Project: wxpng, Configuration: Debug x64 ------
3> xmlparse.c
3> xmlrole.c
3>..\..\src\expat\lib\xmlparse.c(1854): warning C4244: 'return' : conversion from '__int64' to 'XML_Index', possible loss of data
3> xmltok.c
3> wx_vc12_wxexpat.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxexpatd.lib
5>------ Rebuild All started: Project: wxjpeg, Configuration: Debug x64 ------
4> png.c
4> pngerror.c
4> pngget.c
4> pngmem.c
4> pngpread.c
4> pngread.c
4> pngrio.c
4> pngrtran.c
4> pngrutil.c
4> pngset.c
4> pngtrans.c
4> pngwio.c
4> pngwrite.c
4> pngwtran.c
4> pngwutil.c
4> wx_vc12_wxpng.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxpngd.lib
5> jcapistd.c
5> jcapimin.c
5> jccoefct.c
5> jccolor.c
5> jcdctmgr.c
5> jchuff.c
5> jcinit.c
5> jcmainct.c
5> jcmarker.c
5> jcmaster.c
5> jcomapi.c
5> jcparam.c
5> jcphuff.c
5> jcprepct.c
5> jcsample.c
5> jctrans.c
5> jdapimin.c
5> jdapistd.c
5> jdatadst.c
5> jdatasrc.c
5> jdcoefct.c
5> jdcolor.c
5> jddctmgr.c
5> jdhuff.c
5> jdinput.c
5> jdmainct.c
5> jdmarker.c
5> jdmaster.c
5> jdmerge.c
5> jdphuff.c
5> jdpostct.c
5> jdsample.c
5> jdtrans.c
5> jerror.c
5> jfdctflt.c
5> jfdctfst.c
5> jfdctint.c
5> jidctflt.c
5> jidctfst.c
5> jidctint.c
5> jidctred.c
5> jmemmgr.c
5> jmemnobs.c
5>..\..\src\jpeg\jmemmgr.c(306): warning C4267: '+=' : conversion from 'size_t' to 'long', possible loss of data
5>..\..\src\jpeg\jmemmgr.c(366): warning C4267: '+=' : conversion from 'size_t' to 'long', possible loss of data
5>..\..\src\jpeg\jmemmgr.c(976): warning C4267: '-=' : conversion from 'size_t' to 'long', possible loss of data
5>..\..\src\jpeg\jmemmgr.c(990): warning C4267: '-=' : conversion from 'size_t' to 'long', possible loss of data
5> jquant1.c
5> jquant2.c
5> jutils.c
5> wx_vc12_wxjpeg.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxjpegd.lib
6>------ Rebuild All started: Project: wxtiff, Configuration: Debug x64 ------
7>------ Rebuild All started: Project: base, Configuration: Debug x64 ------
7> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
7> 1 file(s) copied.
7> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
7> genrcdefs.h
7> dummy.cpp
6> tif_aux.c
6> tif_close.c
6> tif_codec.c
6> tif_color.c
6> tif_compress.c
6> tif_dir.c
6> tif_dirinfo.c
6> tif_dirread.c
6> tif_dirwrite.c
6> tif_dumpmode.c
6> tif_error.c
6> tif_extension.c
6> tif_fax3.c
6> tif_fax3sm.c
6> tif_flush.c
6> tif_getimage.c
6> tif_jpeg.c
6>..\..\src\tiff\libtiff\tif_jpeg.c(1802): warning C4244: '=' : conversion from 'tmsize_t' to 'int', possible loss of data
6> tif_luv.c
6> tif_lzw.c
6> tif_next.c
6> tif_ojpeg.c
6> tif_open.c
6> tif_packbits.c
6> tif_pixarlog.c
6> tif_predict.c
6>..\..\src\tiff\libtiff\tif_pixarlog.c(908): warning C4244: '=' : conversion from 'tmsize_t' to 'uInt', possible loss of data
6> tif_print.c
6> tif_read.c
6>..\..\src\tiff\libtiff\tif_print.c(398): warning C4244: 'initializing' : conversion from '__int64' to 'int', possible loss of data
6>..\..\src\tiff\libtiff\tif_print.c(677): warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
6> tif_strip.c
6> tif_swab.c
6> tif_thunder.c
6> tif_tile.c
6> tif_version.c
6> tif_warning.c
6> tif_win32.c
6> tif_write.c
6>..\..\src\tiff\libtiff\tif_write.c(235): warning C4018: '<=' : signed/unsigned mismatch
6>..\..\src\tiff\libtiff\tif_write.c(381): warning C4018: '<=' : signed/unsigned mismatch
6> tif_zip.c
6>..\..\src\tiff\libtiff\tif_zip.c(240): warning C4244: '=' : conversion from 'tmsize_t' to 'uInt', possible loss of data
6> wx_vc12_wxtiff.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxtiffd.lib
8>------ Rebuild All started: Project: wxscintilla, Configuration: Debug x64 ------
8> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
8> genrcdefs.h
8> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
8> 1 file(s) copied.
8> Accessor.cxx
8> AutoComplete.cxx
7> any.cpp
7> appbase.cpp
7> arcall.cpp
7> arcfind.cpp
7> archive.cpp
7> arrstr.cpp
7> base64.cpp
7> clntdata.cpp
7> cmdline.cpp
7> config.cpp
7> convauto.cpp
7> datetime.cpp
7> datetimefmt.cpp
7> datstrm.cpp
7> dircmn.cpp
7> dynarray.cpp
7> dynlib.cpp
8> CallTip.cxx
7> dynload.cpp
7> encconv.cpp
8> Catalogue.cxx
7> event.cpp
7> evtloopcmn.cpp
7> ffile.cpp
7> file.cpp
7> fileback.cpp
7> fileconf.cpp
7> filefn.cpp
7> filename.cpp
7> filesys.cpp
7> filtall.cpp
8> CellBuffer.cxx
8> CharClassify.cxx
8> CharacterSet.cxx
8> ContractionState.cxx
8> Decoration.cxx
8> Document.cxx
8> Editor.cxx
7> filtfind.cpp
7> fmapbase.cpp
7> fs_arc.cpp
7> fs_filter.cpp
8> ExternalLexer.cxx
7> fs_mem.cpp
7> fswatchercmn.cpp
7> hash.cpp
7> hashmap.cpp
7> init.cpp
7> intl.cpp
7> ipcbase.cpp
7> languageinfo.cpp
8> Indicator.cxx
7> list.cpp
7> log.cpp
7> longlong.cpp
7> memory.cpp
8> KeyMap.cxx
7> mimecmn.cpp
8> LexA68k.cxx
8> LexAPDL.cxx
8> LexASY.cxx
7> module.cpp
7> msgout.cpp
8> LexAU3.cxx
7> mstream.cpp
8> LexAVE.cxx
7> numformatter.cpp
7> object.cpp
8> LexAVS.cxx
7> platinfo.cpp
7> powercmn.cpp
8> LexAbaqus.cxx
7> process.cpp
8> LexAda.cxx
8> LexAsm.cxx
7> regex.cpp
7> sstream.cpp
7> stdpbase.cpp
7> stdstream.cpp
7> stopwatch.cpp
7> strconv.cpp
7>..\..\src\common\strconv.cpp(2830): warning C4996: 'GetVersionExW': was declared deprecated
7> C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(442) : see declaration of 'GetVersionExW'
7> stream.cpp
7> string.cpp
7> stringimpl.cpp
7> stringops.cpp
7> strvararg.cpp
8> LexAsn1.cxx
8> LexBaan.cxx
7> sysopt.cpp
7> tarstrm.cpp
8> LexBash.cxx
8> LexBasic.cxx
7> textbuf.cpp
8> LexBullant.cxx
7> textfile.cpp
8> LexCLW.cxx
7> threadinfo.cpp
7> time.cpp
7> timercmn.cpp
7> timerimpl.cpp
8> LexCOBOL.cxx
7> tokenzr.cpp
8> LexCPP.cxx
7> translation.cpp
7> txtstrm.cpp
7> unichar.cpp
7> uri.cpp
7> ustring.cpp
8> LexCSS.cxx
7> utilscmn.cpp
7> variant.cpp
8> LexCaml.cxx
8> LexCmake.cxx
7> wfstream.cpp
8> LexCoffeeScript.cxx
7> wxcrt.cpp
7> wxprintf.cpp
7> xlocale.cpp
8> LexConf.cxx
7> xti.cpp
7> xtistrm.cpp
7> zipstrm.cpp
7> zstream.cpp
8> LexCrontab.cxx
7> basemsw.cpp
8> LexCsound.cxx
7> crashrpt.cpp
8> LexD.cxx
7> dde.cpp
8> LexECL.cxx
7> debughlp.cpp
7> dir.cpp
7> dlmsw.cpp
7> evtloopconsole.cpp
7> fswatcher.cpp
8> LexEScript.cxx
7> main.cpp
8> LexEiffel.cxx
7> mimetype.cpp
7> mslu.cpp
7> power.cpp
8> LexErlang.cxx
7> regconf.cpp
7> registry.cpp
8> LexFlagship.cxx
8> LexForth.cxx
7> snglinst.cpp
8> LexFortran.cxx
8> LexGAP.cxx
7> stackwalk.cpp
8> LexGui4Cli.cxx
7> stdpaths.cpp
8> LexHTML.cxx
7> thread.cpp
8> LexHaskell.cxx
8> LexInno.cxx
8> LexKix.cxx
7> timer.cpp
8> LexLisp.cxx
7> utils.cpp
8> LexLout.cxx
7> utilsexc.cpp
8> LexLua.cxx
8> LexMMIXAL.cxx
8> LexMPT.cxx
7> volume.cpp
8> LexMSSQL.cxx
8> LexMagik.cxx
7> fswatcherg.cpp
8> LexMarkdown.cxx
8> LexMatlab.cxx
8> LexMetapost.cxx
7> extended.c
8> LexModula.cxx
8> LexMySQL.cxx
8> LexNimrod.cxx
8> LexNsis.cxx
7> wx_vc12_base.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxbase30ud.lib
8> LexOScript.cxx
9>------ Rebuild All started: Project: core, Configuration: Debug x64 ------
8> LexOpal.cxx
8> LexOthers.cxx
9> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
9> 1 file(s) copied.
9> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
9> genrcdefs.h
8> LexPB.cxx
9> dummy.cpp
8> LexPLM.cxx
8> LexPOV.cxx
8> LexPS.cxx
8> LexPascal.cxx
8> LexPerl.cxx
8> LexPowerPro.cxx
8> LexPowerShell.cxx
8> LexProgress.cxx
8> LexPython.cxx
8> LexR.cxx
8> LexRebol.cxx
8> LexRuby.cxx
8> LexSML.cxx
8> LexSQL.cxx
8> LexScriptol.cxx
8> LexSmalltalk.cxx
9> accelcmn.cpp
9> accesscmn.cpp
8> LexSorcus.cxx
9> affinematrix2d.cpp
9> anidecod.cpp
9> appcmn.cpp
8> LexSpecman.cxx
9> artprov.cpp
8> LexSpice.cxx
9> artstd.cpp
8> LexTACL.cxx
9> arttango.cpp
8> LexTADS3.cxx
9> bmpbase.cpp
9> bmpbtncmn.cpp
8> LexTAL.cxx
9> bookctrl.cpp
9> btncmn.cpp
8> LexTCL.cxx
9> cairo.cpp
9> checkboxcmn.cpp
8> LexTCMD.cxx
9> checklstcmn.cpp
9> choiccmn.cpp
9> clipcmn.cpp
8> LexTeX.cxx
9> clrpickercmn.cpp
9> cmdproc.cpp
8> LexTxt2tags.cxx
9>..\..\src\common\cmdproc.cpp(336): warning C4800: 'wxObjectList::Node' : forcing value to bool 'true' or 'false' (performance warning)
9> cmndata.cpp
9> colourcmn.cpp
8> LexVB.cxx
8> LexVHDL.cxx
9> colourdata.cpp
9> combocmn.cpp
8> LexVerilog.cxx
8> LexVisualProlog.cxx
8> LexYAML.cxx
9> containr.cpp
9> cshelp.cpp
8> LexerBase.cxx
9> ctrlcmn.cpp
8> LexerModule.cxx
9> ctrlsub.cpp
9> dcbase.cpp
9> dcbufcmn.cpp
9> dcgraph.cpp
9> dcsvg.cpp
8> LexerNoExceptions.cxx
8> LexerSimple.cxx
9> dirctrlcmn.cpp
9> dlgcmn.cpp
9> dndcmn.cpp
8> LineMarker.cxx
9> dobjcmn.cpp
9> docmdi.cpp
9> docview.cpp
8> PerLine.cxx
8> PositionCache.cxx
9> dpycmn.cpp
8> PropSetSimple.cxx
9> dseldlg.cpp
9> effects.cpp
9> event.cpp
9> fddlgcmn.cpp
9> filectrlcmn.cpp
9> filehistorycmn.cpp
9> filepickercmn.cpp
9> fldlgcmn.cpp
8> RESearch.cxx
8> RunStyles.cxx
9> fontcmn.cpp
9> fontdata.cpp
8> ScintillaBase.cxx
8> Selection.cxx
9> fontenumcmn.cpp
9> fontmap.cpp
9> fontpickercmn.cpp
9> fontutilcmn.cpp
8> Style.cxx
9> framecmn.cpp
9> fs_mem.cpp
8> StyleContext.cxx
9> gaugecmn.cpp
8> UniConversion.cxx
9> gbsizer.cpp
9> gdicmn.cpp
8> ViewStyle.cxx
8> WordList.cxx
9> geometry.cpp
9> gifdecod.cpp
9> graphcmn.cpp
9> headercolcmn.cpp
8> XPM.cxx
9> headerctrlcmn.cpp
9> helpbase.cpp
9> iconbndl.cpp
9> imagall.cpp
9> imagbmp.cpp
9> image.cpp
9> imagfill.cpp
9> imaggif.cpp
9> imagiff.cpp
9> imagjpeg.cpp
9>..\..\src\common\imagjpeg.cpp(153): warning C4324: 'wx_error_mgr' : structure was padded due to __declspec(align())
9> imagpcx.cpp
9> imagpng.cpp
9> imagpnm.cpp
9> imagtga.cpp
9> imagtiff.cpp
9> imagxpm.cpp
9> layout.cpp
9> lboxcmn.cpp
9> listctrlcmn.cpp
8> wx_vc12_wxscintilla.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxscintillad.lib
9> markupparser.cpp
10>------ Rebuild All started: Project: xml, Configuration: Debug x64 ------
9> matrix.cpp
9> menucmn.cpp
9> modalhook.cpp
10> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
10> 1 file(s) copied.
10> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
10> genrcdefs.h
9> mousemanager.cpp
9> msgout.cpp
9> nbkbase.cpp
9> overlaycmn.cpp
9> ownerdrwcmn.cpp
9> panelcmn.cpp
9> paper.cpp
9> persist.cpp
9> pickerbase.cpp
9> popupcmn.cpp
9> preferencescmn.cpp
9> prntbase.cpp
9> quantize.cpp
9> radiobtncmn.cpp
9> radiocmn.cpp
9> rearrangectrl.cpp
9> rendcmn.cpp
9> rgncmn.cpp
9> scrolbarcmn.cpp
9> settcmn.cpp
9> sizer.cpp
10> dummy.cpp
9> slidercmn.cpp
9> spinbtncmn.cpp
10> xtixml.cpp
10> xml.cpp
9> spinctrlcmn.cpp
9> srchcmn.cpp
9> statbar.cpp
9> statbmpcmn.cpp
9> statboxcmn.cpp
9> statlinecmn.cpp
9> stattextcmn.cpp
10> wx_vc12_xml.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxbase30ud_xml.lib
11>------ Rebuild All started: Project: net, Configuration: Debug x64 ------
9> stockitem.cpp
9> tbarbase.cpp
9> textcmn.cpp
9> textentrycmn.cpp
9> textmeasurecmn.cpp
9> toplvcmn.cpp
9> treebase.cpp
9> uiactioncmn.cpp
9> utilscmn.cpp
9> valgen.cpp
9> validate.cpp
9> valnum.cpp
9> valtext.cpp
9> wincmn.cpp
9> windowid.cpp
9> wrapsizer.cpp
9> xpmdecod.cpp
9> preferencesg.cpp
9> access.cpp
9> activex.cpp
9> anybutton.cpp
11> genrcdefs.h
11> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
11> 1 file(s) copied.
11> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
9> app.cpp
9> artmsw.cpp
11> dummy.cpp
9>..\..\src\msw\app.cpp(271): warning C4996: 'GetVersionExW': was declared deprecated
9> C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(442) : see declaration of 'GetVersionExW'
9> automtn.cpp
9> bitmap.cpp
9> brush.cpp
9> caret.cpp
9> clipbrd.cpp
9> colordlg.cpp
9> colour.cpp
9> combo.cpp
9> cursor.cpp
9> data.cpp
9> dataobj.cpp
9> dc.cpp
9> dcclient.cpp
9> dcmemory.cpp
9> dcprint.cpp
9> dcscreen.cpp
9> dialup.cpp
9> dib.cpp
11> fs_inet.cpp
11> ftp.cpp
9> dirdlg.cpp
9> display.cpp
11> http.cpp
11> protocol.cpp
9> dragimag.cpp
11> sckaddr.cpp
11> sckfile.cpp
9> dropsrc.cpp
9> droptgt.cpp
9> enhmeta.cpp
11> sckipc.cpp
11> sckstrm.cpp
11> socket.cpp
11> url.cpp
9> evtloop.cpp
9> filedlg.cpp
11> sockmsw.cpp
9> font.cpp
11> urlmsw.cpp
9> fontdlg.cpp
9> fontenum.cpp
9> fontutil.cpp
11> wx_vc12_net.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxbase30ud_net.lib
9> frame.cpp
9> gdiimage.cpp
9> gdiobj.cpp
9> gdiplus.cpp
9> graphics.cpp
9> headerctrl.cpp
9> helpchm.cpp
9> helpwin.cpp
9> icon.cpp
9> imaglist.cpp
9> iniconf.cpp
9> main.cpp
9> mdi.cpp
9> menuitem.cpp
9> metafile.cpp
9> minifram.cpp
9> msgdlg.cpp
9> mslu.cpp
9> nativdlg.cpp
9> nativewin.cpp
9> nonownedwnd.cpp
9> oleutils.cpp
9> safearray.cpp
9> ownerdrw.cpp
9> palette.cpp
9> panel.cpp
9> pen.cpp
9> popupwin.cpp
9> printdlg.cpp
9> printwin.cpp
9> progdlg.cpp
9> region.cpp
9> renderer.cpp
9> richmsgdlg.cpp
9> settings.cpp
9> spinctrl.cpp
9> statusbar.cpp
9> textentry.cpp
9> tooltip.cpp
9> toplevel.cpp
9> treectrl.cpp
9> uiaction.cpp
9> utilsgui.cpp
9> utilswin.cpp
9> uuid.cpp
9> uxtheme.cpp
9> volume.cpp
9> window.cpp
9> busyinfo.cpp
9> buttonbar.cpp
9> choicbkg.cpp
9> choicdgg.cpp
9> clrpickerg.cpp
9> collpaneg.cpp
9> combog.cpp
9> dcpsg.cpp
9> dirctrlg.cpp
9> dragimgg.cpp
9> filectrlg.cpp
9> filepickerg.cpp
9> fontpickerg.cpp
9> graphicc.cpp
9> headerctrlg.cpp
9> infobar.cpp
9> listbkg.cpp
9> logg.cpp
9> markuptext.cpp
9> msgdlgg.cpp
9> numdlgg.cpp
9> printps.cpp
9> prntdlgg.cpp
9> progdlgg.cpp
9> renderg.cpp
9> richmsgdlgg.cpp
9> scrlwing.cpp
9> selstore.cpp
9> spinctlg.cpp
9> splitter.cpp
9> srchctlg.cpp
9> statbmpg.cpp
9> stattextg.cpp
9> textdlgg.cpp
9> tipwin.cpp
9> toolbkg.cpp
9> treebkg.cpp
9> treectlg.cpp
9> vlbox.cpp
9> vscroll.cpp
9> xmlreshandler.cpp
9> accel.cpp
9> bmpbuttn.cpp
9> button.cpp
9> checkbox.cpp
9> checklst.cpp
9> choice.cpp
9> combobox.cpp
9> control.cpp
9> dialog.cpp
9> fdrepdlg.cpp
9> gauge.cpp
9> listbox.cpp
9> listctrl.cpp
9>..\..\src\msw\listctrl.cpp(2796): warning C4310: cast truncates constant value
9> menu.cpp
9> notebook.cpp
9> radiobox.cpp
9> radiobut.cpp
9> scrolbar.cpp
9> slider.cpp
9> spinbutt.cpp
9> statbmp.cpp
9> statbox.cpp
9> statline.cpp
9> stattext.cpp
9> textctrl.cpp
9> textmeasure.cpp
9> tglbtn.cpp
9> toolbar.cpp
9> statusbr.cpp
9> wx_vc12_core.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_core.lib
12>------ Rebuild All started: Project: adv, Configuration: Debug x64 ------
13>------ Rebuild All started: Project: html, Configuration: Debug x64 ------
13> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
13> 1 file(s) copied.
13> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
13> genrcdefs.h
13> dummy.cpp
12> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
12> 1 file(s) copied.
12> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
12> genrcdefs.h
12> dummy.cpp
12> animatecmn.cpp
12> bmpcboxcmn.cpp
12> calctrlcmn.cpp
12> datavcmn.cpp
12> gridcmn.cpp
12> hyperlnkcmn.cpp
12> odcombocmn.cpp
12> richtooltipcmn.cpp
12> taskbarcmn.cpp
12> aboutdlg.cpp
12> bmpcbox.cpp
12> calctrl.cpp
12> commandlinkbutton.cpp
12> datecontrols.cpp
12> datectrl.cpp
12> datetimectrl.cpp
12> hyperlink.cpp
13> helpbest.cpp
13> htmllbox.cpp
13> helpctrl.cpp
13> helpdata.cpp
13> helpdlg.cpp
13> helpfrm.cpp
13> helpwnd.cpp
12> joystick.cpp
13> htmlcell.cpp
12> notifmsg.cpp
13> htmlfilt.cpp
12> richtooltip.cpp
12> sound.cpp
12> taskbar.cpp
12> timectrl.cpp
13> htmlpars.cpp
12> aboutdlgg.cpp
13> htmltag.cpp
12> animateg.cpp
12> bannerwindow.cpp
13> htmlwin.cpp
13> htmprint.cpp
12> bmpcboxg.cpp
12> calctrlg.cpp
12> commandlinkbuttong.cpp
12> datavgen.cpp
13> m_dflist.cpp
12> datectlg.cpp
13> m_fonts.cpp
13> m_hline.cpp
12> editlbox.cpp
12> grid.cpp
12> gridctrl.cpp
13> m_image.cpp
13> m_layout.cpp
13> m_links.cpp
12> grideditors.cpp
13> m_list.cpp
13> m_pre.cpp
13> m_span.cpp
13> m_style.cpp
12> gridsel.cpp
12> helpext.cpp
13> m_tables.cpp
12> hyperlinkg.cpp
13> styleparams.cpp
12> laywin.cpp
13> winpars.cpp
12> notifmsgg.cpp
12> odcombo.cpp
12> propdlg.cpp
12> richtooltipg.cpp
12> sashwin.cpp
13> wx_vc12_html.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_html.lib
12> splash.cpp
12> timectrlg.cpp
14>------ Rebuild All started: Project: media, Configuration: Debug x64 ------
12> tipdlg.cpp
12> treelist.cpp
12> wizard.cpp
14> genrcdefs.h
14> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
14> 1 file(s) copied.
14> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
14> dummy.cpp
12> wx_vc12_adv.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_adv.lib
14> mediactrlcmn.cpp
14> mediactrl_am.cpp
15>------ Rebuild All started: Project: webview, Configuration: Debug x64 ------
14> mediactrl_qt.cpp
15> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
15> 1 file(s) copied.
15> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
15> genrcdefs.h
15> dummy.cpp
14> mediactrl_wmp10.cpp
14> wx_vc12_media.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_media.lib
16>------ Rebuild All started: Project: qa, Configuration: Debug x64 ------
16> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
16> 1 file(s) copied.
16> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
16> genrcdefs.h
16> dummy.cpp
15> webview.cpp
15> webviewarchivehandler.cpp
15> webviewfshandler.cpp
15> webview_ie.cpp
16> debugrpt.cpp
16> dbgrptg.cpp
15> wx_vc12_webview.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_webview.lib
17>------ Rebuild All started: Project: xrc, Configuration: Debug x64 ------
16> wx_vc12_qa.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_qa.lib
17> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
17> 1 file(s) copied.
17> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
17> genrcdefs.h
18>------ Rebuild All started: Project: aui, Configuration: Debug x64 ------
17> dummy.cpp
17>D:\wxWidgets-3.0.1\include\wx/platform.h(183): fatal error C1083: Cannot open include file: 'wx/setup.h': No such file or directory
18> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
18> 1 file(s) copied.
18> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
18> genrcdefs.h
18> dummy.cpp
19>------ Rebuild All started: Project: ribbon, Configuration: Debug x64 ------
19> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
19> 1 file(s) copied.
19> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
19> genrcdefs.h
19> dummy.cpp
18> auibar.cpp
18> auibook.cpp
18> dockart.cpp
18> floatpane.cpp
18> framemanager.cpp
18> tabart.cpp
18> tabmdi.cpp
18> xh_auinotbk.cpp
19> art_aui.cpp
19> art_internal.cpp
19> art_msw.cpp
19> bar.cpp
19> buttonbar.cpp
19> control.cpp
19> gallery.cpp
19> page.cpp
19> panel.cpp
19> toolbar.cpp
18> wx_vc12_aui.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_aui.lib
19> xh_ribbon.cpp
20>------ Rebuild All started: Project: propgrid, Configuration: Debug x64 ------
20> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
20> 1 file(s) copied.
20> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
20> genrcdefs.h
20> dummy.cpp
19> wx_vc12_ribbon.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_ribbon.lib
21>------ Rebuild All started: Project: richtext, Configuration: Debug x64 ------
21> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
21> 1 file(s) copied.
21> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
21> genrcdefs.h
20> advprops.cpp
20> editors.cpp
21> dummy.cpp
20> manager.cpp
20> property.cpp
21> richtextbuffer.cpp
21> richtextctrl.cpp
20> propgrid.cpp
20> propgridiface.cpp
20> propgridpagestate.cpp
20> props.cpp
21> richtextformatdlg.cpp
21> richtexthtml.cpp
20> wx_vc12_propgrid.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_propgrid.lib
21> richtextimagedlg.cpp
22>------ Rebuild All started: Project: stc, Configuration: Debug x64 ------
21> richtextprint.cpp
22> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
22> 1 file(s) copied.
22> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
22> genrcdefs.h
22> dummy.cpp
21> richtextstyledlg.cpp
21> richtextstyles.cpp
21> richtextsymboldlg.cpp
21> richtextxml.cpp
22> PlatWX.cpp
22> ScintillaWX.cpp
21> xh_richtext.cpp
22> stc.cpp
21> wx_vc12_richtext.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_richtext.lib
23>------ Rebuild All started: Project: gl, Configuration: Debug x64 ------
22> wx_vc12_stc.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_stc.lib
23> Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h
23> 1 file(s) copied.
23> Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h
23> genrcdefs.h
23> dummy.cpp
23> glcmn.cpp
23> glcanvas.cpp
23> wx_vc12_gl.vcxproj -> D:\wxWidgets-3.0.1\build\msw\..\..\lib\vc_x64_lib\wxmsw30ud_gl.lib
========== Rebuild All: 22 succeeded, 1 failed, 0 skipped ==========
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Vadim Zeitlin
2014-07-14 11:30:42 UTC
Permalink
On Mon, 14 Jul 2014 02:00:00 -0400 Incongruous wrote:

I> After downloading and installing wxMSW-3.0.1-Setup in the D:\ , I added
I> WXWIN = D:\wxWidgets-3.0.1 in the path and then proceeded to compile the
I> source code in Visual Studio 2013 in 64-bit using
I> D:\wxWidgets-3.0.1\build\msw\wx_vc12.sln. Most of the toolkit compiled,
I> but at the end I get this error. What am I doing wrong?

Nothing, there was a problem with VC10+ projects in 3.0.1 which could
result in this error during the parallel build. It's fixed now but if you
don't want to get the new files from svn/git/daily snapshot you can also
just build the project that failed to build (aui) again.

[934 lines of log snipped, please don't post so much unneeded text]

Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Incongruous
2014-07-14 15:12:52 UTC
Permalink
I am so glad to know that I have actually done what I was supposed to and
that the failure is not due to me being a novice in this wx thing.
The obvious question here is, what can I do to correct the mistake WX's
people made in order to get the toolkit to work for me?

I cannot stop asking myself, is this just one of the problems I will find
with the installation? how many bugs are there in the installation? and I
say to myself, let us hope for the best... what a wonderful world ♫

-----Original Message-----
From: Vadim Zeitlin
Sent: Monday, July 14, 2014 7:30 AM
To: wxWidges MailingList
Subject: Re: wxMSW-3.0.1-Setup
Nothing, there was a problem with VC10+ projects in 3.0.1 which could
result in this error during the parallel build. It's fixed now but if you
don't want to get the new files from svn/git/daily snapshot you can also
just build the project that failed to build (aui) again.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Vadim Zeitlin
2014-07-14 15:19:58 UTC
Permalink
On Mon, 14 Jul 2014 11:12:52 -0400 Incongruous wrote:

I> The obvious question here is, what can I do to correct the mistake WX's
I> people made in order to get the toolkit to work for me?

As I already wrote, you can get the latest projects from 3.0 branch where
this problem is already fixed.

Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Incongruous
2014-07-14 15:48:42 UTC
Permalink
Thank you for your patience. ☺
Following your advice I re-downloaded wxMSW-3.0.1-Setup, but the problem
persists. If there is some other file that needs to be downloaded, perhaps
it would be a good idea to remove the latest wxMSW-3.0.1-Setup link, since
it only creates a bad opinion of the toolkit.
Now, having said that. Where would this wonderful place be, I am referring
to this magical place know to the most illustrious and nobles of the WX
realm as 'svn/git/daily', where one can just go and download the *good
projects where deception does not exist and the problems are already fixed?


-----Original Message-----
From: Vadim Zeitlin
Sent: Monday, July 14, 2014 11:19 AM
To: wxWidges MailingList
Subject: Re[2]: wxMSW-3.0.1-Setup
As I already wrote, you can get the latest projects from 3.0 branch where
this problem is already fixed.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
David Connet
2014-07-14 15:30:48 UTC
Permalink
Post by Incongruous
I cannot stop asking myself, is this just one of the problems I will find
with the installation? how many bugs are there in the installation? and I
say to myself, let us hope for the best... what a wonderful world ♫
You can use the command line (make) to build. The master makefile is in the same directory as the project files. And read docs/msw/install.txt.

This is how I've done it (with no problems) since I started using wx many years ago. I've never used the project files. (I do have a script I use to wrap it so I build it consistently each time)

Dave
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Incongruous
2014-07-14 16:21:42 UTC
Permalink
Thanks David ☺
I got the same results, I am going back to 3.0.0, at least that one
compiled.

-----Original Message-----
From: David Connet
Sent: Monday, July 14, 2014 11:30 AM
To: wx-***@googlegroups.com
Subject: Re: wxMSW-3.0.1-Setup
Post by Incongruous
I cannot stop asking myself, is this just one of the problems I will find
with the installation? how many bugs are there in the installation? and I
say to myself, let us hope for the best... what a wonderful world ♫
You can use the command line (make) to build. The master makefile is in the
same directory as the project files. And read docs/msw/install.txt.

This is how I've done it (with no problems) since I started using wx many
years ago. I've never used the project files. (I do have a script I use to
wrap it so I build it consistently each time)

Dave
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...