Re: [Apertium-stuff] Apertium Simpleton UI

2021-05-15 Thread Tino Didriksen
G'day,

That's because apertium-separable isn't built at all for Windows
yet. Native Windows has been rather on the back-foot because WSL works so
well.

You can use the WSL version via
https://docs.microsoft.com/en-us/windows/wsl/install-win10 followed by
https://wiki.apertium.org/wiki/Install_Apertium_core_using_packaging
although this is rather more advanced.

I'll see if I can find time for more Windows native builds.

-- Tino Didriksen


On Thu, 13 May 2021 at 01:21, Terje  wrote:

> Hey!
>
> I am having difficulties getting Apertium Simpleton UI to work. The
> program launches fine and the packages seem to have no issues with
> downloading (language package and Core Tools). But when I hit 'Run', this
> error pops up:
>
> 'lsx-proc' is not recognized as an internal or external command,
>
> operable program or batch file
>
>
> My knowledge of software is superficial.I don't understand any of the
> stuff you do. There was little help to find online. I thought it wouldn't
> hurt to send you an email. Is this an easy fix?
>
>
> Thanks either way!
>
___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


[Apertium-stuff] Apertium Simpleton UI, now usable

2015-05-29 Thread Tino Didriksen
The Simpleton UI is now usable, and I've made some binary packages for
Windows and OS X:

Windows (32bit):
http://apertium.projectjj.com/win32/apertium-simpleton-win32.zip
Requires VS2013 x86 redist from
https://www.microsoft.com/en-us/download/details.aspx?id=40784
Screenshot: https://dl.dropboxusercontent.com/u/62647212/simpleton-win.png

OS X (64bit): http://apertium.projectjj.com/osx/apertium-simpleton-osx64.zip
Screenshot: https://dl.dropboxusercontent.com/u/62647212/simpleton-osx.png

The Windows build should work on Vista and newer.

The OS X build, I don't know. It's targeted at OS X 10.7 64bit, but I don't
have an OS X older than 10.10 to test on. It is 64bit only, but so is
almost everything else on OS X, so shouldn't be a problem to anyone.

-- Tino Didriksen
--
___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


Re: [Apertium-stuff] Apertium Simpleton UI

2015-03-09 Thread Kevin Brubeck Unhammer
Tino Didriksen 
writes:

> On 8 March 2015 at 19:06, Tino Didriksen
>  wrote:
>
> 
> Unfortunately, the Windows builds require input/output in
> ISO-8859-1, which makes e.g. kaz-tat unusable. However, this can
> be fixed by using the non-wide I/O functions, and I have a
> functional prototype for doing so.
>
> That fix is now committed to lttoolbox, yielding e.g.:
> https://dl.dropboxusercontent.com/u/62647212/simpleton-kaz-tat.png

That's pretty cool!

Did you test if the locale fix works on mac's as well, without further
changes? This might fix http://sourceforge.net/p/apertium/tickets/28/
and perhaps remove the need for ugliness like

#if defined __clang__
  locale::global(locale("")); // global(locale("")) is non-broken in clang
#elif defined __APPLE__
  LtLocale::tryToSetLocale(); // global(locale("")) is broken in libstc++ 
on Mac's
#else
  locale::global(locale(""));
#endif


-- 
Kevin Brubeck Unhammer

GPG: 0x766AC60C


signature.asc
Description: PGP signature
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


Re: [Apertium-stuff] Apertium Simpleton UI

2015-03-08 Thread Tino Didriksen
On 8 March 2015 at 19:06, Tino Didriksen  wrote:

> Unfortunately, the Windows builds require input/output in ISO-8859-1,
> which makes e.g. kaz-tat unusable. However, this can be fixed by using the
> non-wide I/O functions, and I have a functional prototype for doing so.
>

That fix is now committed to lttoolbox, yielding e.g.:
https://dl.dropboxusercontent.com/u/62647212/simpleton-kaz-tat.png

-- TD
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


[Apertium-stuff] Apertium Simpleton UI

2015-03-08 Thread Tino Didriksen
Code: https://svn.code.sf.net/p/apertium/svn/branches/apertium-simpleton
Screenshot: https://dl.dropboxusercontent.com/u/62647212/simpleton.png

Since we have the nightly Windows builds and the PCRE patch lets them use
data files built anywhere, I figured I'd try to make a simple GUI to
combine the two.

Unfortunately, the Windows builds require input/output in ISO-8859-1, which
makes e.g. kaz-tat unusable. However, this can be fixed by using the
non-wide I/O functions, and I have a functional prototype for doing so.

The code assumes one is distributing a package with 7z in the executable
folder, because that is how it would be used on Windows and Mac.

-- Tino Didriksen
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff