Dear helper, Sorry to interrupt to this installation procedure for questions, but it was definitely helpful to install horae-025 package. I'd like to report a problem in using artemis. I use RH 8.0 to install the package, following all your instructions. Log in as a normal user. (1) For Tk804.025_beta installation, xhost + localhost su export LANG=lang_us perl -MCPAN -e shell cpan>install Tk In the installation process, I encountered the following warnings: cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory But the installation was successful after all. (2) For horae-025 intallation, perl Makefile.PL make make intall I also encountered the same warnings as the above, but the installation seems ok. (3) in using artemis, here is the problem Typing "artemis" brought up a window, but in "import a Feff calculaton" window under menu-bar "File", I couldn't move to any directory where "feff.inp" is, causing the following error message: Tk::Error: Can't locate Tk/Unselect.pm in @INC (@INC contains:/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Tk/Widget.pm line 270. Joon An From LBL.
On Mac OS 10.3 (a free bsd derivative), I encoutered the same problem when I attempted to compile Tk via the cpan interface. When I manually downloaded the Tk source and compiled it "by hand", e.g. perl Makefile.PL;make;make install, the problem with the UnSelect.pm module. Of course now I have a different problem which I wrote to Bruce about. I can navigate to a folder containing some data, select a file, see the interactive file data read in dialog, but when I hit the OK button, I see an unknown option "state" error message. Has anyone else seen this sort of error? [Quark:exafs/analyzed/ZnO_initial_growth] paulfons% athena Tk::Error: unknown option "state" at /usr/local/bin/athena line 2694. Tk callback for .frame2.canvas.entry main::set_properties at /usr/local/bin/athena line 2694 main::fill_skinny at /usr/local/bin/athena line 1447 main::construct_xmu at /usr/local/bin/athena line 3910 main::__ANON__ at /usr/local/bin/athena line 3662 Tk callback for .toplevel1.frame.frame7.button Tk::__ANON__ at /Library/Perl/5.8.1/darwin-thread-multi-2level/Tk.pm line 246 Tk::Button::butUp at /Library/Perl/5.8.1/darwin-thread-multi-2level/Tk/Button.pm line 111 <ButtonRelease-1> (command bound to event) On Nov 3, 2003, at 8:43 AM, J. M. An wrote:
Dear helper,
Sorry to interrupt to this installation procedure for questions, but it was definitely helpful to install horae-025 package. I'd like to report a problem in using artemis. I use RH 8.0 to install the package, following all your instructions.
Log in as a normal user.
(1) For Tk804.025_beta installation,
xhost + localhost su export LANG=lang_us perl -MCPAN -e shell cpan>install Tk In the installation process, I encountered the following warnings:
cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory
But the installation was successful after all.
(2) For horae-025 intallation,
perl Makefile.PL make make intall
I also encountered the same warnings as the above, but the installation seems ok.
(3) in using artemis, here is the problem
Typing "artemis" brought up a window, but in "import a Feff calculaton" window under menu-bar "File", I couldn't move to any directory where "feff.inp" is, causing the following error message: Tk::Error: Can't locate Tk/Unselect.pm in @INC (@INC contains:/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Tk/Widget.pm line 270.
Joon An From LBL.
_______________________________________________ Ifeffit mailing list Ifeffit@millenia.cars.aps.anl.gov http://millenia.cars.aps.anl.gov/mailman/listinfo/ifeffit
Dr. Paul Fons Senior Researcher National Institute for Advanced Industrial Science & Technology METI Optoelectronics Division Umezono 1-1-4 Tsukuba, Ibaraki JAPAN 305-8568 tel. +81-298-61-5636 fax. +81-298-61-5615 email: paul-fons@aist.go.jp The lines below are in a Japanese font 〒305−8568 茨城県つくば市梅園1−1−4 光技術部 ポール・フォンス主任研究官
On Sunday 02 November 2003 11:58 pm, Paul Fons wrote:
I see an unknown option "state" error message. Has anyone else seen this sort of error? [Quark:exafs/analyzed/ZnO_initial_growth] paulfons% athena Tk::Error: unknown option "state" at /usr/local/bin/athena line 2694.
The problem that Paul reports ('unknown option "state"') is my fault. I'll post an corrected tarball soon. (The manual fix is trivial, just go to that line in the source code and change several instances of the word "state" to "-state". There are many more that have the dash and so are ok). Joon, however, reports the same problem that Paul mentioned to me earlier by private email, namely some problem finding a file called Unselect.pm. I don't know what that means, but I will look into it. B -- Bruce Ravel ----------------------------------- ravel@phys.washington.edu Code 6134, Building 3, Room 222 Naval Research Laboratory phone: (1) 202 767 5947 Washington DC 20375, USA fax: (1) 202 767 1697 NRL Synchrotron Radiation Consortium (NRL-SRC) Beamlines X11a, X11b, X23b National Synchrotron Light Source Brookhaven National Laboratory, Upton, NY 11973 My homepage: http://feff.phys.washington.edu/~ravel EXAFS software: http://feff.phys.washington.edu/~ravel/software/exafs/
On Sunday 02 November 2003 06:43 pm, J. M. An wrote:
(3) in using artemis, here is the problem
Typing "artemis" brought up a window, but in "import a Feff calculaton" window under menu-bar "File", I couldn't move to any directory where "feff.inp" is, causing the following error message:
Tk::Error: Can't locate Tk/Unselect.pm in @INC (@INC
Hi, Yours is the second email this morning reporting this problem. I don't know the answer, but I'll look into it and make an announcement to the mailing list when I figure it out. B -- Bruce Ravel ----------------------------------- ravel@phys.washington.edu Code 6134, Building 3, Room 222 Naval Research Laboratory phone: (1) 202 767 5947 Washington DC 20375, USA fax: (1) 202 767 1697 NRL Synchrotron Radiation Consortium (NRL-SRC) Beamlines X11a, X11b, X23b National Synchrotron Light Source Brookhaven National Laboratory, Upton, NY 11973 My homepage: http://feff.phys.washington.edu/~ravel EXAFS software: http://feff.phys.washington.edu/~ravel/software/exafs/
participants (3)
-
Bruce Ravel
-
J. M. An
-
Paul Fons