search for: sconstruct

Displaying 7 results from an estimated 7 matches for "sconstruct".

Did you mean: construct
2004 Sep 25
0
[LLVMdev] Sconstruct for win32
...; generated by the script. > You can debug the program in the usual way with VS, stepping betweeen > the source code. Keep in mind that the VS project is updated > automatically by scons, so if you want to modify some flags do it via > the script. Hi Paolo, I quickly went over your SConstruct file. So here are a few comments: * It would be nice if it is broken down to smaller files (I see you mention this in the comments). Also a file per tool/library can give us what make cannot: cd into a tools subdir and run scons: this will build the tool and all its dependances. * It seems that a...
2004 Sep 25
2
[LLVMdev] Sconstruct for win32
Here is the pre-pre-pre alpha of the file, llease be kind <g> I give up on TableGen... cannot build the flex/bison emitted files ;-( With my hacked version of the checkout the script build Fibonacci.exe and HowToUseJIT.exe among with the proper libraries. I included also a demo version of the HowToUseJIT Visual studio project generated by the script. You can debug the program in the
2004 Sep 26
1
[LLVMdev] Sconstruct for win32
...ntly select what target you want to build via the command line. Every builded target can be supplied. > * It seems that a lot of the configure checks are missing. If we ever > use scons I believe we are going to use it for unix builds as well > (instead of maintaining both Makefiles and Sconstruct files), so it > needs to be complete in that respect. Note that configure can still be > used with scons. Using it will make this transition easier. True. I've never used written unix configure or autoconf files, so I'm a stranger in a strange land there. Note that's it's al...
2004 Oct 13
1
[LLVMdev] Compiling TableGen with Visual Studio
I finally succeded in compiling TableGen with Visual Studio. In the end I made normal solution and project files for VS instead of using Paolo's SConstruct based build system because of my lacking familiarity with SConstruct. One of the main obstacles was getting the FileLexer and FileParser to build correctly. First of all the output file for FileLexer is specified with a %option, which is not very convenient because this means I cannot control w...
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
...-enable-postproc -- disable-muxers --disable-encoders --enable-libvorbis --enable-pthreads && make ... jason$ cd ../ jason$ scons scons: Reading SConscript files ... scons: warning: The Options class is deprecated; use the Variables class instead. File "/Users/jason/ffmpeg2theora/SConstruct", line 22, in <module> scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead. File "/Users/jason/ffmpeg2theora/SConstruct", line 24, in <module> Checking for pkg-config... (cached) yes Checking for ogg >= 1.1 vorbis vorbise...
2004 Sep 26
2
[LLVMdev] patches and scons
...ering { public: include\llvm\Type.h: struct Type -> class Type { public: include/llvm/Target/TargetJITInfo.h: struct TargetJITInfo -> class TargetJITInfo { public: --- Paolo Invernizzi -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: SConstruct URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040926/663d431b/attachment.ksh> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diffs.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040926/663d431b/attachm...
2006 Mar 14
3
rails on emacs - need a working .emacs sample
I would like to hear from some one who has ecb, multiple modes with ruby mode + html mode, rails mode all working together and playing well. I had ecb working with Ruby syntax highlighting. That was a no-brainer since I just had to apt-get them on my Debian Sarge box. It got a bit more comlex after I got most of the .el files in the articles http://www.emacswiki.org/cgi-bin/emacs/RubyOnRails