Re: [ooc-compiler] make install fails under cygwin
Brought to you by:
mva
|
From: Treutwein B. <Ber...@Ve...> - 2007-03-02 11:52:54
|
Hi Stewart, thanks, (re)moving /usr/local/lib/oo2c before doing "make install" solved the problem. regards -- Bernhard Treutwein, IuK, Ref. III A 3 Bernhard.Treutwein(at)verwaltung uni-muenchen de > -----Original Message----- > From: ooc...@li...=20 > [mailto:ooc...@li...] On Behalf=20 > Of Stewart Greenhill > Sent: Friday, March 02, 2007 12:20 PM > To: Treutwein Bernhard > Cc: ooc...@li... > Subject: Re: [ooc-compiler] make install fails under cygwin >=20 >=20 > Hi Bernhard, >=20 > Try removing the directory /usr/local/lib/oo2c before doing=20 > "make install". >=20 > It looks like the file is somehow locked under cygwin. Cygwin's file=20 > semantics are not exactly the same as unix. For example, you can't=20 > rename open files so perhaps you can't rewrite them either. >=20 > Its possible that oo2c may already have that file open if the=20 > instance=20 > doing the installation has found the configuration of a pre-installed=20 > instance. If this is the case it might be a bug that does not show up=20 > under unix. I'm not too sure about that... >=20 > Cheers, > Stewart >=20 > Treutwein Bernhard wrote: > > Hello everybody, > >=20 > > under cygwin make install fails when trying to replace=20 > > /usr/local/lib/oo2c/pkginfo/liboo2c.xml > >=20 > > last lines of the installation are: > >=20 > > [...] > > /usr/bin/install -c -m 644 lib/sym/liboo2c.Doc=20 > /usr/local/lib/oo2c/sym=20 > > /usr/bin/install -c -m 644 lib/sym/liboo2c.Sym=20 > /usr/local/lib/oo2c/sym=20 > > /usr/bin/install -c -m 644 lib/sym/libxml.Doc=20 > /usr/local/lib/oo2c/sym=20 > > /usr/bin/install -c -m 644 lib/sym/libxml.Sym=20 > /usr/local/lib/oo2c/sym=20 > > ## Exception: IO.AccessDenied ## Permission denied:=20 > > /usr/local/lib/oo2c/pkginfo/liboo2c.xml > >=20 > > make: *** [install] Error 126 > >=20 > > I guess it is due to different rename/overwrite semantics=20 > between unix > > and windows. > >=20 > > Any ideas/suggestions how to cure that? > >=20 > > regards > > -- > > Bernhard Treutwein > >=20 > >=20 > ---------------------------------------------------------------------- > > --- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the=20 > chance to share your > > opinions on IT & business topics through brief surveys-and earn cash > >=20 > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge &CID=3DDEVDEV > _______________________________________________ > ooc-compiler mailing list > ooc...@li... > https://lists.sourceforge.net/lists/listinfo/ooc-compiler >=20 -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share = your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ ooc-compiler mailing list ooc...@li... https://lists.sourceforge.net/lists/listinfo/ooc-compiler |