hi,
i unse radiance under OS system and i am now following Radiance Tutorial on the office website edited by Axel Jacobs.
i used compiled binaries to install Radiance on my mac.
what i am doing now is to run the command on p14.
i copy the command in terminal here:
lus-MacBook-Air:objects zhujiajie$ nano things.rad
lus-MacBook-Air:objects zhujiajie$ objline things.rad | x11meta
dyld: Library not loaded: /usr/X11/lib/libX11.6.dylib
Referenced from: /Applications/Radiance/rad4R2macosx_bin/x11meta
Reason: image not found
Trace/BPT trap: 5
lus-MacBook-Air:objects zhujiajie$
in things.rad:
void sphere ball1
0
0
4 6 5 7 2
there is no image.
what is going on here?
Jiajie
You need to install X11 on your system. It isn't included by default on newer version so MacOS, sadly. See:
http://support.apple.com/en-us/HT201341
Cheers,
-Greg
···
From: Jiajie Zhu <jonathan.zhu.uk@gmail.com>
Subject: [Radiance-general] no image
Date: February 21, 2015 10:52:24 AM PST
hi,
i unse radiance under OS system and i am now following Radiance Tutorial on the office website edited by Axel Jacobs.
i used compiled binaries to install Radiance on my mac.
what i am doing now is to run the command on p14.
i copy the command in terminal here:
lus-MacBook-Air:objects zhujiajie$ nano things.rad
lus-MacBook-Air:objects zhujiajie$ objline things.rad | x11meta
dyld: Library not loaded: /usr/X11/lib/libX11.6.dylib
Referenced from: /Applications/Radiance/rad4R2macosx_bin/x11meta
Reason: image not found
Trace/BPT trap: 5
lus-MacBook-Air:objects zhujiajie$
in things.rad:
void sphere ball1
0
0
4 6 5 7 2
there is no image.
what is going on here?
Jiajie
_______________________________________________
Radiance-general mailing list
Radiance-general@radiance-online.org
http://www.radiance-online.org/mailman/listinfo/radiance-general
hi,
thanks for you reply.
i now have already install X11, but when i try to get image there has another problem.
dyn1216-161:objects zhujiajie$ objline chair.rad|x11meta
fatal - cannot open file "/usr/local/lib/ray/meta/vchars.mta", mode “r"
what is the problem here.
many thanks.
Jiajie
Are you using the NREL binaries? It looks like I may be building x11meta incorrectly, with some bad (hard path) link to "vchars.mta". I get this same error on my system; lemme look into this.
- Rob
···
On 2/23/15, 4:48 AM, "Jiajie Zhu" <jonathan.zhu.uk@gmail.com<mailto:jonathan.zhu.uk@gmail.com>> wrote:
hi,
thanks for you reply.
i now have already install X11, but when i try to get image there has another problem.
dyn1216-161:objects zhujiajie$ objline chair.rad|x11meta
fatal - cannot open file "/usr/local/lib/ray/meta/vchars.mta", mode "r"
what is the problem here.
many thanks.
Jiajie
hi Rod,
i use the latest official release 4.2, the Pre-compoled Binaries version for Mac on official website.
Thanks!
Jiajie