Problems creating a branch of vector<float>

Hi,

I have a standalone program that creates a TTree with a branch of vector (and vector and vector branches) but when I run the program I get the following error:

(and the same for the vector branch but not for the vector branch). I am using ROOT 5.14.00 built from source via

I thought the only thing needed to build the dictionaries was make cintdlls?

Thanks,
Guillaume

[quote]I thought the only thing needed to build the dictionaries was make cintdlls?[/quote]You also need to load the cintdlls in memory. UsegROOT->ProcessLine("#include <vector>");or alternatively do generate the dictionary for vector.

Cheers,
Philippe