Compiling own classes with ACLiC gives error

  1. You need to get rid of circular dependencies in your “#include” files.
  2. “ClassDef” must always be the “very last” and “public” (see also [root.cern.ch/phpBB3/viewtopic.ph … 767#p51767](Simple way to create and merge shared libraries? for some additional neat Philippe’s notes concerning “ClassDef” / “ClassImp” / “TObject inheritance”).
  3. You should create dictionary entries for additional containers that you define.
    NoClassProblem.tar.gz (2.31 KB)