sounds like WITH_INSTALL_PORTABLE might be OFF for some reason. Can you check your CMakeCache to see the value?
On 27 December 2015 at 00:18, Yousef Harfoush <[email protected]> wrote: > > Default installation directory is already bin folder from the root > building > > directory. It is possible you did some changes in your settings for which > > you might want to remove CMake cache file and configure the build again > > using default installation directory. > > > strange, i already delete the full folder each time! > > here is what i use for compilation: > set > PATH=E:\Code\compiler\mingw64\bin;E:\Code\compiler\mingw64\lib;C:\Program > Files (x86)\CMake\bin;%PATH% > cd E:\code\blender\build\mingw64_cmake > > del CMakeCache.txt > cmake ..\..\blender -C../../userconfigs/x64.cmake -G "MinGW Makefiles" > > mingw32-make -j4 install > > and my x64.cmake is here: > http://jpst.it/Ed9X > > > As for python35.dll, this is weird and itworked jut fine for me. It could > > be caused by some other errors, so please pay more attention to the logs > > and check if there's something else wrong there. > > > > i try to compile and post the log > > thank you. > > Regards > Yousef Harfoush > [email protected] > > > > > Date: Sat, 26 Dec 2015 23:45:37 +0500 > > From: [email protected] > > To: [email protected] > > Subject: Re: [Bf-committers] Get Cmake on-par with scons (docs, batch > files and configuration scripts) > > > > > > On Sat, Dec 26, 2015 at 11:38 PM, Yousef Harfoush <[email protected]> wrote: > > > > > it now builds OK, but CMake installs blender after compiling in > > > "C:/Program Files/Blender"which requires elevated cmd and fails to > install > > > by default, i have to run the cmd with run as as admin, it would be > nice if > > > the default installation dir. is bin as in vc12. > > > > > > also python35.dll doesn't get copied by default, i did it manually and > > > everything is okay. > > > thank you. > > > > > > > > > Regards > > > Yousef Harfoush > > > [email protected] > > > > > > > > > > > > > Date: Sat, 26 Dec 2015 20:08:59 +0500 > > > > From: [email protected] > > > > To: [email protected] > > > > Subject: Re: [Bf-committers] Get Cmake on-par with scons (docs, batch > > > files and configuration scripts) > > > > > > > > Please remove all local changes ou did (especially with OpenAL and > > > wrap_oal > > > > libraries), update the sources to latets upstream and try compiling > with > > > > CMake again. It should now work all fine and smooth now. > > > > > > > > On Tue, Dec 22, 2015 at 8:45 PM, Yousef Harfoush <[email protected]> > wrote: > > > > > > > > > > Seems a bit weird. Mind re-building in the debug mode and get the > > > > > backtrace > > > > > > again? > > > > > i tried but it failed to compile on llvm i'll try to disable it and > > > > > rebuild. > > > > > > > > > > > - Is the SCons build with the same exact mingw works fine? > > > > > yes, and used in production. > > > > > > > > > > > - What's the OS you're using? > > > > > windows 8.1, tried 10 too > > > > > > > > > > > - What's the mingw version you're using? > > > > > > >> rubenvb-4.7.2-release > > > > > > > > > > Regards > > > > > Yousef Harfoush > > > > > [email protected] > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Bf-committers mailing list > > > > > [email protected] > > > > > http://lists.blender.org/mailman/listinfo/bf-committers > > > > > > > > > > > > > > > > > > > > > -- > > > > With best regards, Sergey Sharybin > > > > _______________________________________________ > > > > Bf-committers mailing list > > > > [email protected] > > > > http://lists.blender.org/mailman/listinfo/bf-committers > > > > > > _______________________________________________ > > > Bf-committers mailing list > > > [email protected] > > > http://lists.blender.org/mailman/listinfo/bf-committers > > > > > > > > > > > -- > > With best regards, Sergey Sharybin > > _______________________________________________ > > Bf-committers mailing list > > [email protected] > > http://lists.blender.org/mailman/listinfo/bf-committers > > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
