Per Tunedal <[email protected]> writes: > Hi, > succeeded after some trouble: > > sudo sh apertium-generate-modes modes.xml > Gives: sh: Can't open apertium-generate-modes > > Tested: > sudo sh autogen.sh && make > Couldn't remove the existing mode files. > > Removed the files with: > rm * > cd .. > Removed the directory with: > rmdir > > And finally: > sudo sh autogen.sh && make > Worked!!
Don't use sudo before autogen, the only thing that should require sudo is "make install". If anything else requires sudo, there's likely either a bug in the makefile, or you at some point earlier sudo'ed when you shouldn't have ;) (Unfortunately, if you've used sudo'ed earlier, you might have to use sudo to rm some files that have been created with root permission.) -- Kevin Brubeck Unhammer GPG: 0x766AC60C ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
