"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:

| Regardless of whether it is run in place or installed, I get the same
| message:
>
| "Unable to determine the path to the LyX binary from the command line [...]"
>
| If I give the full path to the binary, then I get:
>
| "Unable to determine the system directory having searched [...]"
>
| Angus, how do you want me to debug this? I have my working lyx binary 
installed
| under a different name, so this is not stopping me in my job hunting and
| school work.

My guess is that this is a cygwin Win or Posix thingie.

What happens if you force the boost.filesystem to compile cygwin as
posix?

I know that this is not the easiest thing to change... it involves
changing

boost/libs/filesystem/src:
exception.cpp
operations_posix_windows.cpp
path_posix_windows.cpp

Actually... easy solution... make sure that BOOST_POSIX is defined.
f.ex in our config.h.

put

#define BOOST_POSIX 1

there

If that fixes cygwin, then we know what is wrong.

-- 
        Lgb

Reply via email to