I am using Visual Studio 2010 Pro, download Scilab 5.5.0 from Git Master branch and prerequirements-scilab-5.5.0_x64-src from svn://svn.scilab.org.
I compiled the solution follow the instruction: http://wiki.scilab.org/Visual%20Studio%20C%2B%2B%202008%20Express The parallel project under the solution Scilab_f2c reports error: 16>------ Build started: Project: parallel, Configuration: Release x64 ------ 16>Build started 5/25/2014 6:55:43 PM. 16>InitializeBuildStatus: 16> Touching "C:\scilab\scilab\modules\parallel\src\c\Release\parallel.unsuccessfulbuild". 16>ClCompile: 16> DllmainParallel.c 16> forkWindows.c 16>forkWindows.c(118): error C2146: syntax error : missing ')' before identifier 'ThreadInformationClass' 16>forkWindows.c(118): error C2081: 'THREAD_INFORMATION_CLASS' : name in formal parameter list illegal 16>forkWindows.c(118): error C2061: syntax error : identifier 'ThreadInformationClass' 16>forkWindows.c(118): error C2059: syntax error : ';' 16>forkWindows.c(118): error C2059: syntax error : ',' 16>forkWindows.c(121): error C2059: syntax error : ')' 16>forkWindows.c(130): error C2061: syntax error : identifier 'ZwQueryInformationThread' 16>forkWindows.c(130): error C2059: syntax error : ';' 16>forkWindows.c(130): error C2513: '/*global*/ ' : no variable declared before '=' 16>forkWindows.c(161): error C2065: 'ZwQueryInformationThread' : undeclared identifier 16>forkWindows.c(172): error C2065: 'ZwQueryInformationThread' : undeclared identifier 16>forkWindows.c(172): error C2065: 'ZwQueryInformationThread_t' : undeclared identifier 16>forkWindows.c(172): error C2146: syntax error : missing ';' before identifier 'GetProcAddress' 16>forkWindows.c(178): error C2065: 'ZwQueryInformationThread' : undeclared identifier 16>forkWindows.c(190): error C2065: 'ZwQueryInformationThread' : undeclared identifier 16>forkWindows.c(190): warning C4047: '=' : 'int' differs in levels of indirection from 'void *' 16>forkWindows.c(251): warning C4013: 'ZwQueryInformationThread' undefined; assuming extern returning int 16>forkWindows.c(251): error C2065: 'ThreadMemoryPriority' : undeclared identifier 16>forkWindows.c(253): error C2065: 'ThreadMemoryPriority' : undeclared identifier 16> gw_parallel.c 16> sci_parallel_concurrency.c 16> 16>Build FAILED. 16> 16>Time Elapsed 00:00:00.75 -- View this message in context: http://mailinglists.scilab.org/Help-Please-Error-compiling-scilab-5-5-0-under-windows-vista-x64-tp4030591.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. _______________________________________________ dev mailing list [email protected] http://lists.scilab.org/mailman/listinfo/dev
