Displaying 5 results from an estimated 5 matches for "u1073".
Did you mean:
1073
2004 Jul 06
13
XRC Resources
I currently use DialogBlocks to generate my dialogs for wxWidgets apps I
write in C++. DialogBlocks has the ability to generate XRC resources
which I would like to use with wxRuby, is this possible?
I am very new to Ruby and it looks like a great language and with wxRuby
it looks like a great solution for quick in house applications.
Thanks
Sean Long
2009 Sep 15
1
can´t build ruby bindings with msvc (xapian 1.1.2)
...3. built xapian-core following readme in ...\win32msvc, apitest doesn?t give
errors
now if i try to build:
"...\ruby>nmake SWIGBUILD=1
Microsoft (R) Program Maintenance Utility, Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
NMAKE : fatal error U1073: "".\xapian_wrap.cc"" don't know how to make
Stop."
i?m pretty sure my SWIG-path is set correctly in config.mak; i couldn?t find any
xapian_wrap.* file in the repository, i suppose those should be generated by SWIG?
does someone know what i could do or try to get...
2008 May 01
3
Error in building ROracle in Windows with R 2.6.2 and Oracle 10g.
...ature "OraDriver"
I then decided to compile ROracle myself. I downloaded ROracle src from
below:
http://cran.r-project.org/web/packages/ROracle/index.html
When I was following the build instructions to run the makefile
Makefile.win I got the following error:
NMAKE : fatal error U1073: don't know how to make
'c:\\PROGRA~1\\R\\R-2.6.2\\src\\gnuwin32\\Rdll.lib'
I did not see Rdll.lib anywhere. Do I need to have the src for R as well ?
Can anyone provide me a detailed instruction for building ROracle or is
there a place where I can get a pre compiled binary for Oracle...
2008 Apr 29
1
Error in building ROracle in Windows with R 2.6.2 and Oracle 10g.
...ded the ROracle src from the
site below:
http://cran.r-project.org/web/packages/ROracle/index.html
I am using R version 2.6.2 and Oracle 10g. I followed the instructions to
build ROracle. When I try to compile the source src/Makefile.win I get the
following error:
NMAKE : fatal error U1073: don't know how to make
'c:\\PROGRA~1\\R\\R-2.6.2\\src\\gnuwin32\\Rdll.lib'
I could figure out what is the purpose of 'Rdll.lib' and where am I
supposed to get it from. I do not see that file in the gnuwin32 directory.
How would I create the file ? I am stuck now. Can you sugg...
2004 May 07
1
Error compiling ROracle on Windows 2000
...cl /I"C:\\Program Files\\R\\rw1090"\\src\\include /MT /Ox /D "MSVC" /D "
WIN32" /c RS-Oracle.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
RS-Oracle.c
NMAKE : fatal error U1073: don't know how to make '\src\\gnuwin32\\Rdll.lib'
Stop.
Here is a copy of my Makefile:
R_HOME = "C:\\Program Files\\R\\rw1090"
ORACLE_HOME = C:\\oracle\\oracle92
SRC = RS-DBI.h RS-DBI.c RS-Oracle.h RS-Oracle.pc S4R.h
RLIB = $(R_HOME)\\src\\gnuwin32\\Rdll.lib
OBJ = RS-DBI....