search for: l85

Displaying 12 results from an estimated 12 matches for "l85".

Did you mean: 185
2016 Jul 07
2
Error building Tcl: R-patched_2016-07-05
...ying to build R under 64bit Windows7. I am using a fresh install of Rtools34 and R-patched_2016-07-05. I am getting the following error: C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o tcltk.dll tmp.def init.o tcltk.o tcltk_win.o ../../../gnuwin32/dllversion.o -L../../../../Tcl/bin64 -ltc l85 -ltk85 -LC:/R/RLocalSoft/lib/x64 -LC:/R/RLocalSoft/lib -L../../../../bin/x64 -lR C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6 4-mingw32/bin/ld.exe: cannot find -ltcl85 C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6 4-mingw32/bin...
2018 Sep 13
2
How to make database build threaded?
...the mailing list because I'd like to make the database build process splitted in more thread. Is it possible? If you are a C++ programmer you can take a look at the populateDB() function at this link https://github.com/frank67/XDGSearch/blob/597380bfd7de94857cef08c95e5e31392807a7cb/indexer.cpp#L85 which is the heart of the databases creation process. I'd be also happy if I find somebody that want to be involved in the XDGSearch development :) Thanks in advance for any answer, best regards -- Franco Martelli
2006 Nov 19
2
New automake targets and Debian packages
...automake changes. For the uninitiated, the 'debian/rules' file is essentially a Makefile that is used to build the package and split things into the sub-packages. If you look at line 85 of this copy of the rules file: http://boxster.ghz.cc/projects/nut/browser/trunk/packaging/debian/rules#L85 you will notice that the old "install-*" targets are used to distribute the files between the packages. Basically, whatever is in debian/nut-usb after running through "rules" will end up in the nut-usb-<version> package, etc. That means we coud potentially use the new un...
2018 Nov 15
2
[cfe-dev] "devirtualizing" files in the VFS
...es, and for the clang libraries, the realFS is still under there. > > Perhaps the "Status" type could be extended to carry extra information? https://github.com/Ericsson/CodeCompass/blob/a1a7b10e3a9e2e4f493135ea68566cee54adc081/plugins/cpp_reparse/service/src/databasefilesystem.cpp#L85-L87 <https://github.com/Ericsson/CodeCompass/blob/a1a7b10e3a9e2e4f493135ea68566cee54adc081/plugins/cpp_reparse/service/src/databasefilesystem.cpp#L85-L87> This sounds like an interesting idea. We already have the option to expose the external name here, would it be reasonable to also expose...
2018 Nov 15
3
"devirtualizing" files in the VFS
I'd like to get some more perspectives on the role of the VirtualFileSystem abstraction in llvm/Support. (The VFS layer has recently moved from Clang to LLVM, so crossposting to both lists) https://reviews.llvm.org/D54277 proposed adding a function to VirtualFileSystem to get the underlying "real file" path from a VFS path. LLDB is starting to use VFS for some filesystem
2016 Jul 07
0
Error building Tcl: R-patched_2016-07-05
...indows7. I am using a fresh > install of Rtools34 and R-patched_2016-07-05. I am getting the > following error: > > C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o tcltk.dll tmp.def init.o > tcltk.o tcltk_win.o ../../../gnuwin32/dllversion.o -L../../../../Tcl/bin64 -ltc > l85 -ltk85 -LC:/R/RLocalSoft/lib/x64 -LC:/R/RLocalSoft/lib -L../../../../bin/x64 > -lR > C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w6 > 4-mingw32/bin/ld.exe: cannot find -ltcl85 > C:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86...
2018 Sep 14
0
How to make database build threaded?
...because I'd like to make the database > build process splitted in more thread. Is it possible? If you are a C++ > programmer you can take a look at the populateDB() function at this link > https://github.com/frank67/XDGSearch/blob/597380bfd7de94857cef08c95e5e31392807a7cb/indexer.cpp#L85 > which is the heart of the databases creation process. > I'd be also happy if I find somebody that want to be involved in the > XDGSearch development :) > Thanks in advance for any answer, best regards > > -- > Franco Martelli Hi, You may be interested by how Re...
2011 Sep 20
1
Problem with allocation of big files
Hello, I found a strange problem with allocationg big files on drive. For example in guestfish I allocate large disk image for example: $ guestfish ><fs> allocate test.img 20G When an image allocating, there is a big slowdown of guest OSes, launched on host machine, and on different drives. For Linux guests with virtio drivers, there is no so big performance penalty, but for FreeBSD
2011 Sep 20
1
Problem with allocation of big files
Hello, I found a strange problem with allocationg big files on drive. For example in guestfish I allocate large disk image for example: $ guestfish ><fs> allocate test.img 20G When an image allocating, there is a big slowdown of guest OSes, launched on host machine, and on different drives. For Linux guests with virtio drivers, there is no so big performance penalty, but for FreeBSD
2018 Mar 29
0
Re: Compilation on OL7.4 - Tests fail (possibly) due to libyajl
...and see if /tmp/root/usr/lib64/libiconv.so.2 is being copied from the host. To find out why it's not working, keep adding -v options to the supermin command line to enable more and more debug, and compare it to the source: https://github.com/libguestfs/supermin/blob/master/src/mode_build.ml#L85 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests....
2018 Mar 29
2
Compilation on OL7.4 - Tests fail (possibly) due to libyajl
2006 Jan 17
15
legacy database and finder_sql nightmare!
This is my first rails app with a legacy database and I''m having a terrible time getting the models set up correctly. I have an order table that has a primary field named order_number. I have a name table with a primary of item_number. These two tables are liked by the item_number and the order_number, but not as you might think. If the order_number is 2500, then each entry in