Displaying 9 results from an estimated 9 matches for "mconsol".
Did you mean:
consol
2005 May 27
1
Crypt32: cant build tests
I cant build the new crypt32 tests added by Kees Cook with the latest CVS.
I actually get undefined references to CryptUnprotectData :
[syl@wine tests]$ make
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole protectdata.o testlist.o -o
crypt32_test.exe.so -L../../../libs/port -lwine_port -L../../../dlls -L../../../dlls/crypt32
-L../../../libs -lcrypt32
protectdata.o(.text+0x39a): In function `func_protectdata':
/home/syl/wine/dlls/crypt32/tests/protectdata.c:114: undefined reference to `CryptUnpr...
2008 Oct 23
1
Wine install problem - undefined reference to `bMenuVisible'
...ing directory `/home/pat/wine-git/dlls/urlmon/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/pat/wine-git/dlls/urlmon/tests'
make[2]: Entering directory `/home/pat/wine-git/dlls/user32/tests'
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole broadcast.o class.o clipboard.o combo.o cursoricon.o dce.o dde.o dialog.o edit.o generated.o input.o listbox.o menu.o monitor.o msg.o resource.o scroll.o static.o sysparams.o text.o win.o winstation.o wsprintf.o testlist.o resource.res -o user32_test.exe.so ../../../libs/port/libwine_port.a -l...
2005 Apr 02
1
Compilation fails
...' in ./tools/wineinstall. which I have changed to
prefix=/usr/local/Wine.
But wineinstall exits with the following error message:{{{
make[2]: Entering directory `/ext3/pkgs2/ztmp/Downloads/Wine-20050310/wine-20050310/programs/winetest'
../../tools/winegcc/winegcc -B../../tools/winebuild -mconsole gui.o main.o send.o util.o winetest.exe.dbg.o winetest.res -o winetest.exe.so -L../../dlls -lcomctl32 -luser32 -lgdi32 -lwsock32 -L../../libs/wine -lwine -L../../libs/port -lwine_port
winetest.exe-XI01Hj.spec.c:173582:63: warning: no newline at end of file
winetest.exe-XI01Hj.spec.c:173582: par...
2008 Jun 14
1
Porting with winelib - undefined reference to `WinMain'
Hello!
I'm trying to port zCPU emulator (http://www.wiremod.com/forum/cpu-tutorials-programs/2956-zcpu-emulator.html) to Linux with winelib. This app is mainly console, but can draw some stuff using SDL. The problem is: compiles fine but when linking I get
Code:
/usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main':
exe_main.c:(.text+0x9d): undefined reference to `WinMain'
2008 Sep 01
1
Seg fault while compiling v1.1.3
This is the error I get while processing make:
Code:
make[2]: Entering directory `/home/avi/Desktop/wine-1.1.3/dlls/user32/tests'
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole broadcast.o class.o clipboard.o combo.o cursoricon.o dce.o dde.o dialog.o edit.o generated.o input.o listbox.o menu.o monitor.o msg.o resource.o scroll.o static.o sysparams.o text.o win.o winstation.o wsprintf.o testlist.o resource.res -o user32_test.exe.so ../../../libs/port/libwine_port.a -l...
2008 Jun 09
2
wine-1.0-rc4 compile error on Fedora 9 x86_64
...in the WineOn64Bit wiki entry,
http://wiki.winehq.org/WineOn64bit
When running "make && make depend," I get the following error:
make[2]: Entering directory `/home/jaybilly/Programs/wine-1.0-rc4/dlls/user32/tests'
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole broadcast.o class.o clipboard.o combo.o cursoricon.o dce.o dde.o dialog.o edit.o generated.o input.o listbox.o menu.o monitor.o msg.o resource.o scroll.o static.o sysparams.o text.o win.o winstation.o wsprintf.o testlist.o resource.res -o user32_test.exe.so ../../../libs/port/libwine_port.a -l...
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
...diff
@@ -0,0 +1,11 @@
+--- tools/ioemu-qemu-xen/Makefile.target
++++ tools/ioemu-qemu-xen/Makefile.target
+@@ -720,6 +720,8 @@
+ LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld
+ endif
+
++LDFLAGS+=$(call LDFLAGS_RPATH,../lib)
++
+ ifdef CONFIG_WIN32
+ SDL_LIBS := $(filter-out -mwindows, $(SDL_LIBS)) -mconsole
+ endif
--- xen-3/debian/rules.real
+++ xen-3/debian/rules.real
@@ -157,6 +157,7 @@ install-utils_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH)
install -D -m644 debian/xen-utils.README.Debian $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/README.Debian
install -D -m644 debian/xen-utils-$(VERSION)...
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...nel.h>
+#include <linux/init.h>
+#include <linux/netdevice.h>
+#include <linux/etherdevice.h>
+#include <linux/in.h>
+#include <linux/inet.h>
#include "net_kern.h"
#include "net_user.h"
#include "mcast.h"
diff --git a/arch/um/drivers/mconsole_kern.c b/arch/um/drivers/mconsole_kern.c
index d870905..fa924aa 100644
--- a/arch/um/drivers/mconsole_kern.c
+++ b/arch/um/drivers/mconsole_kern.c
@@ -4,27 +4,27 @@
* Licensed under the GPL
*/
-#include "linux/kernel.h"
-#include "linux/slab.h"
-#include "linux/init....
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...nel.h>
+#include <linux/init.h>
+#include <linux/netdevice.h>
+#include <linux/etherdevice.h>
+#include <linux/in.h>
+#include <linux/inet.h>
#include "net_kern.h"
#include "net_user.h"
#include "mcast.h"
diff --git a/arch/um/drivers/mconsole_kern.c b/arch/um/drivers/mconsole_kern.c
index d870905..fa924aa 100644
--- a/arch/um/drivers/mconsole_kern.c
+++ b/arch/um/drivers/mconsole_kern.c
@@ -4,27 +4,27 @@
* Licensed under the GPL
*/
-#include "linux/kernel.h"
-#include "linux/slab.h"
-#include "linux/init....