Displaying 20 results from an estimated 1000 matches similar to: "static compile of rsync"
2007 Mar 19
1
Using wine dll in another native library
Hi All !
I have some windows-maked dll (xxx.dll for example). I want to use it
on my Linux machine in my Java application. For this purpose I wrote a
small wrapper around the xxx.dll by using winelib library and make it as
libxxx.dll.so. Now I need load this library in my jvm (by using
System.loadLibrary("xxx.dll"); ) but when I try to call any function from
it I got
1998 May 21
1
R-beta: Problem instaling e1071
I was trying to install e1071 and the compilation failed. Can some of
you R gurus help me with this...
thanks
pedro
----
Installing package `e1071' ...
libs
gcc -g -fpic -I/usr/local/R/include -c pgm.c -o pgm.o
pgm.c:19: pgm.h: No such file or directory
make: *** [pgm.o] Error 1
cp: src-c/*.so: No such file or directory
R
DONE
-----
Pedro Vale Lima
Dep. Chemical Eng.
2014 Jul 02
3
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
I believe I'm seeing a bug in lpxelinux.0 6.03-pre17 but I need some
advice on how to isolate and troubleshoot this. (I can't try pre18 at
the moment, but did try 4.07 and 5.10 and saw similar behavior, also
with pxelinux.0, so although I'll give pre18 a try soon, some
isolation/troubleshooting advice will be a good education no matter what.)
To get to our PXE-launched tools from
2008 Apr 19
1
Inverse transform after applying function in frequency domain?
Dear R-Help,
I wish to simulate a process so that it has certain properties in the
frequency domain. What I attempted was to generate a random time-series
signal, use spec-pgram(), apply a function in the frequency domain, and then
inverse transform back to the time-domain. This idea does not seem as
straight forward in practice as I anticipated.
e.g.
x<-ts(rnorm(1000, 0,1), frequency=256)
2014 Jul 02
1
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
Op 2014-07-01 om 22:55 schreef Gene Cumm:
> On Jul 1, 2014 10:37 PM, "Alexander Perlis" wrote:
> >
> > I believe I'm seeing a bug in lpxelinux.0 6.03-pre17 but I need some
> > advice on how to isolate and troubleshoot this. (I can't try pre18
> > at the moment, but did try 4.07 and 5.10 and saw similar behavior,
> > also with pxelinux.0, so
2012 Oct 26
1
asking about R Code
Hi, my name is Ellen. I want to ask you about R Code.
I got a code for extracting a pixel value, but I can't compile it..
It is said "Error in is.data.frame(x) : object 'lena' not found"
Here is the original full code:
library(pixmap)
lena <- read.pnm("oldlennablur.pgm")
write.table(lena@grey,"mylenna", quote=FALSE, row.names = FALSE, col.names=
2004 Oct 19
2
[LLVMdev] Question about MachineFunction Pass
Hi,
I wrote a machinefunction pass to try to see what's going on. Does it mean that it is target machine dependent pass, like x86? However, after compile it, I found there wasnot command option I registered. I used regular way to do it like RegisterOpt <...> X("... ", "... "), but I cannot see the optimized option when I use opt -load ../../lib/Debug/libxxx.so
2013 Mar 22
2
read.pnm question in R-beta
In R-beta (Masked Marvel), when I do the example from the read.pnm help file, this is what happens:
x <- read.pnm(system.file("pictures/logo.pgm",package="pixmap")[1])
Warning message:
In rep(cellres, length=2): x is NULL so the result will be NULL
In R-2.15.3, it's all right.
Thanks,
Erin
Erin M. Hodgess, Ph.D.
Associate Professor
Department of Computer and
2009 Jun 20
2
Execute a pgm on windows lan server . How to map it
Hello wine team / users.
I have a question I haven't been able to find an answer to yet.
I'd like to execute a windows .exe pgm on one my lan windows server.
How can I map as a letter the windows server directory in wine ?
I am on my linux pc I can see windows server and mount it too ( samba )
I try to map it in wine / config / drive where there is C: ../drive_c and so on
but I
2013 Jan 24
2
rsync parameters errors
In my new bash script, I'm doing what I think is a very simple rsync
command the way I'm used to doing it. I just do a lot of setup and
checking before I get to it.
When I run it, it gets very unhappy with me. It's probably something
very simple.
I need to build the rsync command in a string so that some things can go
away - like if my variables DRY_RUN and DELETE are undefined,
2001 May 22
3
Trouble building Wine-20010510
Hello All !
I trying to build wine on my Redhat 7.1 box.
Compilation stops with the following error messages :
.
.
.
make[1]: Leaving directory `/receive/wine-20010510/tsx11'
make[1]: Entering directory `/receive/wine-20010510/dlls'
make[2]: Entering directory
`/receive/wine-20010510/dlls/ntdll'
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH"
2001 Feb 12
2
OziExplorer works on LINUX using WINE
I've succeeded in running the wonderful charting program
OziExplorer (3.85.3c), http://www.oziexplorer.com/ , on
LINUX (RedHat 6.2) using WINE 20010112. The times to load
the program and to load a map did take 5 to 8 times longer
using WINE than they did using WIN95. I was able to enable
the serial port and have the position computed by my GPS
displayed on the chart.
OziExplorer is a
2012 Apr 19
2
method value passing in rails
in my ruby on rails application, i have one controller
class HomeController < ApplicationController
def home
puts "name.....#{@name}"
end
def branch
*//HERE HAVE TO GET THE ABOVE FUNCTION VALUE @name*
end
end
What am trying to do, i have to get the @name value in method branch. i
could show the value in function home, but i didn''t get that in
2003 Oct 21
2
report generator a la epiinfo
Hi
I'd like to use R in epidemiology and disease surveillance.
In EpiInfo you can have a script (.pgm) which calls a predefined report
(.rpt), where a table is calculated and values picked from that table
and placed where the author of the report wants them, with text around
those values. (Please see example below.)
I've looked at manuals, faq, mail-search and google. The closest is an
2012 May 08
2
issues with text_field in rails
*view*
<%= form_for(@mstype) do |f| %>
<p> <%= f.text_field(:Name,:class => "span1",:placeholder => "x") %>
<%end%>
*Got the error like this*
NoMethodError in Pgmdfntions#pgmdfntion
Showing *pgm.html.erb* where line *#57* raised:
undefined method `Name'' for #<Pgmdfntion:0xb457ad28>
But i could do this as same before. but in
2003 Aug 22
1
SYSLINUX 2.06-pre3
I have released a SYSLINUX 2.06-pre3. This includes modifications to
ppmtolss16 so that it should now be completely compliant with all modes
of the PNM specification, raw/plain, PBM/PGM/PPM, with comment lines or
without.
ftp://ftp.zytor.com/pub/linux/utils/boot/syslinux/Testing/
Please test it out ASAP if at all possible. Since the fixes for -pre1
and -pre2 were pretty essential, I'd like
2001 Oct 03
1
Prozess doesnt start
Hi!
when I start my program, after entering the user an password I get the
error:
DCom-Imit: Error in CoInitialize
Error: 0
Pgm-Step: 3
Error: Der BMDGUI-Server (BMDGUISV.EXE) kann nicht gestartet werden!
(in english: The BMDGUI-Server (BMDGUISV.EXE) cannot be startet)
On the console I get this messages (before the debugger starts):
fixme:win32:SetCriticalSectionSpinCount
2009 Jul 01
2
impossible to install a program
Debian Lenny & Sid packages V. 1.0.1-174-gc4039bd & 1.0.1
=================================================
Hi folks,
I try to install a pgm under wine (WebPlus x2, that installs under XP) with 'wine D:\\AUTORUN.EXE' (or D:\\setup\setup.exe), but I'm stuck:
The CD installer GUI starts, I jump registering (no PB), and I've got a window telling me "Action unauthorized.
2001 Aug 29
2
Missing functions in package e1071(Win*)
Hi!
After unziping the CRAN file e1071.zip
on my Win95 library directory, I start R and
type
>library(e1071)
After that, help commands of the e1071
functions work (i.e., help(read.pnm), BUT
some functions themselves are not available:
> read.pnm
Error: Object "read.pnm" not found
I've looked at the file library/R/e1071 with
an ascii editor and it seems like the functions
2008 Mar 19
1
adimpro package : R does not seem to find my ImageMagick installation
Dear list,
(sorry if I post to the wrong place...),
Though having spent some time on it, I cannot find an answer by myself
to the following behaviour of the read.image function (adimpro package) :
I'm running R.2.6.2 on Windows XP. The home directory is C:\Program
files\R\R-2.6.2
Version 0.4.4 of adimpro is loaded.
ImageMagick 6.3.0 is installed, its directory is C:\Program