Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 10 Feb 2005 12:04:10 -0800 From: Yitzchak Scott-Thoennes To: cygwin AT cygwin DOT com Subject: Re: perl & Win32 lib support Message-ID: <20050210200410.GA3728@efn.org> References: <4208270D DOT 4080801 AT tlinx DOT org> <20050208063149 DOT GB3096 AT efn DOT org> <42091B63 DOT 1080908 AT tlinx DOT org> <20050208234325 DOT GA2944 AT efn DOT org> <420AAF5E DOT 1030506 AT tlinx DOT org> <420AB5EC DOT 1070904 AT familiehaase DOT de> <420BB627 DOT 7040905 AT tlinx DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <420BB627.7040905@tlinx.org> User-Agent: Mutt/1.4.1i Organization: bs"d X-IsSubscribed: yes On Thu, Feb 10, 2005 at 11:29:43AM -0800, linda w wrote: > Am having problems with trying fixes for the below errors -- > once I encounter an error in making Win32, I can correct the source > files in another window, but I then it won't let me run "make" on > Win32 again w/o force because it already encountered an error. > > If I do a make force, it re-unpacks the source files over my changes. > If I try to do the make by hand, I must not have my INC path setup, > as I get a missing "Config.pm" when trying to "make" outside of > cpan. > > Gerrit P. Haase wrote: > > >Then -L/usr/lib/w32api is missing in hints/cygwin.pl. > > I tried adding line back in, but it didn't seem to make a difference. > It seems like it is unpacking into 1 place: build/libwin32-0.191 > but then building parts of it in GSAR000[0-4]/... > Sorry...but am a bit unclear about where it is copying and building > sources...makes it difficult to do things manual at this point. Um, you aren't going to have a lot of success building libwin32 from CPAN afaik. Your options are really 1) use the cygwin perl-libwin32 package, with a "use lib '/usr/lib/perl5/site_perl/5.8.2';" at the beginning of your code or via the PERL5LIB var (see perldoc perlrun) 2) get the source for the perl-libwin32 and the other packages necessary and try to build it (there will be a few failures) 3) wait for an updated perl-libwin32 release (should be soon) > >>4) Warning: prerequisite Win32API::Registry 0 not found. > >> Writing Makefile for Win32::TieRegistry > > > ---- > What's the warning/prereq not found message about? Just a side effect of libwin32 being assembled from several independent parts. Win32API::Registry is in fact included with libwin32. > >> > >>5) make[2]: Entering directory > >>`//ishtar/share/CPAN/build-cygwin/GSAR001/libwin32-0.191/APIFile' > >>Makefile:705: *** missing separator. Stop. > >> > >This is annoying, I get it occasionally, I believe it is a bug in > >MakeMaker, but I couldn't find it yet. Does the build continue if you > >add the missing tab and run make again? > > Where / how can I run make again within the cpan context? Is there > a perlvar I can change using "!" in cpan to tellit to forget the fact > that make just failed? Sorry, not a cpan expert here...am bumbling > around in the jungle here...:-/ Use the "look Win32" command in the cpan shell. I've had that sometimes not work; if it doesn't, just start another shell and cd to the directory cpan is doing the build in (probably ~/.cpan/build/libwin32-0.191). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/