Displaying 20 results from an estimated 58 matches for "wmc".
Did you mean:
wc
2013 Oct 17
1
pamer.fnc y la nueva versión de R
...require(LCFdata)
data(eeg)
# restrict to electrode Fz and 80--180 ms window
eeg <- eeg[eeg$Time >= 80 & eeg$Time <= 180, ]
eeg <- eeg[, c("Subject", "Item", "Time", "Fz",
"FreqB", "LengthB", "WMC")]
# mean center FreqB
eeg$FreqBc <- eeg$FreqB - mean(eeg$FreqB)
# split FreqBc into 3 categories. Doesn’t make sense,
# but it’s merely for example
eeg$FreqBdc <- "high"
eeg$FreqBdc[eeg$FreqBc<=quantile(eeg$FreqBc)[3]] <- "mid"
eeg$FreqBdc[eeg$Fre...
2001 Mar 11
3
Cannot even compile Wine
...ctory `/share/Emulators/wine-20010305/tools/winebuild'
../../tools/makedep -I. -I. -I../../include -I../../include -C. import.c
main.c parser.c relay.c res16.c res32.c spec16.c spec32.c utils.c -C.
make[2]: Leaving directory `/share/Emulators/wine-20010305/tools/winebuild'
cd `dirname wmc/__depend__` && make depend
make[2]: Entering directory `/share/Emulators/wine-20010305/tools/wmc'
../../tools/makedep -I. -I. -I../../include -I../../include -C. lang.c
mcl.c utils.c wmc.c write.c mcy.y -C.
make[2]: Leaving directory `/share/Emulators/wine-20010305/tools/wmc'
c...
2001 Apr 19
0
lex error building on Solaris 8
...attempting to build wine 20010326 on
Solaris 8, MU3
./tools/wineinstall
...
cd `dirname winebuild/__depend__` && make depend
../../tools/makedep -I. -I. -I../../include -I../../include -C.
import.c main.c parser.c relay.c res16.c res32.c spec16.c
spec32.c utils.c -C.
cd `dirname wmc/__depend__` && make depend
../../tools/makedep -I. -I. -I../../include -I../../include -C. lang.c
mcl.c utils.c wmc.c write.c mcy.y -C.
cd `dirname wrc/__depend__` && make depend
lex -Cf -d -Ppp -8 -olex.ppl.c ./ppl.l
lex: illegal option-- C
Usage: lex [-ewctvnVY] [-Q(y/n)] [f...
2020 Feb 16
0
Wine release 5.2
...id copying the decomposition data when not necessary.
unicode: Expand surrogates in decomposition tables.
unicode: Move the combining class table to ntdll.
kernel32/tests: Optionally test the entire NormalizationTest.txt file.
wrc: Directly implement UTF-8 conversions.
wmc: Directly implement UTF-8 conversions.
libport: Move wine_fold_string implementation back to libwine and make it obsolete.
libport: Move wine_compare_string implementation back to libwine and make it obsolete.
libport: Move wine_cpsymbol functions back to libwine and make them obs...
2002 Jul 18
1
debian potato cvs wine segfaults on compile
...code
-lwine_unicode -lm
make[2]: Leaving directory `/home/kreator/files/wine/dlls/ntdll'
rm -f libntdll.so && ln -s ntdll/libntdll.so libntdll.so
make[2]: Entering directory `/home/kreator/files/wine/dlls/kernel'
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/wmc/wmc -i -H
/dev/null -o messages/winerr_enu.mc.rc messages/winerr_enu.mc
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/wrc/wrc -I.
-I. -I../../include -I../../include -o kernel.res -r kernel.rc
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH"
../../tools/winebuil...
2004 May 06
3
tcng ingress policing question
Hi all
I started playing with tcng to generate my tc rules, but I have some
difficulty implementing my rules...
The script below generates an error:
# Device eth0
tc qdisc add dev eth0 ingress
beginner.tc:2: don''t know how to build meter for this
The script is below, I changed the real IP numbers for XXs and YYs,
since it doesn''t really matter what they are. eth0 is the
2008 Nov 19
7
Appiing patches to wine GIT
I have never applied patches to wine, so i have a question:
I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then
When i entered
$patch -p1 < cursor-patches-1.1.8.patch
#receive
$Reversed (or previously applied) patch detected! Assume -R? [n]
Does it miens that patch no needed? Already installed?
2009 Dec 26
3
Unable to compile wine on WinXP with Cygwin
...ake[2]: Leaving directory `/home/Alex/wine-git/tools/winedump'
make[2]: Entering directory `/home/Alex/wine-git/tools/winegcc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/tools/winegcc'
make[2]: Entering directory `/home/Alex/wine-git/tools/wmc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/tools/wmc'
make[2]: Entering directory `/home/Alex/wine-git/tools/wrc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/tools/wrc'
make[1]: Leaving d...
2001 Jun 04
1
*** liste wine ***
...: Quitte le r?pertoire `/home/j/src/wine/tools/specmaker'
make[2]: Entre dans le r?pertoire `/home/j/src/wine/tools/winebuild'
make[2]: Rien ? faire pour `all'.
make[2]: Quitte le r?pertoire `/home/j/src/wine/tools/winebuild'
make[2]: Entre dans le r?pertoire `/home/j/src/wine/tools/wmc'
make[2]: Rien ? faire pour `all'.
make[2]: Quitte le r?pertoire `/home/j/src/wine/tools/wmc'
make[2]: Entre dans le r?pertoire `/home/j/src/wine/tools/wrc'
make[2]: Rien ? faire pour `all'.
make[2]: Quitte le r?pertoire `/home/j/src/wine/tools/wrc'
make[1]: Quitte le r?pert...
2011 Feb 04
0
Wine release 1.3.13
...UTF-8 encoding name from resources instead of using GetCPInfoEx.
winex11.drv: Remove unused constant, and fix a comment.
winex11.drv: Improve error handling in bitmap synthesizing code.
Alexandre Julliard (53):
dbghelp: Use Dwarf debug info even when part of it is missing.
wmc: Add a copy of the strmake utility function.
wmc: Store input file location for each individual message.
wmc: Add support for generating a po template file.
wmc: Add support for generating message translations based on po files.
makefiles: Add rules to update po files from ....
2012 Apr 15
6
Can not uninstall / remove Wine 1.5.0
I have been trying to upgrade to 1.5.2 from 1.5.0
I can't seem to get rid of it. I have Removed it via Software Center, Synaptics Package Manager, and some command lines.
Killed orphan files.
typing;
wine --version
give;
wine-1.5.0
Please help me remove.. I need to install 1.5.2
Note: Im a novice.. so might have to spell out what to type in command line.
Thanks
2013 Oct 11
0
Wine release 1.7.4
...igure: Use the correct strip program when installing.
configure: Disable tools by default when cross-compiling.
configure: Add enable options for all modules to the recognized option list.
makefiles: Link libwine statically into the tools to avoid run-time path dependencies.
wmc: Add support for long command-line options.
wmc: Load translations from mo files instead of po.
tools: Upgrade the install-sh script.
configure: Use the standard MKDIR_P macro to create directories.
makefiles: Define __WINESRC__ globally.
makefiles: Generate the loader...
2018 Dec 28
0
Wine release 4.0-rc4
...ave in the target folder
----------------------------------------------------------------
Changes since 4.0-rc3:
Alexander Coffin (1):
cmd/tests: Add some tests for "choice".
Alexandre Julliard (4):
include: Add more language codes.
wrc: Support more languages.
wmc: Support more languages.
user32: Clear %edi register when calling window procedure.
André Hentschel (2):
shlwapi: Remove dead code (coverity).
ntdll: Use correct PC for instruction decoding on ARM64.
Dmitry Timoshkov (1):
kernel32: CreateDirectory shouldn't return ERRO...
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
...s matching the u32 filter (in this case 10.0.0.1) will go to the 1:1 class and be limited to the 75 kilobytes per second.
>
> cheers
>
> charles
>
>
> --__--__--
>
> Message: 2
> Date: Thu, 06 May 2004 16:16:04 +0200
> From: Simon Oosthoek <simon.oosthoek@ti-wmc.nl>
> Organization: WMC
> To: lartc@mailman.ds9a.nl
> Subject: [LARTC] tcng ingress policing question
>
> Hi all
>
> I started playing with tcng to generate my tc rules, but I have some
> difficulty implementing my rules...
>
> The script below generates an erro...
2007 Mar 19
1
Wile: Error when executing "make" in SimplyMepis 3.4.3
...ine-0.9.28/tools/winedump'
make[2]: Entering directory
`/home/zheng/Desktop/wine-0.9.28/tools/winegcc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/zheng/Desktop/wine-0.9.28/tools/winegcc'
make[2]: Entering directory `/home/zheng/Desktop/wine-0.9.28/tools/wmc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/zheng/Desktop/wine-0.9.28/tools/wmc'
make[2]: Entering directory `/home/zheng/Desktop/wine-0.9.28/tools/wrc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/zheng/Desktop/wine-0.9....
2011 Jan 08
2
Wine-1.3.11 will not compile for me
...1.3.11 I'm stuck and don't know how to help myself. Please give me some ideas.
As usual, I started compiling wine by "./configure; make"
However, I'm suddenly stuck at this point:
Code:
---- SNIP ----
make[1]: Leaving directory `/home/sheridan/Let?lt?s/wine-1.3.11/tools/wmc'
make[1]: Entering directory `/home/sheridan/Let?lt?s/wine-1.3.11/tools/wrc'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DINCLUDEDIR="\"/usr/local/include/wine\"" -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwr...
2004 Jul 16
7
some questions on uniden uip200
hello,
yesterday the uniden uip200 phone was recommended to someone. i am looking
for an alternative to grandstream bt-100 because i can not do a supervised
tranfer with it. here my questions:
1) does the uip200 support supervised transfers?
2) can i buy the phones in europe, especially in germany?
thanks in advance,
jan goericke
2002 Oct 05
6
Problems with installing
...directory `/home/wayne/wine2/wine/tools/winebuild'
make[2]: Entering directory `/home/wayne/wine2/wine/tools/winedump'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/wayne/wine2/wine/tools/winedump'
make[2]: Entering directory `/home/wayne/wine2/wine/tools/wmc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/wayne/wine2/wine/tools/wmc'
make[2]: Entering directory `/home/wayne/wine2/wine/tools/wrc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/wayne/wine2/wine/tools/wrc'
make[1]:...
2013 Nov 08
0
Wine release 1.7.6
...wined3d: Fix resultarg state handling in nvrc/nvts code.
Alexandre Julliard (31):
makefiles: Generate explicit build rules for C source files from makedep.
makefiles: Expand srcdir directly into the top-level makefile.
makefiles: Build makedep from the top-level makefile.
wmc: Don't put timestamps in generated files.
wrc: Remove an unused variable.
wmc: Define WINE_UNICODE_API directly in the source.
wrc: Define WINE_UNICODE_API directly in the source.
sfnt2fnt: Define WINE_UNICODE_API directly in the source.
user32: Create the desktop...
2013 Nov 15
0
Wine release 1.6.1
...rain function.
gdi32: Add more helpers for converting font sizes to logical coordinates.
gdi32: Add a check for overflow in DIB dimensions.
server: Trigger a repaint on layered windows the first time the attributes are set.
msxml3: Don't use libxslt without libxml.
wmc: Add support for long command-line options.
wmc: Load translations from mo files instead of po.
gdi32: Remove freetype compatibility cruft that doesn't compile.
Alistair Leslie-Hughes (1):
windowscodecsext: Add stub DllGetClassObject.
Andrew Cook (1):
ntdll: Implement...