[Nautilus-list] compile problem



Hello,

  I'm trying to compile nautilus 1.05 but I'm getting stuck in the
libnautilus-private directory. When compiling the file
nautilus-customization-data.c I get the following error:

nautilus-customization-data.c: In function `load_name_map_hash_table':
nautilus-customization-data.c:468: structure has no member named
`childs'
make[2]: *** [nautilus-customization-data.lo] Error 1

Lines 467 and 468 say:

category_node = eel_xml_get_root_child_by_name_and_property
(browser_data, "category", "name", data->customization_name);
current_node = category_node->childs;

and eel_xml_get_root_child_by_name_and_property appears to be defined in
the  eel-xml-extensions.h file as:

xmlNodePtr eel_xml_get_child_by_name_and_property (xmlNodePtr
parent, const char *child_name, const char *property_nam e, const char
 *property_value);

The gcc compile command includes the instruction
-I/usr/local/include/eel-1 and nautilus-customization-data.c includes
the directive:

#include <eel/eel-xml-extensions.h>

which is where the header file is located, so I'm stumped. Does anyone
have any ideas?! I think I've installed all the latest versions of the
necessary libraries, and 1.04 compiled with no more than the usual
hair-pulling. Thanks for any assistance.

           Andrew
-- 
|==================================-------------------------------------|
Andrew Williams - PhD Student - Astronomy Group,University College London
mailto:andrew alkaid clara co uk                http://www.alshain.org.uk




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