Hello, On Wed, Apr 14, 2010 at 09:54:33AM +0200, Michael Sagner wrote: > PdCom 3.0.1 freshly downloaded from etherlab.org. > I ran ./configure without a problem, but got three errors on "make > modules": > Data.cpp: In static member function 'static size_t > PdCom::Data::getTypeWidth(PdCom::Data::Type)': > Data.cpp:63: error: 'uint16_t' was not declared in this scope > Data.cpp:66: error: 'uint32_t' was not declared in this scope > Data.cpp:69: error: 'uint64_t' was not declared in this scope
does adding '#include <inttypes.h>' to Data.cpp help? -- Best regards, Florian Pose http://etherlab.org _______________________________________________ etherlab-users mailing list [email protected] http://lists.etherlab.org/mailman/listinfo/etherlab-users
