search for: projnam

Displaying 6 results from an estimated 6 matches for "projnam".

Did you mean: projname
2017 Oct 02
3
Fwd: R errors
...from my computer and re-install 2 times, but the same thing happened. Please let me know how to proceed. Error in print01Report(TAbehdata, TAeff, modelname = "TA_coev_Second_Attempt") : wrong parameters; note: do not include an effects object as parameter! Error in sienaModelCreate(projname = "TA_coev_Second_Attempt", modelType = 3, : modelType must have names of dependent networks Regards Nyi Nyi Graduate School for International Development and Cooperation Hiroshima University [[alternative HTML version deleted]]
2001 May 18
1
Visual source safe and wine
Hi! I would like to use the command line version of visual source safe to get the latest version of a project(ss.exe). I have tried to use wine for this as the following: wine ss.exe 'cp $/projname' Unfortunately I got the following error messages: fixme:win32:PE_CreateModule Security directory ignored fixme:console:SetConsoleCtrlHandler (0x44c5f0,1) - no error checking or testing yet A pop-up message also appeared to ask me if I want to debug. Is there any success story about using...
2016 Jun 09
9
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...ry time a new project is > > +# added or removed. > > + > > +add_custom_target(runtimes) > > + > > +file(GLOB entries *) > > +foreach(entry ${entries}) > > + if(IS_DIRECTORY ${entry} AND EXISTS ${entry}/CMakeLists.txt) > > + get_filename_component(projName ${entry} NAME) > > + llvm_ExternalProject_Add(${projName} ${entry} USE_TOOLCHAIN) > > + add_dependencies(runtimes ${projName}) > > + endif() > > +endforeach(entry) > > Index: cmake/modules/LLVMExternalProjectUtils.cmake > > ===============================...
2016 Jun 09
2
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...>>> > + >>> > +add_custom_target(runtimes) >>> > + >>> > +file(GLOB entries *) >>> > +foreach(entry ${entries}) >>> > + if(IS_DIRECTORY ${entry} AND EXISTS ${entry}/CMakeLists.txt) >>> > + get_filename_component(projName ${entry} NAME) >>> > + llvm_ExternalProject_Add(${projName} ${entry} USE_TOOLCHAIN) >>> > + add_dependencies(runtimes ${projName}) >>> > + endif() >>> > +endforeach(entry) >>> > Index: cmake/modules/LLVMExternalProjectUtils.cmake &...
2016 Jun 10
4
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...dd_custom_target(runtimes) >>>>> > + >>>>> > +file(GLOB entries *) >>>>> > +foreach(entry ${entries}) >>>>> > + if(IS_DIRECTORY ${entry} AND EXISTS ${entry}/CMakeLists.txt) >>>>> > + get_filename_component(projName ${entry} NAME) >>>>> > + llvm_ExternalProject_Add(${projName} ${entry} USE_TOOLCHAIN) >>>>> > + add_dependencies(runtimes ${projName}) >>>>> > + endif() >>>>> > +endforeach(entry) >>>>> > Index: cmake/...
2017 Oct 02
0
Fwd: Re: Fwd: R errors
...happened. Please let me know how to proceed. Error in print01Report(TAbehdata, TAeff, modelname = "TA_coev_Second_Attempt") : ? ?wrong parameters; note: do not include an effects object as parameter! Error in sienaModelCreate(projname = "TA_coev_Second_Attempt", modelType = 3,? : ? ?modelType must have names of dependent networks Regards Nyi Nyi Graduate School for International Development and Cooperation Hiroshima University ? ? ? ? [[alte...