search for: xdef

Displaying 20 results from an estimated 20 matches for "xdef".

Did you mean: vdef
2013 Feb 27
3
Getting compilation error while installing Dhadi
...uded from /usr/local/src/Asterisk/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi/xpp/xpd.h:26, from /usr/local/src/Asterisk/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi/xpp/card_bri.c:29: /usr/local/src/Asterisk/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi/xpp/xdefs.h:152: error: conflicting types for ?bool? include/linux/types.h:36: error: previous declaration of ?bool? was here make[4]: *** [/usr/local/src/Asterisk/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi/xpp/card_bri.o] Error 1 make[3]: *** [/usr/local/src/Asterisk/dahdi-linux-complete-2.6.1+2....
2013 Apr 16
2
erro compiling dahdi
...I get the following error : In file included from /usr/src/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi/xpp/xpd.h:26, from /usr/src/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi/xpp/card_bri.c:29: /usr/src/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi/xpp/xdefs.h:152: error: conflicting types for 'bool' include/linux/types.h:36: error: previous declaration of 'bool' was here make[4]: *** [/usr/src/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi/xpp/card_bri.o] Error 1 make[3]: *** [/usr/src/dahdi-linux-complete-2.6.1+2.6.1/linux/...
2004 Dec 02
2
regex to match word boundaries
...;, "X", "abc def") # nothing done [1] "abc def" > gsub("\\B", "X", "abc def") # as expected, I think [1] "aXbXc dXeXf" > gsub("\\b", "X", "abc def", perl = TRUE) # not as expected [1] "abc Xdef" > gsub("\\B", "X", "abc def", perl = TRUE) # as expected [1] "aXbXc dXeXf" > R.version.string # Windows 2000 [1] "R version 2.0.1, 2004-11-27"
2013 Feb 15
2
dahdi-linux dahdi-tools and libpri/libpri-
...vers/dahdi/xpp/xpp_version.h CC [M] /usr/src/dahdi-linux-2.6.1/drivers/dahdi/xpp/card_bri.o In file included from /usr/src/dahdi-linux-2.6.1/drivers/dahdi/xpp/xpd.h:26, from /usr/src/dahdi-linux-2.6.1/drivers/dahdi/xpp/card_bri.c:29: /usr/src/dahdi-linux-2.6.1/drivers/dahdi/xpp/xdefs.h:152: error: conflicting types for ?bool? include/linux/types.h:36: error: previous declaration of ?bool? was here make[3]: *** [/usr/src/dahdi-linux-2.6.1/drivers/dahdi/xpp/card_bri.o] Error 1 make[2]: *** [/usr/src/dahdi-linux-2.6.1/drivers/dahdi/xpp] Error 2 make[1]: *** [_module_/usr/src/dahd...
2019 Jul 18
4
Gráfico tiempos de supervivencia
Hola, Sí, lo puedes hacer de esta forma... #----------------- set.seed(20) DATOS <- data.frame ( ID = c (1:10) , TIEMPO = sample(1:40, 10, replace=F) , DEF = as.factor(sample(c(0,1), 10, replace=T)) ) library(ggplot2) ggplot( data = DATOS ) + geom_point( aes(x = TIEMPO, y = ID , shape = DEF, color = DEF), size = 5 ) + geom_segment( aes( x = 0, y = ID, xend =
2007 Oct 24
1
Compiz build error with KDE: reference to ‘Bool’ is ambiguous
....deps/decorator.moc.Tpo -c -o decorator.moc.o decorator.moc.cpp In file included from ../../include/decoration.h:33, from decorator.h:41, from decorator.moc.cpp:11: /usr/include/X11/extensions/Xrender.h:75: error: reference to ?Bool? is ambiguous /usr/include/X11/Xdefs.h:49: error: candidates are: typedef int Bool /opt/kde3/include/fixx11h.h:65: error: typedef X::XBool X::Bool If might not be compiz related (0.5.2 build went fine some times ago), but maybe you can help me here. The problem is not dependent on the kde release either. Thanks,...
2014 Oct 20
1
bristuff-0.4.0-RC4-xr7
...9/kernel/xpp/card_bri.o In file included from /usr/src/bristuff-0.4.0-RC4-xr7/zaptel-1.4.12.9.svn.r4649/kernel/xpp/xpd.h:26, from /usr/src/bristuff-0.4.0-RC4-xr7/zaptel-1.4.12.9.svn.r4649/kernel/xpp/card_bri.c:29: /usr/src/bristuff-0.4.0-RC4-xr7/zaptel-1.4.12.9.svn.r4649/kernel/xpp/xdefs.h:157: error: conflicting types for ?bool? include/linux/types.h:36: error: previous declaration of ?bool? was here In file included from /usr/src/bristuff-0.4.0-RC4-xr7/zaptel-1.4.12.9.svn.r4649/kernel/xpp/xpd.h:31, from /usr/src/bristuff-0.4.0-RC4-xr7/zaptel-1.4.12.9.svn.r4649/k...
2019 Jan 19
0
[PATCH xf86-video-nouveau] Check for xf86CursorResetCursor()
..., 1, + [Have xf86CursorResetCursor API])], [], + [#include <xorg-server.h> + #include <xf86Cursor.h>]) + AC_CHECK_HEADERS([list.h], [have_list_h="yes"], [have_list_h="no"], [#include <X11/Xdefs.h> diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 2480122..2ca49bd 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -522,7 +522,11 @@ drmmode_set_mode_major(xf86CrtcPtr crtc, DisplayModePtr mode, crtc->funcs->gamma_set(crtc, crtc->gamma_red, crtc-&g...
2004 Jan 29
2
Finding Sweave.sty and other problems
...since I wasn't doing a \csname. ! Missing \endcsname inserted. <to be read again> \protect l.4 \begin {document} The control sequence marked <to be read again> should not appear between \csname and \endcsname. ! Extra \endcsname. \@pass at ptions ...xdef \csname opt@#3.#1\endcsname {\@ifundefined {opt@#3.#1}... l.4 \begin {document} I'm ignoring this, since I wasn't doing a \csname. ! Missing \endcsname inserted. <to be read again> \protect l.4 \begin...
2013 Jan 25
0
DAHDI-Linux 2.6.2-rc1 Released
...base.c | 3 +- drivers/dahdi/wct4xxp/base.c | 12 +- drivers/dahdi/wctdm24xxp/base.c | 43 ++++--- drivers/dahdi/wcte12xp/base.c | 238 +++++++++++++++++++++++++++++++------- drivers/dahdi/wcte12xp/wcte12xp.h | 1 + drivers/dahdi/xpp/card_global.c | 12 +- drivers/dahdi/xpp/xdefs.h | 14 ++- drivers/dahdi/xpp/xpp_dahdi.c | 4 +- include/dahdi/kernel.h | 2 +- 10 files changed, 292 insertions(+), 78 deletions(-) For a full list of changes in these releases, please see the shortlog at: http://git.asterisk.org/gitweb/?p=dahdi/linux.git;a=shortlog;...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available xorg-server macros, defaults and more closely match other modern Xorg drivers. Notable improvements: - gitignore fully covers potential build artifacts - Simplify logic given stated minimum required version of xorg-server 1.8 - Remove use of deprecated, outdated or no longer required macros - Utilize xorg macros where
2013 Mar 08
0
DAHDI-Linux and DAHDI-Tools 2.6.2 Now Available
...-- drivers/dahdi/wcb4xxp/base.c | 3 +- drivers/dahdi/wct4xxp/base.c | 12 +- drivers/dahdi/wctdm24xxp/base.c | 43 +-- drivers/dahdi/wcte12xp/base.c | 238 +++++++++++++--- drivers/dahdi/wcte12xp/wcte12xp.h | 1 + drivers/dahdi/xpp/card_global.c | 12 +- drivers/dahdi/xpp/xdefs.h | 14 +- drivers/dahdi/xpp/xpp_dahdi.c | 4 +- include/dahdi/kernel.h | 10 +- 12 files changed, 300 insertions(+), 634 deletions(-) For a full list of changes in these releases, please see the shortlog at: http://git.asterisk.org/gitweb/?p=dahdi/linux.git;a=shortlog...
2013 Mar 08
0
DAHDI-Linux and DAHDI-Tools 2.6.2 Now Available
...-- drivers/dahdi/wcb4xxp/base.c | 3 +- drivers/dahdi/wct4xxp/base.c | 12 +- drivers/dahdi/wctdm24xxp/base.c | 43 +-- drivers/dahdi/wcte12xp/base.c | 238 +++++++++++++--- drivers/dahdi/wcte12xp/wcte12xp.h | 1 + drivers/dahdi/xpp/card_global.c | 12 +- drivers/dahdi/xpp/xdefs.h | 14 +- drivers/dahdi/xpp/xpp_dahdi.c | 4 +- include/dahdi/kernel.h | 10 +- 12 files changed, 300 insertions(+), 634 deletions(-) For a full list of changes in these releases, please see the shortlog at: http://git.asterisk.org/gitweb/?p=dahdi/linux.git;a=shortlog...
2006 Aug 04
1
Questions about sweave...
...since I wasn't doing a \csname. ! Missing \endcsname inserted. <to be read again> \protect l.5 \begin {document} The control sequence marked <to be read again> should not appear between \csname and \endcsname. ! Extra \endcsname. \@pass at ptions ...xdef \csname opt@#3.#1\endcsname {\@ifundefined {opt@#3.#1}... l.5 \begin {document} I'm ignoring this, since I wasn't doing a \csname. ! Missing \endcsname inserted. <to be read again> \protect l.5 \begin...
2006 Nov 30
6
zaptel compilation problems with linux 2.6.19
...6.19 kernel CC [M] /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.o In file included from /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/xpd.h:26, from /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.c:28: /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/xdefs.h:93: error: conflicting types for 'bool' include/linux/types.h:36: error: previous declaration of 'bool' was here In file included from /home/roman/install/asterisk/zaptel-1.4.0-beta2/zconfig.h:9, from /home/roman/install/asterisk/zaptel-1.4.0-beta2/zaptel.h:34, from /home/roman...
2011 Oct 28
3
[LLVMdev] DIBuilder - what's with the null compile units?
On Mon, Oct 24, 2011 at 9:17 AM, Devang Patel <dpatel at apple.com> wrote: > > On Oct 23, 2011, at 12:03 AM, Talin wrote: > > Just a follow up on this - I am still having problems, I never did figure > out a solution. (I've been running with debug off for the last month so that > I could get work done.) > > Here's what I am seeing: I am definitely calling
2013 May 29
0
DAHDI-Linux and DAHDI-Tools 2.7.0-rc1 Now Available
...| 1263 ++++---- drivers/dahdi/xpp/xbus-core.h | 326 +- drivers/dahdi/xpp/xbus-pcm.c | 827 ++--- drivers/dahdi/xpp/xbus-pcm.h | 111 +- drivers/dahdi/xpp/xbus-sysfs.c | 573 ++-- drivers/dahdi/xpp/xdefs.h | 100 +- drivers/dahdi/xpp/xframe_queue.c | 187 +- drivers/dahdi/xpp/xframe_queue.h | 29 +- drivers/dahdi/xpp/xpd.h | 203 +- drivers/dahdi/xpp/xpp_dahdi.c | 714 ++--- drivers/d...
2013 May 29
0
DAHDI-Linux and DAHDI-Tools 2.7.0-rc1 Now Available
...| 1263 ++++---- drivers/dahdi/xpp/xbus-core.h | 326 +- drivers/dahdi/xpp/xbus-pcm.c | 827 ++--- drivers/dahdi/xpp/xbus-pcm.h | 111 +- drivers/dahdi/xpp/xbus-sysfs.c | 573 ++-- drivers/dahdi/xpp/xdefs.h | 100 +- drivers/dahdi/xpp/xframe_queue.c | 187 +- drivers/dahdi/xpp/xframe_queue.h | 29 +- drivers/dahdi/xpp/xpd.h | 203 +- drivers/dahdi/xpp/xpp_dahdi.c | 714 ++--- drivers/d...
2013 Jun 07
0
DAHDI-Linux and DAHDI-Tools 2.7.0 Now Available
...| 1263 ++++---- drivers/dahdi/xpp/xbus-core.h | 326 +- drivers/dahdi/xpp/xbus-pcm.c | 827 ++--- drivers/dahdi/xpp/xbus-pcm.h | 111 +- drivers/dahdi/xpp/xbus-sysfs.c | 573 ++-- drivers/dahdi/xpp/xdefs.h | 100 +- drivers/dahdi/xpp/xframe_queue.c | 187 +- drivers/dahdi/xpp/xframe_queue.h | 29 +- drivers/dahdi/xpp/xpd.h | 203 +- drivers/dahdi/xpp/xpp_dahdi.c | 714 ++--- drivers/d...
2013 Jun 07
0
DAHDI-Linux and DAHDI-Tools 2.7.0 Now Available
...| 1263 ++++---- drivers/dahdi/xpp/xbus-core.h | 326 +- drivers/dahdi/xpp/xbus-pcm.c | 827 ++--- drivers/dahdi/xpp/xbus-pcm.h | 111 +- drivers/dahdi/xpp/xbus-sysfs.c | 573 ++-- drivers/dahdi/xpp/xdefs.h | 100 +- drivers/dahdi/xpp/xframe_queue.c | 187 +- drivers/dahdi/xpp/xframe_queue.h | 29 +- drivers/dahdi/xpp/xpd.h | 203 +- drivers/dahdi/xpp/xpp_dahdi.c | 714 ++--- drivers/d...