On 31 December 2011 11:57, Bartias <[email protected]> wrote: > Hello to everyone. >> > >> > I wanted to install Apertium on Vista, so I have followed these >> > instructions >> > http://wiki.apertium.org/wiki/Apertium_guide_for_Windows_users >> > unfortunately, a problem appeared. >> > >> > Everything went according to the plan. The installation completed, >> > then I performed "A Quick Test that it Works". Well, it didn't. The >> > "command not found" error appeared. I pasted >> > export PATH=/home/apertium-install/apertium/apertium >> > >> > into the console, and typed "apertium" once again. Then, two following >> errors appeared: >> > >> > $ apertium >> > /home/apertium-install/apertium/apertium/apertium: line 259: >> > getopt: command not >> > found >> > /home/apertium-install/apertium/apertium/apertium: line 11: >> > basename: command no >> > t found >> > Exactly as here:http://pastebin.com/0Nj7Lg8Z >> >
Cygwin changed something recently, and a number of packages are no longer installed by default. You'll need to install coreutils to get basename and util-linux to get getopt. >> > After installing sample language pair, and typing "apertium -l" the >> > same errors appear. >> > >> > What should I do to fix this? >> > >> > Sorry if I have posted this message twice. >> > >> > Regards >> > Bartosz Jarmuż > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > Apertium-stuff mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/apertium-stuff -- <Sefam> Are any of the mentors around? <jimregan> yes, they're the ones trolling you ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
