[Omake] SVN Commit: OMake Build System (Rev. 9071)

Jason Hickey jyh at cs.caltech.edu
Wed Apr 12 18:51:04 PDT 2006


Aleksey Nogin wrote:
>       Added a "latex is usable" test (as opposed to "this is not Win32" test).
>       Jason, please let me know if this is a problem.

The problem is that running "latex -help" aborts with a segfault, 
popping up a silly window that forces you to click a button abort/ignore.

We could:
    - Test for the command uname
    - If it exists, and returns CYGWIN-NT-5.1 (or maybe CYGWIN*),
      and the system is Win32, then disable LaTeX.  It might
      be good to give an explanatory message, like:

         The latex command was found, but it is often
         unstable on Cygwin.  If you really want to enable it,
         add the following line to your OMakeroot.

            FORCE_WIN32_LATEX=true

Jason

-- 
Jason Hickey                  http://www.cs.caltech.edu/~jyh
Caltech Computer Science      Tel: 626-395-6568 FAX: 626-792-4257



More information about the OMake-Devel mailing list