search for: sconscript

Displaying 4 results from an estimated 4 matches for "sconscript".

Did you mean: conscrypt
2004 Sep 16
1
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No suchfile or directory
...s to generate that files from .in files. I implemented in it >the configure check regarding iterators, hash and so on... >something like: > Hey, you've found the tool that makes it possible to generically reading Makefiles... Cool - The tool I've requested... >scons: Reading SConscript files ... >Checking for C++ header file windows.h... yes >Checking for C++ type std::hash_map<int, int>... no >Checking for C++ type std::hash_map<int, int>... yes >Checking for C++ type std::hash_set<int>... no >Checking for C++ type std::hash_set<int>... yes...
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
...eeded at 191 (offset 20 lines). Hunk #4 succeeded at 353 (offset 108 lines). jason$ cd ffmpeg jason$ ./configure --enable-gpl --enable-swscale --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/ja...
2004 Sep 15
2
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': No such file or directory
Hi I'm trying to compile HowToUseJIT.cpp, but it seems that iterator definition is missing: --------------------Configuration: HowToUseJIT - Win32 Debug-------------------- Compiling... HowToUseJIT.cpp c:\sfu\usr\local\src\llvm\include\llvm\adt\ilist(41) : fatal error C1083: Cannot open include file: 'llvm/ADT/iterator': No such file or directory Error executing cl.exe. I've
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