|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
minor problems with CINT installation from SVN Latest.Hi ,
I downloaded the latest cint. After going through a few previous long discussions on 5.15 Vs 5.16. Worked with CINT from 1999 - 2005 with 5.15. I felt very comfortable with 5.16 -cool installation script. May be this reorganization has lead to many small and minor errors which I am seeing now a days. I could compile perfect. Phillips suggestion ./configure __have_the_proper_shell@ worked perfect with my ubuntu 8.04, but now the problem starts: when I type cint at the prompt: it gives command not found. even though the CINTSYSDIR env var was set/exported and in path. I dont know the reason. If I get into cint directory and type ./cint, it gives out following error: ./cint: error while loading shared libraries: libcint.so: cannot open shared object file: No such file or directory I understand the meaning of this but dont know where to modify, other than the Env Var. the uname -a gives: Linux wadalaptop 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 GNU/Linux The other thing, I may consider reporting is : the makefile generated inside the Complex Demo of makecint doesnot see $CINTSYSDIR/main directory for G__main.o file, which is being called. Few small things: this is more for record: the source file downloaded from the website is different from the CVS Updated content and that is again different from SVN downloaded Content. may be we can avoid this. thank you very much. Looking forward for some pointers. Prasad. Dr. Prasad, B.V.L.S. MD & CTO, Helix Genomics Pvt. Ltd. *************************************************************** As You Progress, There is Some More to Progress - shiva. *************************************************************** ----- Original Message ---- From: Axel Naumann <Axel.Naumann@...> To: CINT mailing list <cint@...> Sent: Wednesday, 19 March, 2008 9:23:10 AM Subject: [CINT] New CINT subversion repository Hi, the CINT subversion repository has been moved to <http://root.cern.ch/svn/root/trunk/cint>. +++ It features a new version of CINT ("CINT7") that is based on Reflex, a C++ reflection library that is part of CINT's repository, and that can be enabled with ./configure --coreversion=new The default is to use the old core; the new one is not yet production grade. +++ Several source files have been renamed and moved. +++ Daniel Barna contributed an install target, including a prefix based build, to be enabled with ./configure --with-prefix. That way, CINT can be installed e.g. in /usr/local without the need to set CINTSYSDIR. Enjoy, and as usually we enjoy hearing from you! Cheers, your CINT developer team: Diego, Leo, Paul, Philippe, Axel! ___________________________________________________________ Yahoo! For Good. Give and get cool things for free, reduce waste and help our planet. Plus find hidden Yahoo! treasure http://green.yahoo.com/uk/earth-day/ |
|
|
RE: minor problems with CINT installation from SVN Latest.Hi Prasad,
Where did you download from :)? Note that the source code repository has recently changed to svn co http://root.cern.ch/svn/root/trunk/cint In the lastest source code, libcint is now created in $CINTSYSDIR/lib which means that you do indeed need to change LD_LIBRARY_PATH to containt $CINTSYSDIR/lib (instead of $CINTSYSDIR). > Few small things: this is more for record: > the source file downloaded from the website is different from the CVS Updated content and that is again different from SVN downloaded Content. Yes it is about time that we cut a new release and clean up the tar files :) Cheers, Philippe. -----Original Message----- From: owner-cint@... [mailto:owner-cint@...] On Behalf Of Dr. Prasad, B.V.L.S. Sent: Friday, April 25, 2008 4:38 PM To: Axel Naumann; cint@... Subject: [CINT] minor problems with CINT installation from SVN Latest. Hi , I downloaded the latest cint. After going through a few previous long discussions on 5.15 Vs 5.16. Worked with CINT from 1999 - 2005 with 5.15. I felt very comfortable with 5.16 -cool installation script. May be this reorganization has lead to many small and minor errors which I am seeing now a days. I could compile perfect. Phillips suggestion ./configure __have_the_proper_shell@ worked perfect with my ubuntu 8.04, but now the problem starts: when I type cint at the prompt: it gives command not found. even though the CINTSYSDIR env var was set/exported and in path. I dont know the reason. If I get into cint directory and type ./cint, it gives out following error: ./cint: error while loading shared libraries: libcint.so: cannot open shared object file: No such file or directory I understand the meaning of this but dont know where to modify, other than the Env Var. the uname -a gives: Linux wadalaptop 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 GNU/Linux The other thing, I may consider reporting is : the makefile generated inside the Complex Demo of makecint doesnot see $CINTSYSDIR/main directory for G__main.o file, which is being called. Few small things: this is more for record: the source file downloaded from the website is different from the CVS Updated content and that is again different from SVN downloaded Content. may be we can avoid this. thank you very much. Looking forward for some pointers. Prasad. Dr. Prasad, B.V.L.S. MD & CTO, Helix Genomics Pvt. Ltd. *************************************************************** As You Progress, There is Some More to Progress - shiva. *************************************************************** ----- Original Message ---- From: Axel Naumann <Axel.Naumann@...> To: CINT mailing list <cint@...> Sent: Wednesday, 19 March, 2008 9:23:10 AM Subject: [CINT] New CINT subversion repository Hi, the CINT subversion repository has been moved to <http://root.cern.ch/svn/root/trunk/cint>. +++ It features a new version of CINT ("CINT7") that is based on Reflex, a C++ reflection library that is part of CINT's repository, and that can be enabled with ./configure --coreversion=new The default is to use the old core; the new one is not yet production grade. +++ Several source files have been renamed and moved. +++ Daniel Barna contributed an install target, including a prefix based build, to be enabled with ./configure --with-prefix. That way, CINT can be installed e.g. in /usr/local without the need to set CINTSYSDIR. Enjoy, and as usually we enjoy hearing from you! Cheers, your CINT developer team: Diego, Leo, Paul, Philippe, Axel! ___________________________________________________________ Yahoo! For Good. Give and get cool things for free, reduce waste and help our planet. Plus find hidden Yahoo! treasure http://green.yahoo.com/uk/earth-day/ |
| Free Forum Powered by Nabble | Forum Help |