Re: Using the Nautilus View



On Sat, 2003-12-20 at 22:14, Peter Snyder wrote:
> I keep getting a compiler warning that tells me that that function is
> undefined.  I double checked my includes; it reads 
> 
> #include <libnautilus/nautilus-view.h>.  

> undefined reference to 'nautilus_view_open_location_in_this_window'

Undefined references have nothing to do with missing includes. You have
forgotten to link your program against the library, so add -lnautilus or
whatever is necessary for the nautilus view.

Jürg




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