search for: extlib

Displaying 11 results from an estimated 11 matches for "extlib".

2009 Apr 16
1
[LLVMdev] OpenMPI and llvm-gcc
...istribution on my MacBook Pro running OS 10.5.6. Installation using the gcc (gcc version 4.0.1 (Apple Inc. build 5490)) worked well. But for the llvm-gcc I get the following error message (during the make): > .... > Making all in vtfilter > llvm-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../extlib/otf/otflib - > I../../extlib/otf/otflib -I../../vtlib/ -I../../vtlib -D_REENTRANT - > fopenmp -DVT_OMP -O2 -MT vtfilter-vt_filter.o -MD -MP -MF .deps/ > vtfilter-vt_filter.Tpo -c -o vtfilter-vt_filter.o `test -f > 'vt_filter.cc' || echo './'`vt_filter.cc > mv -f...
2009 Apr 17
0
[LLVMdev] Fwd: OpenMPI and llvm-gcc
Yes I think I can. The original compile line was: llvm-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../extlib/otf/otflib -I../../ extlib/otf/otflib -I../../vtlib/ -I../../vtlib -D_REENTRANT -fopenmp - DVT_OMP -O2 -MT vtfilter-vt_tracefilter.o -MD -MP -MF .deps/vtfilter- vt_tracefilter.Tpo -c -o vtfilter-vt_tracefilter.o `test -f 'vt_tracefilter.cc' || echo './'`vt_tracefilter.cc I pr...
2017 Nov 07
1
Re: [PATCH v2 1/4] common/mlstdutils: Extend the List module.
On Sunday, 8 October 2017 23:26:53 CET Richard W.M. Jones wrote: > We defined a number of functions on lists which are not provided by > the standard library. As with Char and String, let's extend List to > add these new functions to a List pseudo-module (really > Std_utils.List, but called List when you ‘open Std_utils’). > > The initial exported functions are all List
2011 Oct 19
4
Using SQL "IN" with RJDBC or RMySQL
...atter of string massaging, but I'm not certain. I've tried to build the query using sprintf statements with no luck. I could not get RMySQL to do it either. Any suggestions? thank you, -david library(RJDBC) drv <- JDBC("com.mysql.jdbc.Driver", "/home/davideps/Software/extlibs/mysql-connector-java-5.0.7-bin.jar",identifier.quote="`") conn <- dbConnect(drv, "jdbc:mysql://localhost/civicrm", "userid","pass") org_table=dbGetQuery(conn,"SELECT id,organization_name FROM civicrm_contact WHERE contact_type=?","or...
2009 Mar 22
1
Problem running autotest in rails 2.3
...list of my gems: *** LOCAL GEMS *** actionmailer (2.3.2, 2.2.2) actionpack (2.3.2, 2.2.2) activerecord (2.3.2, 2.2.2) activeresource (2.3.2, 2.2.2) activesupport (2.3.2, 2.2.2) cgi_multipart_eof_fix (2.5.0) chronic (0.2.3) columnize (0.3.0) daemons (1.0.10) darkfish-rdoc (1.1.5) diff-lcs (1.1.2) extlib (0.9.10) fastthread (1.0.1) gem_plugin (0.2.3) highline (1.5.0) hoe (1.9.0) hpricot (0.6.164) libxml-ruby (0.9.8) linecache (0.43) mongrel (1.1.5) mysql (2.7) newgem (1.2.3) rack (0.9.1) rails (2.3.2, 2.2.2) rake (0.8.4, 0.8.3) rcov (0.8.1.2.0) rdoc (2.4.1) RedCloth (4.1.9) rhodes (0.3.0) rspec (1....
2011 Apr 16
17
Rails 3 Crashing On Windows 7
Hi guys, I have Rails 3 running on Windows 7 with Ruby 1.9.2 Every now and again, my server crashes, and I see the following information in the windows event log: Faulting application name: ruby.exe, version: 1.9.2.180, time stamp: 0x4d5ee5ed Faulting module name: msvcrt-ruby191.dll, version: 1.9.2.180, time stamp: 0x4d5ee5ec Exception code: 0xc0000005 Fault offset: 0x0011a00e Faulting process
2009 Oct 02
1
[PATCH libguestfs] build: fix compile error
...-warn-error A -I .. mlguestfs.cmxa $< -o $@ if BUILD_OCAML_VIEWER noinst_SCRIPTS += viewer viewer: throbber.ml xmllight_loader.mli xmllight_loader.ml viewer.ml - ocamlducefind opt \ + ocamlducefind opt $(OCAMLFINDFLAGS) \ -warn-error A \ -thread \ -package libvirt,lablgtk2,extlib,xml-light,ocamlduce,threads -I .. \ @@ -30,4 +33,4 @@ throbber.ml: Throbber.png Throbber.gif endif -endif \ No newline at end of file +endif -- 1.6.5.rc2.177.ga9dd6
2009 Mar 21
0
Problem running Rdoc from Rake in Rails 2.3
...23 maco$ gem list *** LOCAL GEMS *** actionmailer (2.3.2, 2.2.2) actionpack (2.3.2, 2.2.2) activerecord (2.3.2, 2.2.2) activeresource (2.3.2, 2.2.2) activesupport (2.3.2, 2.2.2) cgi_multipart_eof_fix (2.5.0) chronic (0.2.3) columnize (0.3.0) daemons (1.0.10) darkfish-rdoc (1.1.5) diff-lcs (1.1.2) extlib (0.9.10) fastthread (1.0.1) gem_plugin (0.2.3) highline (1.5.0) hoe (1.9.0) hpricot (0.6.164) libxml-ruby (0.9.8) linecache (0.43) mongrel (1.1.5) mysql (2.7) newgem (1.2.3) rack (0.9.1) rails (2.3.2, 2.2.2) rake (0.8.4, 0.8.3) rcov (0.8.1.2.0) rdoc (2.4.1) RedCloth (4.1.9) rhodes (0.3.0) rspec (1....
2017 Oct 08
0
[PATCH v2 3/4] common/mlstdutils: Introduce Option submodule.
Inspired by ocaml-extlib, introduce a module for handling option types. We already had the ‘may’ function (which becomes ‘Option.may’). This adds also ‘Option.map’ (unused), and ‘Option.default’ functions. Note this does *not* introduce the unsafe ‘Option.get’ function from extlib. --- builder/builder.ml |...
2017 Oct 08
7
[[PATCH v2 0/4] common/mlstdutils: Add Std_utils List and Option modules.
This time including the first commit ...
2017 Oct 08
4
[PATCH 0/3] common/mlstdutils: Add Std_utils List and Option modules.
In Std_utils we already extend Char and String. These commits take it a little further by extending List and adding a new Option submodule. All basically simple refactoring. Rich.