When trying to emerge app-crypt/xca-0.7.0 on a sistem with sys-devel/gcc-4.4.x it failed complaining that: ‘uint32_t’ does not name a type Reproducible: Always Steps to Reproduce: 1. emerge sys-devel/gcc-4.4.x 2. emerge =app-crypt/xca-0.7.0 Actual Results: emerge fails with: db.h:36: error: ‘uint32_t’ does not name a type Expected Results: clean compile Editing lib/db.cpp lib/pki_base.h widgets/NewX509.h lib/db_base.h and adding #include <stdint.h> at the beginning fixes the problem
Thanks. You almost got it right, it was only db.h that needed it.
(In reply to comment #1) > Thanks. You almost got it right, it was only db.h that needed it. > That was a really fast answer. Cheers.
Please close this bug after sending the patch to upstream.
Sent (by e-mail).