scons
"doskey" Scons building error
I\'m trying to (cross-)compile node.js and I get this odd error that appears to be coming from scons:[详细]
2023-03-12 07:05 分类:问答Problem Using libcurl and SCons C++
My question is very similar to this one: https://stackoverflow.com/questions/4351877/link-libcurl-library-using-scons[详细]
2023-03-08 04:40 分类:问答Is there a way to get the -j parameter from a make invocation?
Lets say I call: make -j 5 Is there a way, within my Makefile to get the -j parameter ? My goal is to call scons from a Makefile a to keep the ability to use several jobs to fasten compilation.[详细]
2023-03-07 21:30 分类:问答Common Sconstruct file like Makefile.common
Is there a way to have a Sconstruct.common at the top level directory that has all the compiler/linker options that are common to individual subdirectories and have separate Sconstruct files within ea[详细]
2023-03-07 06:56 分类:问答SCons: Get abspath of original file (as though I hadn't set variant_dir)
I can use File(\'foo.bar\').abspath to get the location of a file, but if I\'ve got variant_dir set then the returned path will be in variant_dir rather than it\'s original location. If I have du开发者[详细]
2023-03-06 23:49 分类:问答Merge multiple static libraries into one GCC scons
I\'m building this library, libmyproject.a I want it to include several other static libraries (libone.a and libtwo.a), so that the application that links with libmyproject doesn\'t have to link with[详细]
2023-03-06 08:50 分类:问答How do I build v8 on Windows?
Could someone tell me开发者_StackOverflow how to install and build v8 on windows? I am using Windows 7 with VS 2008.The following worked for me in VS2013:[详细]
2023-03-05 08:35 分类:问答how can i build a static library from files autogenerated by running a perl script within the SConscript
Here is what i need to do in scons, and at present I\'m not able to get this to work correctly. Firstly I need to run perl script 1.This generates a series of cpp files.[详细]
2023-02-23 08:04 分类:问答Visual Studio 2005 solution file issue
Hello I\'m using scons to generate Visual Studio 2005 project files ( sln, vcproj ). When I open it right after generation everything is ok. The problem starts when I try to open sln file for the seco[详细]
2023-02-22 13:47 分类:问答How to include a shared library with SConstruct?
I have built a shared library from a part of the Mobile Robot Programming Toolkit ( MRPT-Homepage ). Now I am wondering how to include this in my SConstruct build script? I have the headerfiles for th[详细]
2023-02-22 07:10 分类:问答