search for: versioncontrol

Displaying 13 results from an estimated 13 matches for "versioncontrol".

2011 Jul 23
2
[LLVMdev] Build of latest llvm gives warning and error
Building of llvm with gcc-4.5.2-1 gives these warnings: 1) Building FileManagerTest "llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp: In member function 'virtual void<unnamed>::FileManagerTest_NoVirtualDirectoryExistsBeforeAVirtualFileIsAdded_Test::TestBody()': C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:100:3: warning: p...
2017 Mar 31
2
Invoking lld for PE/COFF (Windows) linking
...ver completes. Should it work ? If not, how can I > invoke the second to make it work properly ? > > > Is it actually running lld-link.exe? Does lld-link.exe exist next to > clang++.exe? If you add -###, what linker command line is clang trying > to run? "C:/Programming/VersionControl/bninja_installed_clang/bin/clang++" -o "C:\Programming\VersionControl\modular-boost\build\boost\bin.v2\libs\preprocessor\test\config_info.test\clang-linux-5.0cl\debug\address-model-32\config_info.exe" -Wl,--start-group "C:\Programming\VersionControl\modular-boost\build\boost\...
2017 Mar 31
3
Invoking lld for PE/COFF (Windows) linking
On 3/30/2017 7:59 PM, Reid Kleckner via llvm-dev wrote: > On Thu, Mar 30, 2017 at 6:08 AM, Edward Diener via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Are you saying that once lld is built with mingw-64/gcc on Windows > it is impossible to tell it to handle PE/COFF files when invoking it > from clang++ using the
2011 Jul 24
0
[LLVMdev] Build of latest llvm gives warning and error
Hi Edward, > Building of llvm with gcc-4.5.2-1 gives these warnings: > > 1) Building FileManagerTest > > "llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build > C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp: > In member function 'virtual > void<unnamed>::FileManagerTest_NoVirtualDirectoryExistsBeforeAVirtualFileIsAdded_Test::TestBody()': > C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:100:3...
2011 Jul 28
0
[LLVMdev] Build failure for latest source
Attempting to build the latest llvm I get: llvm[2]: Linking Debug+Asserts executable opt C:/Utilities/MSYS/build/llvm/Debug+Asserts/lib/libLLVMScalarOpts.a(SimplifyLibCalls.o):C:/Programming/VersionControl/llvm/include/llvm/Instructions.h:388: undefined reference to `llvm::GetElementPtrInst::GetElementPtrInst(llvm::Value*, llvm::Value*, llvm::Twine const&, llvm::Instruction*)' C:/Utilities/MSYS/build/llvm/Debug+Asserts/lib/libLLVMAnalysis.a(ScalarEvolutionExpander.o):C:/Programming/Version...
2007 Apr 07
1
Web Site Trak errors and Python tracebacks
...n dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File "/var/lib/python-support/python2.4/trac/web/main.py", line 263, in _pre_process_request chosen_handler = f.pre_process_request(req, chosen_handler) File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py", line 73, in pre_process_request self.get_repository(req.authname) # triggers a sync if applicable File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py", line 101, in get_repository repos = self._connector.get_repository(rtype, rdir, authname) File &...
2007 Apr 11
1
problem with wiki - Trac internal error
...atch chosen_handler = self._pre_process_request(req, chosen_handler) File "/var/lib/python-support/python2.4/trac/web/main.py", line 263, in _pre_process_request chosen_handler = f.pre_process_request(req, chosen_handler) File "/var/lib/python-support/python2.4/trac/versioncontrol/ api.py", line 73, in pre_process_request self.get_repository(req.authname) # triggers a sync if applicable File "/var/lib/python-support/python2.4/trac/versioncontrol/ api.py", line 101, in get_repository repos = self._connector.get_repository(rtype, rdir, authname)...
2017 Mar 29
3
Invoking lld for PE/COFF (Windows) linking
...vor link", which outputs: clang++.exe: error: unknown argument: '-flavor' clang++.exe: error: no such file or directory: 'link' 2) -flavor=link", which outputs: clang++.exe: error: unknown argument: '-flavor=link' 3) -Wl,-flavor,link, which outputs C:\Programming\VersionControl\bninja_installed_clang\bin\lld: error: unknown argument: -flavor 4) -Wl,-flavor=link, which outputs C:\Programming\VersionControl\bninja_installed_clang\bin\lld: error: unknown argument: -flavor=link What is the "magic" invocation that will allow me to invoke the lld linker from the...
2007 Sep 08
2
Puppet''s TRAC somehow broken?
Hey all, it seems that the Ticket section of Puppet''s homepage does not work. Searching and Listing of Tickets works fine, showing an individual Ticket shows stack-traces. What is wrong there? Thanks, udo.
2011 Jul 26
3
[LLVMdev] [PATCH][RFC] upgrade to googletest 1.6.0 (was Re: Build of latest llvm gives warning and error)
...1 10:59, Duncan Sands <baldrick at free.fr> wrote: > Hi Edward, > >> Building of llvm with gcc-4.5.2-1 gives these warnings: >> >> 1) Building FileManagerTest >> >> "llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build >> C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp: >> In member function 'virtual >> void<unnamed>::FileManagerTest_NoVirtualDirectoryExistsBeforeAVirtualFileIsAdded_Test::TestBody()': >> C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTe...
2017 Mar 30
2
Invoking lld for PE/COFF (Windows) linking
...known argument: '-flavor' > clang++.exe: error: no such file or directory: 'link' > > 2) -flavor=link", which outputs: > clang++.exe: error: unknown argument: '-flavor=link' > > 3) -Wl,-flavor,link, which outputs > C:\Programming\VersionControl\bninja_installed_clang\bin\lld: error: > unknown argument: -flavor > > 4) -Wl,-flavor=link, which outputs > C:\Programming\VersionControl\bninja_installed_clang\bin\lld: error: > unknown argument: -flavor=link > > What is the "magic" invocation tha...
2011 Jul 05
0
[LLVMdev] Building llvm ( clang ) samples.c problem
I am building llvm, with clang, on Mingw in Windows and eventually ran into this error: "llvm[4]: Compiling sample.c for Debug+Asserts build C:/Programming/VersionControl/llvm/projects/sample/lib/sample/sample.c:18:20: fatal error: sample.h: No such file or directory compilation terminated." Looking at sample.c I see: #include "sample.h" but there is no sample.h in the same directory as sample.c but only in the projects/sample/include directory....
2005 Nov 04
1
i2, Google and missing links.. (aka: don't modify the model through a GET )
While looking for all the commiters'' blog, I Googled for T.F.''s one: http://www.google.com/search?hl=en&lr=&safe=off&c2coff=1&q=Thomas+Fuchs+rails&btnG=Search problem: the 5th entry is http://wiki.rubyonrails.com/rails/pages/Thomas+Fuchs/versions/new Alain