[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: (no subject)



Hi!

> > i am new to gtk and linux. i am developing a program
> > using gtk. i am using glade2 for designing the
> > interface. I have to add the headers pcap.h and
> > libnet.h for compiling the program, but i don't know
> > how to add these headers. i will be thankfull if you
> > give a solution for this problem

> in glade main window, goto options and mention where u
> want to save the project (your designed one).in that
> directory goto src directory and u can edit 
> callbacks.h
> support.h
> interface.h

Further on, edit src/Makefile.am and add the corresponding -l libname to
the yourprog_LDADD key, otherwise the autoutils will fail.

Best wishes,

Andrej



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]