Hi Sascha, sure I can, I will do it.
However, there were no problems with building MITK with nmake, everything went fine. I have read a few articles, forums etc. about the subject, but it is not possible to build any 64 bit executable with VS Express. With the "normal" VS yes, but not with the Express. If you have x64 bit compiler and install VS Express, it removes it. Also, if you install VS Express, and after that install the Windows SDK then it will not install the x64 compiler. The problem affects not the build itself, only the installer creation. Best, Miklos On Thu, Nov 10, 2011 at 2:45 PM, Sascha Zelzer <[email protected]> wrote: > Hi Miklos, > > could you please file a bug report for the nmake incompatibility? > > For a workaround, I am pretty sure that I once read a MSDN article > explaining how to set up a x64 toolchain in Visual Studio 2008 Express. > > Thanks, > Sascha > > On 11/10/2011 12:25 PM, Miklos Espak wrote: >> Hi, >> >> I have successfully built MITK and my external application with NMake. >> NMake does not create "release" and "debug" subdirectories depending >> on the build type, but puts everything directly in the build folder. >> So, to run the application I had to modify the startMyApp-release.bat >> script. >> >> Now I want to create an installer (firstly by "nmake install"), but it >> fails. The reason is same, the libraries are looked for in the >> "release" subdirectories. >> >> Does somebody know what to modify? Is it in the MITK sources or in the >> external project? Would it be possible to fix it to support NMake? >> >> The reason why I would prefer NMake to VS is that I want to create 32 >> and 64 bit installers. However, you cannot have 64 bit compilers and >> VS C++ Express at the same time. If you install only the MS Windows >> SDK, you have compilers for every platform. Then, if you install VS >> Express, it removes the 64 bit compilers. Both are free, so you have >> the free choice which one you want to have. >> >> Thank you! >> >> Best, >> Miklos >> >> ------------------------------------------------------------------------------ >> RSA(R) Conference 2012 >> Save $700 by Nov 18 >> Register now >> http://p.sf.net/sfu/rsa-sfdev2dev1 >> _______________________________________________ >> mitk-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mitk-users > > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users > ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
