waf
How do I get Anjuta to higlight errors/lines produced by my build system (waf)?
Waf outputs errors like the following Waf: Entering directory `/home/atomos/dc_mmo/netclient/build\' [47/53] c: c_lib/c_lib.c -> build/c_lib/c_lib.c.1.o[详细]
2023-04-05 09:45 分类:问答Tracking code versions in an executable
I have a reasonable sized ( around 40k lines) machine learning system written in C++. This is still in active development and I need to run experiments regularly even as I make changes to my code.[详细]
2023-04-02 18:40 分类:问答How do I suppress '-arch', 'x86_64' flags when compiling an OpenGL/SDL application with Waf on OSX?
I need to suppress \"-arch x86_64 -arch i386\" flags Waf is passing to GCC. I am building an SDL/Opengl application.If I link against 32 bit SDL runtime I get error[详细]
2023-03-31 09:44 分类:问答How do I get node-waf to install?
First, props to whoever did node.js.I\'ve been using it for less than a day and I\'m already thinking about using it for stuff I use Python for now.[详细]
2023-03-27 17:24 分类:问答How do I change CFLAGS to -g -O0 when compiling node.js from source?
I tried: CFLAGS=\"-g -O0\" ./configure But it\'s still using the default flags -g -O3 when开发者_运维技巧 make.[详细]
2023-03-25 18:26 分类:问答Going mad trying to compile against OpenSSL/libcrypto
I have been trying to do this for nearly 3 days now. Its driving me nuts. As you can imagine I\'m quite new to C++.[详细]
2023-03-16 19:17 分类:问答C++ Why can't the linker see my files?
Building a native module for Node.js under Cygwin / Windows: I have a monkey.cc file with this: #include <monkey/monkey.h>[详细]
2023-03-16 19:07 分类:问答is there any way to configure waf to build c++ program in mac os?
I just suffer a problem that the all the things works well on my ubuntu. However, I want to get things work on my mac, bad thing happens.[详细]
2023-02-27 08:38 分类:问答Waf (build tool): PHONY targets like Make?
how do you set a target - maybe Waf calls them \"commands\" - to always be executed?That is to be like PHONY targets in Make?[详细]
2023-02-02 16:31 分类:问答CMake or Waf for D project
We are looking for adequate build tool for a desktop GUI application to be written in D (using Qt toolkit), consisting of several native libraries, using 3rd party C-lib(s). It has to build on Linux ([详细]
2023-01-19 03:15 分类:问答