similar to: Makefile.in is not created (Cygwin)

Displaying 20 results from an estimated 40000 matches similar to: "Makefile.in is not created (Cygwin)"

2010 Jan 18
2
Another cygwin/rsync question
Hi, Been using rsync for many years but I'm stuck with this problem. I'ts a simplistic backup using rsync from a Windows 2k3 machine to a Linux box out on the 'net, using pre-shared ssh keys. In this case I'm saving, files belonging to various users, using the administrator account on the windows machine and the destination is a normal user account and its home file area.
2010 Mar 29
2
bogus error message from yum update for gmime and gmime-sharp
When I do "yum update gmime gmime-sharp" I get: ... --> Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by package gmime-sharp-2.2.10-5.el5.centos.i386 (installed) Error: Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by package gmime-sharp-2.2.10-5.el5.centos.i386 (installed) ... But both of these are already installed: # rpm -q gmime gmime-sharp
2010 Nov 27
2
yum is dumb in update of gmime & gmime-sharp
# yum update ... --> Running transaction check --> Processing Dependency: gmime = 2.2.10-5.el5.centos for package: gmime-sharp ---> Package gmime20.i386 0:2.2.26-1.el5.rf set to be updated --> Finished Dependency Resolution gmime-sharp-2.2.10-5.el5.centos.i386 from installed has depsolving problems --> Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by package
2008 Nov 07
2
[PATCH/cygwin] Fix cygwin specific Makefile and a bug in the ssh-host-config script
Hi, could somebody be so kind to check in the follwoing patch? It fixes two problems: - contrib/cygwin/Makefile: Installs new docs and stops trying to install RFC.nroff. - contrib/cygwin/ssh-host-config: Fixes a condition which tries to find out if ssh or sshd processes are still running. The old version unfortunately stumbles over user names which contain the substring
2005 Sep 28
1
gfortran Makefile for cygwin
Hi all, I'm porting a package that I've worked on for OS X to Cygwin/Windows. This package requires a Makefile. My question is, how can I find out (or what is), the link command? Here is the OS X Makefile: RLIB_LOC=${R_HOME} F90_FILES=\ class_data_frame.f90 \ class_old_dbest.f90 \ class_cm_data.f90 \ class_cm.f90 \ class_bgw.f90 \ class_cm_mle.f90 \ cme.f90 FORTRAN_FILES=\ dgletc.f
2009 Dec 17
1
[PATCH] contrib/cygwin/Makefile: Install ssh-copy-id
Hi, could somebody with checkin rights please apply the below patch to the Cygwin postinstall Makefile? The patch adds two changes: - Install ssh-copy-id and ssh-copy-id.1 as well. - Gzip all man pages. Thanks in advance, Corinna Index: contrib/cygwin/Makefile =================================================================== RCS file: /cvs/openssh/contrib/cygwin/Makefile,v retrieving
2003 Oct 25
3
[LLVMdev] version 1.0, compiling under cygwin
Hello llvmdev, (just for fun) I've tried to compile LLVM under cygwin. With "make -k" I got only: ----------------- DynamicLinker.cpp: In function `void* GetAddressOfSymbol(const char*)': DynamicLinker.cpp:40: error: `RTLD_DEFAULT' undeclared (first use this function) DynamicLinker.cpp:40: error: (Each undeclared identifier is reported only once for each
2006 Jan 05
1
using strace with rsync
Hello. I just installed the latest version of cygwin (1.5.18-1) from www.cygwin.com on my Windows XP machine. I have had a lot of success between Linux boxes but after many months of mixed results I have had much less than perfect luck with rsync from a Linux box [LOCAL] to a windows box [REMOTE]---that is, constant hanging. I have tried to follow the FAQ on using strace to figure out why
2005 Sep 28
3
Headline - Linux misses Windows of opportunity
Dear CentOS, Ken wants you to know about this story on http://www.theage.com.au. Personal Message: How much did MS pay for the article? Linux misses Windows of opportunity September 27, 2005 URL: http://www.theage.com.au/articles/2005/09/26/1127586780339.html The online edition of The Age brings you updated local and world news, sports results, entertainment news and reviews and the latest
2011 Oct 05
4
Wine doesn't start - Something X-Related
Hello, For work I need a large DB once or twice a month and I installed a Ubuntu-Server 64bit box headless and put the Windows-Software there. I thought that I would VNC into it, when I need it. But if I run Wine after installation I got this error: Code: err:process:__wine_kernel_init boot event wait timed out err:process:__wine_kernel_init boot event wait timed out X Error of failed
2010 Mar 09
2
[PATCH/cygwin]: Fix Makefiles
Hi, below is a patch which only affects Cygwin. It adds the $(EXEEXT) suffix in calls to install, and it fixes the list of documentation files to install into /usr/share/doc/openssh in a Cygwin installation. Thanks, Corinna Index: Makefile.in =================================================================== RCS file: /cvs/openssh/Makefile.in,v retrieving revision 1.306 diff -u -p -r1.306
2004 Dec 29
1
Problem with rsync-cygwin between two WindowsXP machines
I hope this problem hasn't been posted before, I cannot find a way to search the archives... I use rsync successfully between several Suse 9.1 machines at my work - never with any problem(s). I had to move my email from an obscure mail client (that saves each message as a separate file) to Mozilla mail (for security purposes). So, my "old" program that I used to sync my mail
1999 Apr 26
1
building packages under NT - missing headers?
I'm attempting to build an R package for some of my own code (using NT x86, rw0640, cygwin b20.1) The problem is that some header files required to build libR.seem to be missing from the distribution $ make libR.a dataentry.c:20: Defn.h: No such file or directory dataentry.c:21: Print.h: No such file or directory These files were not part of the rw0640s archive, but I note that they exist
2004 Jul 01
5
Inter-Tel Eclipse2 (IP PhonePlus)
Hello All, Just looking some comments from gurus about this proprietary systems and phones: Inter-Tel Eclipse2 Model name: IP PhonePlus I did not find anything useful or reasonable about their products on their website or even in Internet.... except sales. -- Thanks and regards, Vasyl Rublyov
2003 Oct 25
0
[LLVMdev] version 1.0, compiling under cygwin
On Sat, 25 Oct 2003, Valery A.Khamenya wrote: > (just for fun) I've tried to compile LLVM under cygwin. > With "make -k" I got only: Cool. We don't rountinely use this configuration, so there may be a bit of leg work you'll have to do... :) But that said, we would love to get LLVM working cleanly on it! > ----------------- > DynamicLinker.cpp: In function
2014 May 15
1
[patch/cygwin] contrib/cygwin/ssh-host-config
Hi, would you mind to apply the below patch? It fixes Cygwin's ssh-host-config script in various ways: - Remove old code to remove the "sshd/22" entry from /etc/services. This code fixes a problem which only existed in installations which are more than 10 years old. - Handle the StrictMode setting interactively. - Fix regular expressions looking for white spaces. - Make the
2007 Apr 05
1
Static build under Cygwin?
I was wondering if anyone has statically built OpenSSH under cygwin? Mostly I'm just trying to avoid the need to require a specific user to install cygwin in order to use the client. Does it involve mingw? Linker tricks? Voodoo? I tried -static but it didn't seem to work. Of course, I could have just screwed something up. Thanks for any insight.
2005 May 19
2
[LLVMdev] Cygwin Compile Fails for me too.
It seems awfully tricky to get llvm working on a windows machine. I just want to use the tools, since I want to write my own front end. Here's where I get stuck llvm[2]: Linking Debug executable burg /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../libstdc++.a: could not read symbols: Archive has no index; run ranlib to add one collect2: ld returned 1 exit status make[2]: ***
2011 Apr 18
5
rc/po files
Hi all, I wasn't around when .po files were introduced into Wine so I've missed the thought process, but following this: http://www.winehq.org/pipermail/wine-devel/2011-April/089682.html (and http://www.winehq.org/pipermail/wine-patches/2011-April/100575.html) I must ask what are they for? Is it simply a case that they haven't been fully implemented yet? I understand that .rc files
2005 May 20
0
[LLVMdev] [Cygwin] make check results
On Fri, 20 May 2005, Aaron Gray wrote: > This is what I am getting back from 'make check' :- > > # of expected passes 1710 > # of unexpected failures 49 > # of expected failures 55 > > Is this normal and "expected" ? No. From this output: ... Files/ATI: not found ... My guess is that you have "Program Files" in your