Now fixed in cvs.
Cheers, Fons.
On Mon, 2004-05-03 at 13:42, Elias Athanasopoulos wrote:
> Dear all,
>
> Using the latest version of ROOT:
>
> elathan@testbed:~/src/ruby/rr> cat cint-bug.cxx
>
> #include "TApplication.h"
>
> int main(int argc, char **argv)
> {
> TApplication *tapp = new TApplication("test", &argc, argv);
> tapp->Run();
> return 1;
> }
> elathan@testbed:~/src/ruby/rr> g++ `root-config --libs --cflags` cint-bug.cxx -o cint-bug
> elathan@testbed:~/src/ruby/rr> ./cint-bug
> Note: File "/usr/local//lib/root/libCore.so" already loaded
> ^C
> elathan@testbed:~/src/ruby/rr>
>
> Doing a fast grep in ROOT's source tree:
>
> elathan@testbed:~/src/root/root> find . -name "*.[cxx|c|h|cpp]" | xargs grep "Note: File"
> ./cint/src/loadfile.c: G__fprinterr(G__serr,"Note: File \"%s\" already loaded\n",filename);
>
> Anyone with a clue about this warning?
>
> Regards,
> Elias
>
> PS. Please 'cc' me on replies as I am not subscribed.
>
--
Org: CERN, European Laboratory for Particle Physics.
Mail: 1211 Geneve 23, Switzerland
E-Mail: Fons.Rademakers@cern.ch Phone: +41 22 7679248
WWW: http://www.rademakers.org/fons/ Fax: +41 22 7679480
This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:07 MET