[Radiance-general] bash : oconv: command not found

Thomas Bleicher tbleicher at googlemail.com
Tue Feb 23 07:00:04 PST 2010


Barjesh.

When you say you installed Radiance "as per instructions" did you
follow the Unix instructions and compiled Radiance within cygwin or
did you install Windows binaries?

If you installed Windows binaries you actually do not need cygwin. You
can run the individual programs from the Windows command prompt. The
executables should be located in C:\Radiance3.9\bin\.

If you installed Radiance the Unix way check where the binaries have
been installed. The should be in "/usr/local/bin" (path within cygwin)
or perhaps somewhere in "/opt". Search for a file called "oconv" in
these directories. Here is a command that will help:

    find /usr/local -name oconv

(replace "/usr/lcoal" if you want to search somewhere else). If that
does not return a path to oconv then your installation was probably
not successful. Please provide more details about your installation
process.

If you get a path from that try to use the full path in your command at first:

/usr/local/bin/oconv room.rad > test.oct

If that works you just have to set your PATH environment variable to
include /usr/local/bin. You probably also have to set RAYPATH to help
Radiance find commonly used files.

Regards,
Thomas

On Tue, Feb 23, 2010 at 2:11 PM, Brajesh Lal <brajeshlal at yahoo.com> wrote:
> Hi,
>
> I have installed cygwin on Windows 7. and Radiance 3R9 as per instruction.
>
> I made just a room.rad file (as per tutorial)  to check my installation.
> file is inside home\brajesh\ directory
>
> executing the command
> oconv room.rad  >  test.oct
>
> i get the following message
> bash: oconv: command not find.
>
> How do i fix it
>
>
> Best Regards,
>
> Brajesh Lal
>
> _______________________________________________
> Radiance-general mailing list
> Radiance-general at radiance-online.org
> http://www.radiance-online.org/mailman/listinfo/radiance-general
>
>



More information about the Radiance-general mailing list