search for: dwin32

Displaying 20 results from an estimated 36 matches for "dwin32".

Did you mean: win32
2011 May 03
1
Compiling Rgraphiz on Windows 7 64bit with R-2.13.0
...=20 GRAPHVIZ_INSTALL_SUBMINOR=3 Using the following compilation and linking flags for Rgraphviz PKG_CPPFLAGS=-IC:\/BenSave\/GoodiesWin64\/graphviz/include/graphviz PKG_LIBS=-LC:\/BenSave\/GoodiesWin64\/graphviz/bin -lgvc-4 -lgraph-4 -lcdt-4 GVIZ_DEFS=-DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=20 -DWin32 Created file src/Makevars.win Created file R/graphviz_build_version.R ** libs cygwin warning: MS-DOS style path detected: C:/PROGRA~1/R/R-213~1.0/etc/x64/Makeconf Preferred POSIX equivalent is: /cygdrive/c/PROGRA~1/R/R-213~1.0/etc/x64/Makeco nf CYGWIN environment variable option "nodosfi...
2006 Sep 28
2
calling R from within Java, using jri
...s, FIRC, UBS Investment Bank, 2nd floor, 100 Liverpool St., London EC2M 2RH, UK. Phone +44 (0) 207 567 4289 === output from running make in the jri folder ==== c:\temp\r\jri>make make -C src JRI.jar make[1]: Entering directory `/cygdrive/c/temp/r/jri/src' gcc -c -o Rengine.o Rengine.c -DWin32 -D_JNI_IMPLEMENTATION_ -IC:/PROGRA~1/Java/JDK15~1.0_0/include -IC:/PROGRA~1/Java/JDK15~1.0_0/include/win32 -IC:/etc/R/R-2.3.1/include gcc -c -o jri.o jri.c -DWin32 -D_JNI_IMPLEMENTATION_ -IC:/PROGRA~1/Java/JDK15~1.0_0/include -IC:/PROGRA~1/Java/JDK15~1.0_0/include/win32 -IC:/etc/R/R-2.3.1/include...
2004 Apr 22
13
Rake and VC++ 6
Has anybody tried the new wxruby-swig from the msvc++ command line compiler using ''rake''? The rakefile seems to depend on the wx_config method, which doesn''t exist for msw because it doesn''t have BASH to execute the shell script. Has anyone hacked the rakefile to fix this? Nick
2004 Apr 24
1
wxruby-swig 0.0.7
I just pushed a new wxruby-swig, which includes the known MSWin rakefile changes. It also has some significant internal improvements that will make it easier to add classes, and it includes support for one new class (wxEvent). wxruby-swig is now licensed under the "MIT license". wxRuby will remain under the wxWindows license as long as we are releasing the old code base. When we
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...loc_win.cc.obj: > CXX_COMPILER E$:\llvm\compiler-rt\lib\asan\asan_malloc_win.cc > DEFINES = -DASAN_DYNAMIC=1 -DASAN_HAS_EXCEPTIONS=1 > -DINTERCEPTION_DYNAMIC_CRT -D__func__=__FUNCTION__ > DEP_FILE = lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_win.cc.obj.d > FLAGS = /DWIN32 /D_WINDOWS /W3 /GR /EHsc /W3 /MT /O2 /Ob2 /D NDEBUG > -IE:\llvm\compiler-rt\lib\asan\.. /machine:X86 /DWIN32 > /D_WINDOWS /W3 /GR /EHsc /W3 /Oy- /GS- /VERBOSE /Zi /wd4391 /wd4722 > /wd4291 /wd4800 /GR- /DEBUG > OBJECT_DIR = lib\asan\CMakeFiles\RTAsan_dynamic.i386.dir > TARG...
2005 Feb 01
2
How to compile "iaxclient" with MinGW/Cygwin
...le the new version "wiax.dll". I tried to compile it under MinGW/Cygwin, but I had the messages like: cc -I. -Igsm/inc -Iportaudio/pa_common -Iportaudio/pablio -Iportmixer/px_common -Ilibspeex/include -g -O2 -DSPEEX_PREPROCESS=1 -DNEWJB -Ilibiax2/src -IAXC_IAX -DLIBIAX -DSPEEX_EC=1 -DWIN32 -DBUILDING_DLL -c -o gsm/src/add.o gsm/src/add.c process_begin: CreateProcess((null), cc -I. -Igsm/inc -Iportaudio/pa_common -Iportaudio/pablio -Iportmixer/px_common -Ilibspeex/include -g -O2 -SPEEX_PREPROCESS=1 -DNEWJB -Ilibiax2/src -DIAXC_IAX2 -DLIBIAX -DSPEEX_EC=1 -DWIN32 -DBUILDING_DLL -...
2013 Apr 10
3
windows compile R from source, where do I put the Tcl directory?
...quot;tcltk.h:23:17: fatal error: tcl.h: No such file or directory" in the message building package 'tcltk' making init.d from init.c making tcltk.d from tcltk.c making tcltk_win.d from tcltk_win.c gcc ?-I"../../../../include" -DNDEBUG -I "../../../../Tcl"/include -DWin32 ? ? ? ? -O3 -Wall -gdwarf-2 -std=gnu99 ?-c init.c -o init.o In file included from init.c:22:0: tcltk.h:23:17: fatal error: tcl.h: No such file or directory compilation terminated. make[4]: *** [init.o] Error 1 make[3]: *** [mksrc-win2] Error 1 make[2]: *** [all] Error 2 make[1]: *** [R] Error 1 mak...
2013 Sep 30
2
R-3.0.2 - Win7_64 - alone_decoder.c: Permission denied error
...on Windows 7 64bit, I get an error relating to "alone_decoder.c: Permission denied." The entire error code is copied below. gcc -std=gnu99 -m64 -shared -o Riconv.dll Riconv.def win_iconv.o touch stamp gcc -std=gnu99 -m64 -I../../include -I. -Iapi -DLZMA_API_STATIC -DHAVE_CONFIG_H -DWIN32 -O3 -Wall -pedantic -march=core-avx-i -O3 --param l1-cache-line-size=64 --param l1-cache-size=32 --param l2-cache-size=256 -c alone_decoder.c -o alone_decoder.o cc1.exe: fatal error: alone_decoder.c: Permission denied compilation terminated. make[5]: *** [alone_decoder.o] Error 1 make[4]:...
2006 Apr 25
1
libtrio
Hi, I usually compile R-devel tarball every few days (just to check if I can do it and check for any compile errors). As of two days ago, I am receiving the following error: ... gcc -O3 -I. -DWIN32 -D_X86_ -c xdr_mem.c -o xdr_mem.o ar crs libxdr.a xdr.o xdr_float.o xdr_stdio.o xdr_mem.o make: *** ../extra/trio: No such file or directory. Stop. make[3]: *** [rlibs] Error 1 make[2]: *** [../../bin/R.dll] Error 2 make[1]: *** [rbuild] Error 2 make[1]: Leaving directory `/home/andyj/R-devel/src...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
On Thu, Oct 23, 2014 at 3:38 PM, Aaron Ballman <aaron at aaronballman.com> wrote: > On Thu, Oct 23, 2014 at 2:57 PM, Aaron Ballman <aaron at aaronballman.com> wrote: >> On Thu, Oct 23, 2014 at 2:46 PM, Timur Iskhodzhanov <timurrrr at google.com> wrote: >>> 2014-10-23 11:34 GMT-07:00 Aaron Ballman <aaron at aaronballman.com>: >>>> On Thu, Oct
2015 Jul 24
2
[LLVMdev] [lldb-dev] [3.7 Release] We have branched
...6 also failed, but I think the error message was >>> different, so this could be a regression bug but hopefully it's actually an >>> improvement. Current error message: >>> >>> cl -c -I. -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. >>> -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE >>> -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE >>> -O1 -MD -Zi -DNDEBUG -GL -fp:precise -DPERL_TEXTMODE_SCRIPTS >>> -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -TP -EHsc -Foperllib.obj >...
2015 Jul 16
2
[LLVMdev] [lldb-dev] [3.7 Release] We have branched
...ion bug > > Build Perl - fails. 3.6 also failed, but I think the error message was > different, so this could be a regression bug but hopefully it's actually an > improvement. Current error message: > > cl -c -I. -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. > -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE > -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE > -O1 -MD -Zi -DNDEBUG -GL -fp:precise -DPERL_TEXTMODE_SCRIPTS > -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -TP -EHsc -Foperllib.obj > perllib.c > clang-cl...
2015 Mar 10
1
Notes on building a gcc toolchain for Rtools (but not multilib)
...done under the newly released R-3.1.3, using the 64-bit R binary. Here are my findings: - With the default settings, the command succeeded - With -std=c++11, there were two problems: + api.cpp failed to compile because it could not find execinfo.h * I worked around this by using CXXFLAGS=-DWIN32 -std=c++11 * CXXFLAGS=-std=gnu++11 also works around this * Maybe Rcpp needs to guard against this? + the package could not be loaded because some of the object files contain symbols named .refptr.* and .weak.*, which should be excluded from the exports list * To work around this, put...
2015 Jul 24
0
[LLVMdev] [lldb-dev] [3.7 Release] We have branched
...ild Perl - fails. 3.6 also failed, but I think the error message was >> different, so this could be a regression bug but hopefully it's actually an >> improvement. Current error message: >> >> cl -c -I. -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. >> -DWIN32 -D_CONSOLE -DNO_STRICT -DWIN64 -DCONSERVATIVE >> -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE >> -O1 -MD -Zi -DNDEBUG -GL -fp:precise -DPERL_TEXTMODE_SCRIPTS >> -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -TP -EHsc -Foperllib.obj >> perllib...
2004 Apr 29
10
wxruby-swig 0.0.12 is up
This one includes the latest App.cpp which includes the Mac fix from Nick. I thought it was in 0.0.11, but it wasn''t. It also adds support for "stock objects", like colours, pens, and fonts. This turned out to be quite challenging, but I''m happy with the solution. It only took a few days :-/ Kevin
2016 Feb 13
2
r260758 broke windows build
On 2/12/2016 9:47 PM, Vince Harron wrote: > Are you building LLDB? Im guessing that is where the failure is I'm building LLVM. The failure in the buildbot happens when compiling HexagonFrameLowering.cpp: ---------- FAILED: C:\PROGRA~2\MICROS~1.0\VC\bin\cl.exe /nologo /TP /DWIN32 /D_WINDOWS /W4 -wd4141 -wd4146 -wd4180 -wd4244 -wd4258 -wd4267 -wd4291 -wd4345 -wd4351 -wd4355 -wd4456 -wd4457 -wd4458 -wd4459 -wd4503 -wd4624 -wd4722 -wd4800 -wd4100 -wd4127 -wd4512 -wd4505 -wd4610 -wd4510 -wd4702 -wd4245 -wd4706 -wd4310 -wd4701 -wd4703 -wd4389 -wd4611 -wd4805 -wd4204 -wd45...
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...r C2061: syntax error : identifier ''inline'' ... some more stuff Aha. VS2005 does not like the "inline" keyword, that appears to only apply to C++ code. 3. Changed the Makefile to the following magical incantation: CFLAGS = -MD -Zi -O2b2x /Dinline=__inline /Ob /LTCG /DWIN32 Also added mt.exe -outputresource:$(DLLIB);2 -manifest $(DLLIB).manifest to the $(DLLIB): target (this is required for VS2005 to generate compatible dlls): $(DLLIB): $(DEFFILE) $(OBJS) @-$(RM) $@ $(LDSHARED) -Fe$(@) $(OBJS) $(LIBS) $(LOCAL_LIBS) $(DLDFLAGS) mt.exe -outputresour...
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
...repository and I build it as part of my project. Now, as mentioned above, I am having problems building version 3.6 on Windows, this using MSVC 2013. I am basically getting things like: --------------------------------------- FAILED: C:\PROGRA~2\MICROS~2.0\VC\bin\X86_AM~1\cl.exe /nologo /TP /DWIN32 /D_WINDOWS /GR /EHsc /DNDEBUG /MD /O2 /Ob2 /wd4267 /wd4146 /wd4180 /wd4244 /wd4258 /wd4267 /wd4291 /wd4345 /wd4351 /wd4355 /wd4456 /wd4457 /wd4458 /wd4459 /wd4503 /wd4624 /wd4722 /wd4800 /w14062 /we4238 -Isrc\plugins\thirdParty\LLVM -I..\src\plugins\thirdParty\LLVM -I..\src\misc -I..\src\plugins -...
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
...it gives following error message: testuser@testbox:~/test >wineg++ test.cpp winegcc: -fshort-wchar failed. On adding a flag '-v' with wineg++, a detailed error message is displayed: testuser@testbox:~/test >wineg++ -v test.cpp -fshort-wchar -DWINE_UNICODE_NATIVE -D_REENTRANT -fPIC -DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ -D__WINNT -D__WINNT__ -D__stdcall=__attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__fastcall=__attribute__((__fastcall__)) -D_stdcall=__attribute__((__stdcall__)) -D_cdecl=__attribute__((__cdecl__)) -D_fastcall=__attribute__((__fastcall__)) -D__dec...
2003 Dec 03
1
DIAX 0.9.5 and some resolutions for the displaty
Hi, I need to know if someone encounters display errors (like the window displayed partially) when some 'strage' resolutions are used for the display in Windows XP native theme mode. Thanks, Dan