search for: moc

Displaying 20 results from an estimated 279 matches for "moc".

Did you mean: mic
2004 Sep 30
2
OT: Kphone installation problem
...T=1 -DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBPNG=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1 -DINCLUDE_STDLIB_H=1 -DSHARE_DIR=\"/usr/local/share/kphone\" -c -o ksipoptions.moc.o ksipoptions.moc.cpp c++ -I/usr/local/qt/include -Wall -O3 -I. -I../gsm -I../ilbc -I../dissipate2 -D_REENTRANT=1 -DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBPNG=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNIST...
2012 Sep 10
1
[LLVMdev] Qt 4.7.3 moc and libc++
Hi All, I've compiled Qt 4.7.3 (yes, its an older version but 4.8 has a few issues) with clang + libc++. When I compile one of my resource files using Qt's moc, it reports: > ...x86_64-centos-linux-clang-libcxx/include/QtCore/QObjec:0: Warning: No relevant classes found. No output generated. I traced it to the presence of libc++ include path in the compilation: > -Ix86_64-centos-linux-clang-libcxx/include which is the location of libc++ headers....
2007 Oct 24
1
Compiz build error with KDE: reference to ‘Bool’ is ambiguous
...de/window-decorator' i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/qt3/include -I/opt/kde3/include -O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro -Wall -D_FORTIFY_SOURCE=2 -MT decorator.moc.o -MD -MP -MF .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 /u...
2012 Aug 24
1
if then in R versus SAS
I am new to R and I have the following SAS statements: if otype='M' and ocond='1' and entry='a.Prop' then MOC=1; else MOC=0; How would I translate that into R code? Thanks in advance -- View this message in context: http://r.789695.n4.nabble.com/if-then-in-R-versus-SAS-tp4641225.html Sent from the R help mailing list archive at Nabble.com.
2015 May 22
3
Command line mp3 player
I have a CentOS 7 server that I want to use as an audio source for our hold music. It does not have a GUI installed, so I am looking for a program with a command line interface that will let me play a folder full of mp3 files on a continuous loop. MOC seems to do what I want, but I can't find a build for CentOS 7. Is there another program that I can use for this? Thanks. -- Bowie
2006 Dec 18
2
Kde decorator not building
Kde decorator Makefiles doesn't detects kde installation dirs (include dir here, /usr/include/kde on debian). By the past, kde-config --cflags && kde-config --libs was a way to have such informations but don't seems to be working anymore :( Cedric
2010 Jul 29
4
How to extract channel-id of a user or peer
Hi, my question is how can i get channel-id of a user or peer. I tried using ChanIsAvail(username). this works correctly when user and asterisk are on Local LAN. But my asterisk server is on public ip and users are behind nat, and so this method says unknow host when used on public asterisk server. I also tried built-in variable ${CHANNEL}, but this returns the channel-id of the calling channel.
2007 Jun 07
0
Error compiling KWD
...z/gtk' Making all in kde make[2]: Entering directory `/home/joel/compiz/compiz/kde' Making all in window-decorator make[3]: Entering directory `/home/joel/compiz/compiz/kde/window-decorator' /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -o kde-window-decorator decorator.moc.o window.moc.o KWinInterface_skel.o main.o utils.o decorator.o window.o options.o ../../libdecoration/libdecoration.la -ldbus-1 -lXdamage -lXcomposite -lXfixes -L/usr/lib -L/usr/lib -lkdecore -lkdecorations -ldbus-qt-1 g++ -g -O2 -o .libs/kde-window-decorator decorator.moc.o window.moc.o KWinI...
2005 Jul 08
1
Finite Mixture Models with logistic regression
Do we have any R package that can do analysis on finite mixture model with logistic regression? Thanks Faith Feng Gao Dept. of Statistics Virginia Tech. Email: fgao at vt.edu
2006 Jun 16
1
Change the range of a 'ternaryplot'
...ackage, with the aim of make a zoom in some region of the plot? Thank you in advance Sincerely, Juan Carlos =================================== Juan Carlos Mart?nez Ovando Banco de M?xico Direcci?n General de Investigaci?n Econ?mica Cinco de Mayo No. 18, 4? Piso A Col. Centro, Del. Cuauht?moc 06059, M?xico D.F., MEXICO Tel.: +52 (55) 52.37.25.94 Fax: +52 (55) 52.37.27.03 e-mail: jcmartinez en banxico.org.mx =================================== "2006, A?o del Bicentenario del natalicio del Benem?rito de las Am?ricas, Don Benito Ju?rez Garc?a".
2006 Nov 07
2
Crash when embedding R X11 windows
Dear R developers, I've been experimenting with embedding R X11 windows into another application using KDE's QXEmbed on linux. Attempting to do so will crash R (with R 2.4.0, trunk, and I know the bug has been around in prior versions). I used to think this was related to bug #848, but I'm not sure, if / how the solution suggested there still applies to current versions of R.
2015 May 22
2
Command line mp3 player
...; I have a CentOS 7 server that I want to use as an audio source >> for our hold music. It does not have a GUI installed, so I am >> looking for a program with a command line interface that will >> let me play a folder full of mp3 files on a continuous loop. >> >> MOC seems to do what I want, but I can't find a build for CentOS >> 7. Is there another program that I can use for this? >> >> Thanks. > > This something I used years ago: > > http://mpg321.sourceforge.net/ > > Don't know if it works on CentOS 7 anymore....
2007 Mar 21
1
KWD crashes
...0x000000000041789d in KWD::Window::processDamage (this=0x6b8350) at window.cpp:2005 #3 0x000000000040d1b1 in KWD::Decorator::processDamage (this=0x529900) at /usr/qt/3/include/qmap.h:251 #4 0x000000000040b63e in KWD::Decorator::qt_invoke (this=0x529900, _id=23, _o=0x7fff7c120a40) at decorator.moc.cpp:112 #5 0x00002ab82fc99b58 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3 #6 0x00002ab82fc9a2c2 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3 #7 0x00002ab82fcb6b75 in QTimer::event () from /usr/qt/3/lib/libqt-mt.so.3 #8 0x00002ab82fc3eadd in QApplication:...
2005 Nov 07
4
Time-measurement in milliseconds
Hi there I'm loking for a time-measurement to measure time-differences in milliseconds. On my search, I only found the following: - package "base": Sys.time() -> only second-accuracy - package "R.utils": System$currentTimeMillis() -> returns integer of milliseconds, but accuracy is only whole seconds too. At the moment I run every bit of code to measure
2017 Aug 16
5
strange behaviour read.table and clipboard
...odchylkou. > > - trv? odes?latel na tom, ?e p??slu?n? smlouva je uzav?ena teprve v?slovn?m > dosa?en?m shody na v?ech jej?ch n?le?itostech. > > - odes?latel tohoto emailu informuje, ?e nen? opr?vn?n uzav?rat za spole?nost > ??dn? smlouvy s v?jimkou p??pad?, kdy k tomu byl p?semn? zmocn?n nebo > p?semn? pov??en a takov? pov??en? nebo pln? moc byly adres?tovi tohoto > emailu p??padn? osob?, kterou adres?t zastupuje, p?edlo?eny nebo jejich > existence je adres?tovi ?i osob? j?m zastoupen? zn?m?. > > > > This e-mail and any documents attached to it may be confid...
2004 Oct 07
5
'with' usage question
Default arguments are evaluated in the function frame, not in the calling environment (nor in the same place as explicit arguments). > Which to me reads that a with statement as above is equivalent to > > > attach(data) ; aov.SS1(y=Obs) ; detach(data) > > Or is that just wishful thinking?? The latter. On Thu, 7 Oct 2004, RenE J.V. Bertin wrote: > Hello, > >
2017 Aug 17
2
strange behaviour read.table and clipboard
...s?latel na tom, ?e p??slu?n? smlouva je uzav?ena teprve v?slovn?m > >> dosa?en?m shody na v?ech jej?ch n?le?itostech. > >>> - odes?latel tohoto emailu informuje, ?e nen? opr?vn?n uzav?rat za > spole?nost > >> ??dn? smlouvy s v?jimkou p??pad?, kdy k tomu byl p?semn? zmocn?n nebo > >> p?semn? pov??en a takov? pov??en? nebo pln? moc byly adres?tovi tohoto > >> emailu p??padn? osob?, kterou adres?t zastupuje, p?edlo?eny nebo jejich > >> existence je adres?tovi ?i osob? j?m zastoupen? zn?m?. > >>> This e-mail and any documents att...
2017 Jul 10
4
fit lognorm to cdf data
...strany p??jemce s dodatkem ?i odchylkou. - trv? odes?latel na tom, ?e p??slu?n? smlouva je uzav?ena teprve v?slovn?m dosa?en?m shody na v?ech jej?ch n?le?itostech. - odes?latel tohoto emailu informuje, ?e nen? opr?vn?n uzav?rat za spole?nost ??dn? smlouvy s v?jimkou p??pad?, kdy k tomu byl p?semn? zmocn?n nebo p?semn? pov??en a takov? pov??en? nebo pln? moc byly adres?tovi tohoto emailu p??padn? osob?, kterou adres?t zastupuje, p?edlo?eny nebo jejich existence je adres?tovi ?i osob? j?m zastoupen? zn?m?. This e-mail and any documents attached to it may be confidential and are intended only for i...
2016 May 30
0
LLVM Weekly - #126, May 30th 2016
...blog.pyston.org/2016/05/25/pyston-0-5-released/). The main changes are a switch to reference counting and NumPy compatibility. I don't want to become "C++ weekly", but I think this audience appreciates a fun use of C++ features. [Verdigris](https://woboq.com/blog/verdigris-qt-without-moc.html) is a header-only library that allows you to use Qt5 without the moc preprocessor. The call for papers for the [3rd workshop on the LLVM compiler infrastructure in HPC](http://lists.llvm.org/pipermail/llvm-dev/2016-May/100107.html) has been published. The deadline for paper submission is Sept...
2017 Jul 04
6
R and UBUNTU startup
...strany p??jemce s dodatkem ?i odchylkou. - trv? odes?latel na tom, ?e p??slu?n? smlouva je uzav?ena teprve v?slovn?m dosa?en?m shody na v?ech jej?ch n?le?itostech. - odes?latel tohoto emailu informuje, ?e nen? opr?vn?n uzav?rat za spole?nost ??dn? smlouvy s v?jimkou p??pad?, kdy k tomu byl p?semn? zmocn?n nebo p?semn? pov??en a takov? pov??en? nebo pln? moc byly adres?tovi tohoto emailu p??padn? osob?, kterou adres?t zastupuje, p?edlo?eny nebo jejich existence je adres?tovi ?i osob? j?m zastoupen? zn?m?. This e-mail and any documents attached to it may be confidential and are intended only for i...