search for: mwindow

Displaying 20 results from an estimated 45 matches for "mwindow".

Did you mean: window
2008 Dec 16
1
My first winelib app - where am I going wrong?
...quot;, "Hello", MB_OK); return 0; } This compiles fine using Mingw32 and I can successfully run the resulting binary in Wine: Code: i586-mingw32msvc-gcc *.c -o main.exe wine main.exe Now I try to compile the same code with Winelib, but I'm having problems: Code: winegcc -mwindows -mno-cygwin *.c -o main /usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm /usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../libm.so when searching for -lm /usr/bin/ld: s...
2018 Feb 13
2
R Compilation gets stuck on Windows 64
On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta <indrajitsg at gmail.com> wrote: > Hi Avraham, > > I tried with the patched version. The same error message. > > gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o dynload.o > editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o psignal.o > rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o > dllversion.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a > getline/gl.a ../extra/x...
2009 Feb 21
2
Compiling Winelib application under x86_64
Hi All I'm trying to compile the following program int main() { return 0; } I generated a makefile using winemaker running make I get wineg++ -c -mno-cygwin -o test.o test.cpp wineg++ -mwindows -mno-cygwin -o test.exe.so test.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid ld: Relocatable linking with relocations from format elf32-i386 (/usr/lib/wine/libwinecrt0.a(exe_entry.o)) to format elf64-x86-64 (test.UzYhKg.o) is not supported winebuild: ld -r failed with status 256 winegcc:...
2010 May 06
2
help on compile r-2.10.0 on 64 bit window
.... x86_64-w64-mingw32-gcc -std=gnu99 -I../include -I. -I../extra -DHAVE_CONFIG_H -D R_DLL_BUILD -O3 -Wall -pedantic -DR_ARCH='"x64"' -c malloc.c -o malloc.o x86_64-w64-mingw32-windres -I../include -i dllversion.rc -o dllversion.o x86_64-w64-mingw32-gcc -std=gnu99 -shared -s -mwindows -o R.dll R.def console.o dataentry.o dynload.o edit.o editor.o embeddedR.o extra.o opt.o pager.o preferen ces.o psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o d os_wglob.o malloc.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a getl ine/gl.a ../extra/xdr/libxdr.a...
2004 Mar 29
1
wine-20040309 build error
Hi all, I am trying to build wine-20040309, and i am facing a gcc crash while compiling winetest. The log is below (sorry : it's localized in french). make[2]: Entre dans le r?pertoire `/home/root/build/wine-20040309/programs/winetest'../../tools/winegcc/winegcc -B../../tools/winebuild -mwindows gui.o main.o send.o util.o winetest.exe.dbg.o gui.res winetest.res -o winetest.exe.so -L../../dlls -lcomctl32 -luser32 -lwsock32 -L../../libs/wine -lwine -L../../libs/port -lwine_port -L/opt/mm/lib -L/opt/gnome/lib -lm gcc: Erreur internal error: Processus arr?t? (programme cc1) SVP soumettre u...
2002 Apr 18
5
mixed case file systems.
I am having trouble with rsync when I am trying to synchronize a Windows NT volume mounted with smb_fs (FreeBSD) and a unix volume which is also exported with Samba. There are instances where the DOS short name on the NT volume ends up as upper case and then doesn't match filenames which are used in the unix volumes which have been exported by Samba. I don't know if this is a Samba
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 9:29 AM, Kenny Bell <kmbell56 at gmail.com> wrote: > I suggest that you work off the build process in the rwinlib repository so > you are starting from something that you know works and already incorporates > the set of dependencies you need. Hello, Kenny. For what it's worth I've been successfully building R+OpenBLAS on Windows64 since 2013, which
2018 Feb 13
2
R Compilation gets stuck on Windows 64
...m> wrote: > >> On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta >> <indrajitsg at gmail.com> wrote: >> > Hi Avraham, >> > >> > I tried with the patched version. The same error message. >> > >> > gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o >> dynload.o >> > editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o >> psignal.o >> > rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o >> dos_wglob.o >> > dllversion.o ../main/libmain.a ../appl/liba...
2006 Nov 14
2
Building R from source
...is up to date. make -f Makefile.win chartables.h make[5]: `chartables.h' is up to date. make -f Makefile.win makeMakedeps make -f Makefile.win libpcre.a make[5]: `libpcre.a' is up to date. make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all'. gcc -shared -s -mwindows -o R.dll R.def console.o dataentry.o dynload.o edit.o editor.o embeddedR.o extra.o opt.o pager .o preferences.o psignal.o rhome.o rui.o run.o shext.o sys-win32.o system.o e_pow.o malloc.o ../main/libmain.a ../appl/l ibappl.a ../nmath/libnmath.a graphapp/ga.a getline/gl.a ../extra/xdr/libxdr.a ../e...
2007 Jan 08
1
Cross-compilation of R and ld bug ?
...the contributed section of the R documentation (same version of MinGW...). When I try to cross-compile R (make R), the procedure stopped and returns : ************************************ i586-mingw32-windres --include-dir ../include -i dllversion.rc -o dllversion.o i586-mingw32-gcc -shared -s -mwindows -o R.dll R.def console.o dataentry.o dynl oad.o edit.o editor.o embeddedR.o extra.o opt.o pager.o preferences.o psignal.o rhome.o rui.o run.o shext.o sys-win32.o system.o e_pow.o malloc.o ../main/libmai n.a ../appl/libappl.a ../nmath/libnmath.a graphapp/ga.a getline/gl.a ../extra/xd r/libxdr.a...
2012 Mar 31
1
trouble compiling on Windows
...`all'. make -f Makefile.win makeMakedeps make -f Makefile.win libtre.a make[5]: `libtre.a' is up to date. make[4]: Nothing to be done for `all'. installing zoneinfo make[5]: `stamp' is up to date. make[5]: `liblzma.a' is up to date. x86_64-w64-mingw32-gcc -std=gnu99 -shared -s -mwindows -o R.dll R.def console.o dataentry.o dynload.o edit.o editor.o embeddedR.o extra.o opt.o pager.o preferences.o psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o malloc.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a getline/gl.a ../extra/xdr/libxdr.a .....
2012 Aug 12
1
trouble compiling R-patched from source on Windows 64 bit
...hing to be done for `all'. make -f Makefile.win makeMakedeps make -f Makefile.win libtre.a make[5]: `libtre.a' is up to date. make[4]: Nothing to be done for `all'. make[5]: `stamp' is up to date. make[5]: `liblzma.a' is up to date. x86_64-w64-mingw32-gcc -std=gnu99 -shared -s -mwindows -o R.dll R.def console.o dataentry.o dynload.o edit.o editor.o embeddedR.o extra.o opt.o pager.o preferences.o psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o malloc.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a getline/gl.a ../extra/xdr/libxdr.a .....
2004 Sep 19
0
MFC compile problem
...c/mfcnet.rc src/mfcintl.rc src/mfcdll.rc src/mfcdb.rc Generating project files... . src 3 make make[1]: Entering directory `/home/ken/.wine/drive_c/mfc/src' wrc -I. -I/home/ken/.wine/drive_c/VC_Include -I/home/ken/.wine/drive_c/mfc/Include -fomfcdb.res mfcdb.rc wineg++ -mwindows -mno-cygwin -o mfcdb.so mfcdb.res mfcdb.dbg.o -lodbc32 -lole32 -loleaut32 -lwinspool -lmfc.dll -luuid -lmfc /usr/bin/ld: cannot find -lmfc.dll collect2: ld returned 1 exit status winegcc: g++ failed. make[1]: *** [mfcdb.so] Error 2 make[1]: Leaving directory `/home/ken/.wine/drive_c/mfc/src...
2001 Mar 26
2
Need some help for building R!
...ga.a gl.a xdr.a em.a dllversion.o -------- echo LIBRARY R > R.def echo EXPORTS >> R.def nm R.a malloc.o libmain.a libappl.a libmath.a ga.a gl.a xdr.a em.a dllversion.o > Defs sed -n '/^........ [BCDRT] _/s/^........ [BCDRT] _/ /p' Defs >> R.def rm -f Defs gcc --shared -s -mwindows -o R.dll R.def R.a malloc.o libmain.a libappl.a libmath.a ga.a gl.a xdr.a em.a dllversion.o -L. -lg2c -lwsock32 -lcomctl32 -lversion ----------------------------------------------------------------------------------------------------------------------------------------- Then it stops with this e...
2001 Mar 26
2
Need some help for building R!
...ga.a gl.a xdr.a em.a dllversion.o -------- echo LIBRARY R > R.def echo EXPORTS >> R.def nm R.a malloc.o libmain.a libappl.a libmath.a ga.a gl.a xdr.a em.a dllversion.o > Defs sed -n '/^........ [BCDRT] _/s/^........ [BCDRT] _/ /p' Defs >> R.def rm -f Defs gcc --shared -s -mwindows -o R.dll R.def R.a malloc.o libmain.a libappl.a libmath.a ga.a gl.a xdr.a em.a dllversion.o -L. -lg2c -lwsock32 -lcomctl32 -lversion ----------------------------------------------------------------------------------------------------------------------------------------- Then it stops with this e...
2019 Feb 16
3
Trying to compile R 3.5.2 - 32 bit R - on Windows 10 64 bit - with ICU support
...ave modified MkRules.local # set to use ICU USE_ICU = YES # path to parent of ICU headers ICU_PATH = w:/R-3.5._/App/R-Portable/ICU I have done export R_ICU_LOCALE=en_US When I try to compile ( 32 bit compile ), I am getting these errors. w:/Rtools35/mingw_32/bin/gcc -std=gnu99 -m32 -shared -s -mwindows -o R.dll R.def console.o dynload.o editor.o embeddedR.o extra.o malloc.o opt.o pager.o pr eferences.o psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o dos_wglob.o dllversion.o e_pow.o ../main/libmain.a ../appl/libappl.a . ./nmath/libnmath.a getline/gl.a ../extra/xdr/libxdr....
2002 Nov 02
5
problem compiling R-1.6.1 on WinNT: pcre
......) I tried following the instruction in src/gnuwin32/INSTALL as closely as I could, but encounter the following errors at the make step. Can some kind soul please help? I'm using pcre-3.9 and MinGW-2.0.0-3. I checked and libRpcre.a _is_ in src/extra/pcre. TIA, Andy ... gcc --shared -s -mwindows -o R.dll R.def R.a malloc.o libmain.a libappl.a libmath.a ga.a gl.a xdr.a ../extra/zlib/libz.a ../extra/pcre/libRpcre.a ../extra/bzip2/libbz2.a dllversion.o -L. -lg2c -lRblas -lcomctl32 -lversion libmain.a(pcre.o)(.text+0x108):pcre.c: undefined reference to `pcre_compile' libmain.a(pcre.o)(.te...
2003 Oct 03
2
Cygwin/rsync Hang Problem Testing Results
People of cygwin & rsync, I recently attempted to get cygwin and rsync working to solve a backup/mirroring need in my computer life. Well, as you might guess, I ran into a little but of trouble. Strangely enough, rsync seemed to be regularly hanging when I attempted to do a "get" (sycronize a remote to a local dir). Well, considering I want to automate this, that was not going
2005 Feb 23
1
Wine-20040505 and vstserver
...sh makevstserver.sh make[1]: Entering directory `/home/sober/sources/vstserver-0.3.0/servant/win' winebuild -o win.exe.dbg.c --debug -C. dummy.c main.c windowsstuff.c winwin.c winegcc -c -mno-cygwin -I. -o win.exe.dbg.o win.exe.dbg.c winegcc -c -mno-cygwin -I. -o dummy.o dummy.c winegcc -mwindows -mno-cygwin -o win.exe.so dummy.o main.o windowsstuff.o winwin.o rsrc.res win.exe.dbg.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid main.o(.text+0x151): In function `WinMain': : undefined reference to `MAINHANDLER_control' windowsstuff.o(.text+0x224): In function `WINDOWS_new': :...
2018 Feb 13
0
R Compilation gets stuck on Windows 64
...Ooms <jeroenooms at gmail.com> wrote: > On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta > <indrajitsg at gmail.com> wrote: > > Hi Avraham, > > > > I tried with the patched version. The same error message. > > > > gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o > dynload.o > > editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o > psignal.o > > rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o > dos_wglob.o > > dllversion.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath....