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 176843 - A lot of unresolved identifiers in Freeway project under Cygwin
Summary: A lot of unresolved identifiers in Freeway project under Cygwin
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-14 07:15 UTC by soldatov
Modified: 2009-11-16 03:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (59.75 KB, image/png)
2009-11-14 07:15 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-11-14 07:15:58 UTC
Created attachment 91042 [details]
screenshot

Cygwin, Windows XP

Scenario:
- Create Freeway
- Build
==> ok
- Open FreewayWindow.cc
==> A lot of unresolved identifiers (IDE can't find /usr/lib/glib-2.0/include)
Comment 1 soldatov 2009-11-14 07:23:51 UTC
$ ls /usr/include/glib-2.0/
glib  glib-object.h  glib.h  gmodule.h  gobject

$ pkg-config --cflags gtk+-2.0
-DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
Comment 2 Alexander Simon 2009-11-14 10:12:35 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/26085292d195
Comment 3 soldatov 2009-11-14 14:48:09 UTC
verified
Comment 4 Quality Engineering 2009-11-16 03:21:10 UTC
Integrated into 'main-golden', will be available in build *200911160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/26085292d195
User: alexvsimon@netbeans.org
Log: fixed BZ#176843 A lot of unresolved identifiers in Freeway project under Cygwin