search for: rinclud

Displaying 3 results from an estimated 3 matches for "rinclud".

Did you mean: includ
2002 Nov 11
0
Regular Expression support
...(against 2.5.5) is attached. The implementation is simple and follows the same mechanism that is implemented for normal searches. I added these command line arguments: --rexclude=PATTERN exclude files matching regexp PATTERN --rexclude-from=FILE exclude regexp patterns listed in FILE --rinclude=PATTERN don?t exclude files matching regexp PATTERN --rinclude-from=FILE don?t exclude regexp patterns listed in FILE In order to follow the previous format, the following will also work: --include "+R PATTERN" --include "-R PATTERN" etc... I use this method to se...
2012 Dec 05
1
RInside, rcpp compilation problem
...programmer of C++ since 1990, on both Windows and Unix ... ( Solaris and Ubuntu, and Mandrake/Mandrivo Linux); I see a minor problem ...... Where is the rcpp.h header file?? The below code fails to compile as the RInside.h header file references the rcpp.h header file, which is not included with RInclude download. This is the sample code provided in one of the RInside manuals: #include <iostream> #include <RInside.h> // for the embedded R via RInside rcpp::NumericMatrix createMatrix(const int n) { Rcpp::NumericMatrix M(n,n); for (int i=0; i<n; i...
2007 Sep 11
2
Asterisk 1.4.11, res_features.so, SegFault
...--------------------------------------------------------- (gdb) bt #0 0xfebe4d0c in strlen () from /lib/libc.so.1 #1 0xfec3a386 in _ndoprnt () from /lib/libc.so.1 #2 0xfec3d144 in snprintf () from /lib/libc.so.1 #3 0x080babea in show_dialplan_helper (fd=1, context=0x0, exten=0x0, dpc=0x8047840, rinclude=0x0, includecount=0, includes=0x8047640) at pbx.c:6156 #4 0x080bb1b7 in handle_show_dialplan (fd=1, argc=2, argv=0x80478e0) at pbx.c:3663 #5 0x0808e1f0 in ast_cli_command (fd=1, s=0x0) at cli.c:1979 #6 0x08074167 in main (argc=135703622, argv=0x8047a5c) at asterisk.c:1388 ------------------...