2014/1/9 Muhammad Bashir Al-Noimi <mbno...@gmail.com>

> On 01/08/2014 02:46 PM, Wim Dumon wrote:
> > On windows, open a Developer Command Prompt, and then run 'winst.bat
> > -G "NMake Makefiles"'.
> Hey dude, this mentioned in Wiki page... nothing new!
>
>
I saw two problems with the pastebin log you sent me:
(1) you're not running winst from a 'Developer Command Prompt for VS2012'
(or whatever version you're using)
(2) you ask cmake to make a MSVS solution file, and try to build with nmake
This cannot work.

So please,
(1) Go to Start->All Programs->Microsoft Visual Studio 2012->Visual Studio
Tools->VS2012 x86 Native Tools Command Prompt
(2) Run winst.bat -G "NMake Makefiles" on a clean winstng repository (=
delete it and check it out again)

Also please update winstng before you do so, I fixed a few bugs lately.

>
> > Wt supports mingw, and the build instructions are on our wiki. I plan
> > to extend winst for mingw too, but don't know yet if that's fully
> > feasible (does skia compile with mingw, for instance? I doubt it...)
> I successfully built Boost with MinGW as mentioned in this full log
> (http://pastebin.com/A7ZGT5qz) but Wt itself struggles with CMake as
> mentioned in this log (http://pastebin.com/fBg00P1Q). What I'm missing?
>
>
It seems that CMake struggles with Qt. Wt offers an option to disable Qt
detection: delete your build directory and run cmake with the option
-DENABLE_QT4=OFF


> > The errors that you reported in your first mail (LINK : fatal error
> > LNK1123: failure during conversion to COFF: file invalid or corrupt)
> > have nothing to do with Wt, that's a disfunctional compiler.
> How this is a dis-functional compiler?! I tried to build Wt with VS2012
> ultimate AND VS2010 always I get same errors!!
>
>
At that stage, cmake tries to compile a small program, hello-world style,
to check if the compiler actually works. Yours does not (or at least not in
that environment; run cmake from the Developer Command Prompt and you may
see different results).

Best regards,
Wim.
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to