[kdevelop] [Bug 370928] Kdevelop parser issues with with typedefs not recognized.

2017-01-01 Thread Ted
https://bugs.kde.org/show_bug.cgi?id=370928

--- Comment #3 from Ted  ---
I would like to add a comment that may help others stumbling across this issue.

If there are any RED issues reported in Problems for include files, the parser
will not work.  You must resolve these problems in order for the parser to work
again.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 370928] Kdevelop parser issues with with typedefs not recognized.

2016-12-30 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=370928

Kevin Funk  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 370928] Kdevelop parser issues with with typedefs not recognized.

2016-12-29 Thread Ted
https://bugs.kde.org/show_bug.cgi?id=370928

Ted  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Ted  ---
The whole problem was relying on the Makefile to supply the include paths.
Apparently KDevelop does not parse pkg-config entires in the Makefile.
I added the needed include files paths in Kdevelop and resolved the problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 370928] Kdevelop parser issues with with typedefs not recognized.

2016-10-15 Thread Ted via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370928

--- Comment #1 from Ted  ---
Forgot one typedef:

typedef int afdx_hdl_t;

-- 
You are receiving this mail because:
You are watching all bug changes.