Re: Using the Nautilus View
- From: Jürg Billeter <j bitron ch>
- To: Peter Snyder <peter e snyder lawrence edu>
- Cc: Nautilus-list gnome org
- Subject: Re: Using the Nautilus View
- Date: Sat, 27 Dec 2003 10:30:09 +0100
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]