This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 144119 - Cpp compiler includes dont work(Unable to resolve identifier)...Nb6.1 work
Summary: Cpp compiler includes dont work(Unable to resolve identifier)...Nb6.1 work
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexey Vladykin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 20:56 UTC by onthefloorr
Modified: 2008-08-19 14:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description onthefloorr 2008-08-15 20:56:50 UTC
I included Qt headers to my project, but the codecompletion didnt work.
The error im getting is the following:  (Unable to resolve identifier QMainWindow,QWidget,QTableWidget etc...).
With Netbeans 5.5 this was perfect.
Please fix this bug :)
Comment 1 soldatov 2008-08-15 22:00:41 UTC
Need more info. What platform, Qt you use? How project is configured? NetBeans 6.1 and 6.5 works correctly with Qt 4.3.2
on Windows and Linux. Can you see issue 132136 and issue 132156 also?
Comment 2 onthefloorr 2008-08-16 18:46:22 UTC
Hy,
Please see this flashmovie.
I use debian etch, ( Linux debian 2.6.24-etchnhalf.1-686 #1 SMP Mon Jul 21 11:17:43 UTC 2008 i686 GNU/Linux )
http://infovip.hu/0002_b/bg.html

Thanks :)
Comment 3 Vladimir Voskresensky 2008-08-16 20:05:40 UTC
Thanks for the nice demo!
Will investigate
Comment 4 Vladimir Voskresensky 2008-08-17 13:31:03 UTC
Could you, please, try latest daily build. We fixed exception seen in demo, may be your problem gone.
Comment 5 Vladimir Voskresensky 2008-08-17 13:32:01 UTC
daily is on http://bits.netbeans.org/download/trunk/nightly/latest/
Comment 6 onthefloorr 2008-08-17 21:07:28 UTC
Not work :(
Comment 7 Alexey Vladykin 2008-08-18 11:12:40 UTC
Could you please delete CND cache (/tmp/${username}-cnd65-caches-0) and try again?
Comment 8 onthefloorr 2008-08-18 17:38:11 UTC
i downloaded netbeans nightly full version , and it installed. 
i did what you had written and you can watch it in this video  http://onthefloor.try.hu/bg/bug.html  ( flash ) 
Log:
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_07-b06
  Java Home               = /opt/jdk1.6.0_07/jre
  System Locale; Encoding = hu_HU (nb); ISO-8859-2
  Home Directory          = /home/attila
  Current Directory       = /home/attila
  User Directory          = /tmp/tempdir1
  Installation            = /home/attila/netbeans-dev-200808170243/nb6.5
                            /home/attila/netbeans-dev-200808170243/ide10
                            /home/attila/netbeans-dev-200808170243/java2
                            /home/attila/netbeans-dev-200808170243/xml2
                            /home/attila/netbeans-dev-200808170243/apisupport1
                            /home/attila/netbeans-dev-200808170243/webcommon1
                            /home/attila/netbeans-dev-200808170243/websvccommon1
                            /home/attila/netbeans-dev-200808170243/enterprise5
                            /home/attila/netbeans-dev-200808170243/mobility8
                            /home/attila/netbeans-dev-200808170243/profiler3
                            /home/attila/netbeans-dev-200808170243/gsf1
                            /home/attila/netbeans-dev-200808170243/ruby2
                            /home/attila/netbeans-dev-200808170243/php1
                            /home/attila/netbeans-dev-200808170243/visualweb2
                            /home/attila/netbeans-dev-200808170243/soa2
                            /home/attila/netbeans-dev-200808170243/identity2
                            /home/attila/netbeans-dev-200808170243/harness
                            /home/attila/netbeans-dev-200808170243/cnd2
                            /home/attila/netbeans-dev-200808170243/groovy1
                            /home/attila/netbeans-dev-200808170243/platform9
Comment 9 Alexey Vladykin 2008-08-19 09:02:54 UTC
Please add /usr/local/Trolltech/Qt-4.1.1/include to include directories. It contains headers required to correctly parse
headers from its subdirectories. Adding this entry to include directories solved the problem for me.
Comment 10 onthefloorr 2008-08-19 14:19:40 UTC
Yeah, Work it :)
Thank you :)
Comment 11 Alexey Vladykin 2008-08-19 14:29:29 UTC
Thank you too! We liked your flash movies very much :)