Re: [ooc-compiler] make install fails under cygwin
Brought to you by:
mva
|
From: Stewart G. <sgr...@us...> - 2007-03-02 11:20:39
|
Hi Bernhard, Try removing the directory /usr/local/lib/oo2c before doing "make install". It looks like the file is somehow locked under cygwin. Cygwin's file semantics are not exactly the same as unix. For example, you can't rename open files so perhaps you can't rewrite them either. Its possible that oo2c may already have that file open if the instance doing the installation has found the configuration of a pre-installed instance. If this is the case it might be a bug that does not show up under unix. I'm not too sure about that... Cheers, Stewart Treutwein Bernhard wrote: > Hello everybody, > > under cygwin make install fails when trying to replace > /usr/local/lib/oo2c/pkginfo/liboo2c.xml > > last lines of the installation are: > > [...] > /usr/bin/install -c -m 644 lib/sym/liboo2c.Doc /usr/local/lib/oo2c/sym > /usr/bin/install -c -m 644 lib/sym/liboo2c.Sym /usr/local/lib/oo2c/sym > /usr/bin/install -c -m 644 lib/sym/libxml.Doc /usr/local/lib/oo2c/sym > /usr/bin/install -c -m 644 lib/sym/libxml.Sym /usr/local/lib/oo2c/sym > ## Exception: IO.AccessDenied > ## Permission denied: /usr/local/lib/oo2c/pkginfo/liboo2c.xml > > make: *** [install] Error 126 > > I guess it is due to different rename/overwrite semantics between unix > and windows. > > Any ideas/suggestions how to cure that? > > regards > -- > Bernhard Treutwein > > ------------------------------------------------------------------------- > 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=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > ooc-compiler mailing list > ooc...@li... > https://lists.sourceforge.net/lists/listinfo/ooc-compiler > |