I had the same issue on a Linux platform
From my early learning of Eclispe two things:
- Add the glib library directories to the project
Projects->Properties->C/C++ General->Paths and Symbols. Using the Includes tab, add
the path to the glib includes.For my Linux system it is:
/usr/include/glib-2.0/glib
You might also add your path to epan to resolve all those things like 'value_string', etc.
- After your first build,
many library and include paths will be added to this tab.
Good luck with Eclipse, works well, but a lot to learn. I am just starting my learning.
Alex Lindberg
--- On Thu, 6/28/12, Roland Knall <rknall@xxxxxxxxx> wrote:
> From: Roland Knall <rknall@xxxxxxxxx> > Subject: [Wireshark-dev] Problem getting Eclipse working > To: "Developer support list for Wireshark" <wireshark-dev@xxxxxxxxxxxxx> > Date: Thursday, June 28, 2012, 8:51 AM > Hi > > Little off-topic. > > Wireshark Development is kind of fried on my PC, as I cannot > get > Eclipse to acknowledge the GLib datatypes. > > Could someone who is using Eclipse under Linux and has a >
working > project with C/C++ indexeer send me his include path list? > > Rebuilding, recreating, all things tried already, it simply > does not work. > > regards, > Roland > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx> > Archives: http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > > mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe > |