search for: includefil

Displaying 20 results from an estimated 53 matches for "includefil".

Did you mean: includefile
2006 Jun 24
2
[LLVMdev] LLVM build error
...d with the build? llvm[2]: Linking Debug executable llvm-as /home/ll/programs/source/scm/cvs/llvm/Debug/lib/libLLVMAsmParser.a(llvmAsmParser.o): In function `__static_initialization_and_destruction_0': /home/ll/repositories/cvs/llvm/include/llvm/InlineAsm.h:133: undefined reference to `llvm::IncludeFile::IncludeFile(void*)' /home/ll/programs/source/scm/cvs/llvm/Debug/lib/libLLVMBCWriter.a(Writer.o): In function `__static_initialization_and_destruction_0': /home/ll/repositories/cvs/llvm/include/llvm/InlineAsm.h:133: undefined reference to `llvm::IncludeFile::IncludeFile(void*)' /home...
2006 Jun 24
0
[LLVMdev] LLVM build error
...lvm[2]: Linking Debug executable llvm-as > /home/ll/programs/source/scm/cvs/llvm/Debug/lib/libLLVMAsmParser.a(llvmAsmParser.o): > In function `__static_initialization_and_destruction_0': > /home/ll/repositories/cvs/llvm/include/llvm/InlineAsm.h:133: undefined > reference to `llvm::IncludeFile::IncludeFile(void*)' > /home/ll/programs/source/scm/cvs/llvm/Debug/lib/libLLVMBCWriter.a(Writer.o): > In function `__static_initialization_and_destruction_0': > /home/ll/repositories/cvs/llvm/include/llvm/InlineAsm.h:133: undefined > reference to `llvm::IncludeFile::IncludeFi...
2008 Sep 05
3
Still confused on content blocks...
...default: {pipeline: tags,redcloth,blocks} Here are the relevant parts of my default.template: --- name:content, pipeline:tags,redcloth,blocks <html> <body> <div id="content"> <webgen:block name="content" /> </div> {includeFile: {filename: analytics.page, escapeHTML: false, processOutput: false}} </body> </html> And here is my analytics.page: <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"...
2008 Mar 15
2
new webgen plugin : google analytics
Hi all In order to add visit tracking to my webgen site, i''ve written a google analytics plugin which, given a google analytics key, automatically includes tre required javascripts. Requirements : in your page template, put {googleAnalytics: key: your_google_key} just before your <body> tag. And that''s all. The code is the following :
2006 Jul 25
1
[LLVMdev] Dubious Library Dependencies
...library depends on only a single symbol from the dependency library): libLLVMCodeGen.a: libLLVMAnalysis.a(llvm::LoopInfoLinkVar) libLLVMCodeGen.a: libLLVMipo.a(PATypeHolder::get() const) libLLVMArchive.a: libLLVMCore.a(Module::~Module) libLLVMAsmParser.a: libLLVMSupport.a(IncludeFile::IncludeFile(void*) libLLVMCBackend.a: libLLVMAnalysis.a(llvm::LoopInfoLinkVar) libLLVMInstrumentation.a: libLLVMScalarOpts.a(llvm::DemoteRegisterToMemoryID) LLVMIA64.o: libLLVMCodeGen.a(vtable for llvm::DefaultIntrinsicLowering) libLLVMTarget.a: libLLVMCodeGen.a( ll...
2013 Dec 05
5
man page
It seems to me that the man page is not complete. Personally, I had to read the code to understand. Propose to amend paragraph of included files on: -i GUEST-PATH=HOST-PATH, --include GUEST-PATH=HOST-PATH File (HOST-PATH) to copy into custom dir (GUEST-PATH). -I HOST-PATH, --includefile=HOST-PATH Copy all files listed in inputfile into the appropriate temporary sandbox directories. File should contain a line like: GUEST-PATH=HOST-PATH Directory (or subdirectory) of GUEST-PATH path must to exist in the guest filesystem (use --mount) Maybe I misunderstood how to use inclusion,...
2004 Oct 18
3
[LLVMdev] Fix for non-standard variable length array + Visual C X86 specific code
...RegisterTarget<X86TargetMachine> X("x86", " IA-32 (Pentium and above)"); I've tried some other ways to resolve it, but so far I've had no luck .. any suggestions are appreciated, as this is a problem in other places as well - and I'm not happy with the IncludeFile hack, I can well understand why you didn't want to apply it. m.
2004 Oct 18
3
[LLVMdev] Fix for non-standard variable length array + Visual C X86 specific code
...e was no objects, just pointers and bools so alloca should be fine. I'll leave it to Chris Lattner to decide if my patch goes in or not... To reduce the number of mails, I also include my next patch -- X86 specific code and inline assembly for Visual C, unfortunately I had to use the nasty IncludeFile trick again to get the linker to work.. m. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diff.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041018/10234652/attachment.txt>
2004 Oct 18
0
[LLVMdev] Fix for non-standard variable length array + Visual C X86 specific code
...lt;X86TargetMachine> X("x86", " IA-32 (Pentium and above)"); > > I've tried some other ways to resolve it, but so far I've had no luck .. > any suggestions are appreciated, as this is a problem in other places > as well - and I'm not happy with the IncludeFile hack, I can well > understand why you didn't want to apply it. One of the funny things about the LLVM Unix build is that we can build libraries in three different ways: as .a files, as .so files, and as .o files. The IncludeFile hack is used for libraries compmiled to .a files, to make su...
2006 Jun 02
2
[LLVMdev] Status on llvm-g++ -> llc -> C backend
Hello, Chris. You wrote Friday, June 2, 2006, 9:27:25 PM: CL> I don't see that failure. We'll need more info to reproduce the issue. Got fixed by adding the folowing line in ther early beginning of LowerAllocations.cpp file: static IncludeFile CUFENP((void*)createUnifyFunctionExitNodesPass); -- With best regards, Anton mailto:asl at math.spbu.ru Friday, June 2, 2006 10:29:17 PM Faculty of Mathematics & Mechanics, Saint-Petersburg State University
2009 Apr 03
3
[LLVMdev] build error on libLLVMSystem.a without any useful error message
...any useful error message : nraynaud at macaron-2:~/Desktop/geek/llvm-svn/build$ make llvm[1]: Compiling Alarm.cpp for Debug build llvm[1]: Compiling Disassembler.cpp for Debug build llvm[1]: Compiling DynamicLibrary.cpp for Debug build llvm[1]: Compiling Host.cpp for Debug build llvm[1]: Compiling IncludeFile.cpp for Debug build llvm[1]: Compiling Memory.cpp for Debug build llvm[1]: Compiling Mutex.cpp for Debug build llvm[1]: Compiling Path.cpp for Debug build llvm[1]: Compiling Process.cpp for Debug build llvm[1]: Compiling Program.cpp for Debug build llvm[1]: Compiling Signals.cpp for Debug build ll...
2009 Apr 03
2
[LLVMdev] build error on libLLVMSystem.a without any useful error message
...em/Debug/Alarm.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Disassembler.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/DynamicLibrary.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Host.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/IncludeFile.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Memory.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Mutex.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Path.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Process.o /Users/nraynaud/De...
2009 Apr 03
0
[LLVMdev] build error on libLLVMSystem.a without any useful error message
...t; nraynaud at macaron-2:~/Desktop/geek/llvm-svn/build$ make > llvm[1]: Compiling Alarm.cpp for Debug build > llvm[1]: Compiling Disassembler.cpp for Debug build > llvm[1]: Compiling DynamicLibrary.cpp for Debug build > llvm[1]: Compiling Host.cpp for Debug build > llvm[1]: Compiling IncludeFile.cpp for Debug build > llvm[1]: Compiling Memory.cpp for Debug build > llvm[1]: Compiling Mutex.cpp for Debug build > llvm[1]: Compiling Path.cpp for Debug build > llvm[1]: Compiling Process.cpp for Debug build > llvm[1]: Compiling Program.cpp for Debug build > llvm[1]: Compiling...
2004 Oct 18
0
[LLVMdev] Fix for non-standard variable length array + Visual C X86 specific code
On Mon, 18 Oct 2004, Morten Ofstad wrote: > To reduce the number of mails, I also include my next patch -- X86 > specific code and inline assembly for Visual C, unfortunately I had to > use the nasty IncludeFile trick again to get the linker to work.. I applied most of this here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041018/019493.html Can you explain what goes wrong without the stub? It's the only part that I didn't apply. Thanks! -Chris -- http://llvm.org/ http://no...
2006 Jun 02
0
[LLVMdev] Status on llvm-g++ -> llc -> C backend
...Korobeynikov wrote: > Hello, Chris. > You wrote Friday, June 2, 2006, 9:27:25 PM: > CL> I don't see that failure. We'll need more info to reproduce the issue. > Got fixed by adding the folowing line in ther early beginning of > LowerAllocations.cpp file: > > static IncludeFile CUFENP((void*)createUnifyFunctionExitNodesPass); I committed these patches to CVS, please see if it fixes the problems. http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060529/035357.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060529/035356.html Thanks for tra...
2008 May 30
0
[LLVMdev] Possibly Vista-related Windows/MinGW Compilation Issues
...table llvm-as (without symbols) c:/Build/llvm-build/tools/opt/Release/AnalysisWrappers.o:AnalysisWrappers.cpp:(.text+0x14a): undefined reference to `llvm::CallGraphLinkVar' c:/Build/llvm-build/tools/opt/Release/AnalysisWrappers.o:AnalysisWrappers.cpp:(.text+0x15c): undefined reference to `llvm::IncludeFile::IncludeFile(void*)' c:/Build/llvm-build/tools/opt/Release/AnalysisWrappers.o:AnalysisWrappers.cpp:(.text+0x1e9): undefined reference to `llvm::RegisterPassBase::registerPass()' I thought I'd messed up something related to the linker, but I couldn't explain why XP would work using...
2002 Dec 10
2
include-exclude patterns
Hi, I just subscribe to ask you a question about patterns in exclude-include files. I just want some folders to be rsynced to a remote machine. What I tried is : IncludeFile ------------------------- /etc/ /var/lib/zope/ - /* ----------------------- result of $$ rsync -avvrn --delete --delete-excluded --include-from=/backup-include -e ssh / /backup is expand file_list to 4000 bytes, did move including directory etc because of pattern /etc/ excluding directory usr b...
2006 Jun 02
1
[LLVMdev] Status on llvm-g++ -> llc -> C backend
...ris. > > You wrote Friday, June 2, 2006, 9:27:25 PM: > > CL> I don't see that failure. We'll need more info to reproduce the > issue. > > Got fixed by adding the folowing line in ther early beginning of > > LowerAllocations.cpp file: > > > > static IncludeFile CUFENP((void*)createUnifyFunctionExitNodesPass); > > I committed these patches to CVS, please see if it fixes the problems. > > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060529/035357.html > > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-2006052...
2003 Apr 23
1
trying to get incremental backups working
...ipt I have. Btw if you're wondering about all the variables, I eventually want to set it to pull the values for them from a conf file that others will edit through a web interface. BACKUPDIR=`date +%A` BACKUPHOST=wally REMOTEUSER=root ARCHBASE=/home/catbertbackup/backuparchive/ CURRENT=current INCLUDEFILE=/usr/local/etc/backup2/include EXCLUDEFILE= rsync --delete --backup --backup-dir=$ARCHBASE$BACKUPDIR -ae ssh /usr/local/etc $REMOTEUSER@$BACKUPHOST:$ARCHBASE$CURRENT rsync --delete --backup --backup-dir=$ARCHBASE$BACKUPDIR -ae ssh /etc $REMOTEUSER@$BACKUPHOST:$ARCHBASE$CURRENT Right now this does...
2006 Jun 24
2
[LLVMdev] Re: LLVM build error
...command: > > cvs update -ARPd > > Reid. > Thanks for the quick response. I have resolved my problem already - basically I had "-s" in my CFLAGS/CXXFLAGS environment which configure put in the Makefiles and screwed up the build. libLLVMSupport did get build, with the IncludeFile.o object (verified with nm), but with -s it confused ld -r at some point! (Perhaps a configure check can be added for this flag to save future hair-pulling) In any case, I removed the CFLAGS variable and am currently building (it seems to be going well). Thanks for the help, LL