opengroupware installation problem
"Mahmood Hassan" <[email protected]> Mon, 20 Apr 2009 07:09:58 +0200 (CEST)
| Newsgroups | gmane.comp.cms.opengroupware.user |
|---|---|
| Message-ID | <[email protected]> |
Hi All
I am new to opengroupware and installing opengroupware at UBUNTU server.
I have installed the following libraries and configuration process is
successful. I have also installed Gnustep make.
creating: /usr/local/src/sope/config.make
optional library found: xml2
optional library found: ldap
required library found: ssl
optional library found: pq
optional library found: sqlite3
optional library found: mysqlclient
configuring NGStreams library .... done (log in config-NGStreams.log).
But when I run the make command for SOPE I found the following error
mahmood@opengroup:/usr/local/src/sope$ sudo make
[sudo] password for mahmood:
This is gnustep-make 2.0.2. Type 'make print-gnustep-make-help' for help.
/usr/share/GNUstep/Makefiles/common.make:725: WARNING: Your PATH may not
be set up correctly !
/usr/share/GNUstep/Makefiles/common.make:726: Please try again after
adding "/usr/GNUstep/System/Tools" to your path
Making all in sope-xml...
make[1]: Entering directory `/usr/local/src/sope/sope-xml'
Making all in SaxObjC...
make[2]: Entering directory `/usr/local/src/sope/sope-xml/SaxObjC'
Making all for library libSaxObjC...
Compiling file SaxAttributeList.m ...
In file included from SaxAttributeList.m:22:
SaxAttributeList.h:25:32: warning: Foundation/NSObject.h: No such file or
directory
In file included from SaxAttributeList.m:22:
SaxAttributeList.h:43: error: cannot find interface declaration for
âNSObjectâ, superclass of âSaxAttributeListâ
SaxAttributeList.h:43: error: cannot find protocol declaration for
âNSCopyingâ
In file included from SaxAttributeList.h:64,
from SaxAttributeList.m:22:
../SaxObjC/SaxAttributes.h:63: error: cannot find interface declaration
for âNSObjectâ, superclass of âSaxAttributesâ
../SaxObjC/SaxAttributes.h:63: error: cannot find protocol declaration for
âNSCopyingâ
In file included from SaxAttributeList.m:24:
common.h:25:34: warning: Foundation/Foundation.h: No such file or
directory
SaxAttributeList.m: In function â-[SaxAttributeList init]â:
SaxAttributeList.m:29: warning: no â+allocâ method found
SaxAttributeList.m:29: warning: (Messages without a matching method
signature
SaxAttributeList.m:29: warning: will be assumed to return âidâ and accept
SaxAttributeList.m:29: warning: â...â as arguments.)
SaxAttributeList.m:30: warning: no â+allocâ method found
SaxAttributeList.m:31: warning: no â+allocâ method found
SaxAttributeList.m: In function â-[SaxAttributeList
initWithAttributeList:]â:
SaxAttributeList.m:39: warning: no â-addObject:â method found
SaxAttributeList.m:40: warning: no â-addObject:â method found
SaxAttributeList.m:41: warning: no â-addObject:â method found
SaxAttributeList.m: In function â-[SaxAttributeList initWithAttributes:]â:
SaxAttributeList.m:52: warning: no â-addObject:â method found
SaxAttributeList.m:53: warning: no â-addObject:â method found
SaxAttributeList.m:54: warning: no â-addObject:â method found
SaxAttributeList.m: In function â-[SaxAttributeList dealloc]â:
SaxAttributeList.m:61: warning: no â-releaseâ method found
SaxAttributeList.m:62: warning: no â-releaseâ method found
SaxAttributeList.m:63: warning: no â-releaseâ method found
SaxAttributeList.m:64: error: no super class declared in @interface for
âSaxAttributeListâ
SaxAttributeList.m: In function â-[SaxAttributeList setAttributeList:]â:
SaxAttributeList.m:75: warning: no â-addObject:â method found
SaxAttributeList.m:76: warning: no â-addObject:â method found
SaxAttributeList.m:77: warning: no â-addObject:â method found
SaxAttributeList.m: In function â-[SaxAttributeList clear]â:
SaxAttributeList.m:81: warning: no â-removeAllObjectsâ method found
SaxAttributeList.m:82: warning: no â-removeAllObjectsâ method found
SaxAttributeList.m:83: warning: no â-removeAllObjectsâ method found
SaxAttributeList.m: In function â-[SaxAttributeList
addAttribute:type:value:]â:
SaxAttributeList.m:90: error: ânilâ undeclared (first use in this
function)
SaxAttributeList.m:90: error: (Each undeclared identifier is reported only
once
SaxAttributeList.m:90: error: for each function it appears in.)
SaxAttributeList.m:90: error: cannot find interface declaration for
âNXConstantStringâ
SaxAttributeList.m:92: warning: no â-addObject:â method found
SaxAttributeList.m:93: warning: no â-addObject:â method found
SaxAttributeList.m:94: warning: no â-addObject:â method found
SaxAttributeList.m: In function â-[SaxAttributeList removeAttribute:]â:
SaxAttributeList.m:100: warning: no â-indexOfObject:â method found
SaxAttributeList.m:100: warning: assignment makes integer from pointer
without a cast
SaxAttributeList.m:100: error: âNSNotFoundâ undeclared (first use in this
function)
SaxAttributeList.m:103: warning: no â-removeObjectAtIndex:â method found
SaxAttributeList.m:104: warning: no â-removeObjectAtIndex:â method found
SaxAttributeList.m:105: warning: no â-removeObjectAtIndex:â method found
SaxAttributeList.m: In function â-[SaxAttributeList nameAtIndex:]â:
SaxAttributeList.m:111: warning: no â-objectAtIndex:â method found
SaxAttributeList.m: In function â-[SaxAttributeList typeAtIndex:]â:
SaxAttributeList.m:114: warning: no â-objectAtIndex:â method found
SaxAttributeList.m: In function â-[SaxAttributeList valueAtIndex:]â:
SaxAttributeList.m:117: warning: no â-objectAtIndex:â method found
SaxAttributeList.m: In function â-[SaxAttributeList typeForName:]â:
SaxAttributeList.m:123: warning: no â-indexOfObject:â method found
SaxAttributeList.m:123: warning: assignment makes integer from pointer
without a cast
SaxAttributeList.m:123: error: âNSNotFoundâ undeclared (first use in this
function)
SaxAttributeList.m:124: error: ânilâ undeclared (first use in this
function)
SaxAttributeList.m: In function â-[SaxAttributeList valueForName:]â:
SaxAttributeList.m:131: warning: no â-indexOfObject:â method found
SaxAttributeList.m:131: warning: assignment makes integer from pointer
without a cast
SaxAttributeList.m:131: error: âNSNotFoundâ undeclared (first use in this
function)
SaxAttributeList.m:132: error: ânilâ undeclared (first use in this
function)
SaxAttributeList.m: At top level:
SaxAttributeList.m:143: error: expected â)â before âNSZoneâ
SaxAttributeList.m: In function â-[SaxAttributeList copyWithZone:]â:
SaxAttributeList.m:144: warning: âSaxAttributeListâ may not respond to
â-classâ
SaxAttributeList.m:144: warning: no â-allocWithZone:â method found
SaxAttributeList.m: In function â-[SaxAttributeList propertyList]â:
SaxAttributeList.m:154: warning: no
â+dictionaryWithObjects:forKeys:count:â method found
SaxAttributeList.m: In function â-[SaxAttributeList description]â:
SaxAttributeList.m:158: error: âNSMutableStringâ undeclared (first use in
this function)
SaxAttributeList.m:158: error: âsâ undeclared (first use in this function)
SaxAttributeList.m:163: warning: implicit declaration of function
âNSStringFromClassâ
SaxAttributeList.m:163: warning: âSaxAttributeListâ may not respond to
â-classâ
SaxAttributeList.m:175: warning: no â-isEqualToString:â method found
SaxAttributeList.m:185: warning: no â-autoreleaseâ method found
make[4]: *** [obj/SaxAttributeList.m.o] Error 1
make[3]: *** [internal-library-all_] Error 2
make[2]: *** [libSaxObjC.all.library.variables] Error 2
make[2]: Leaving directory `/usr/local/src/sope/sope-xml/SaxObjC'
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory `/usr/local/src/sope/sope-xml'
make: *** [internal-all] Error 2
2ndly when I run the ./configure for opengroupware I found the following
error
creating: /usr/local/src/opengroupware.org/config.make
failed to link required library: NGLdap
Please help me to rectify this problem
Best Regards
Mahmood ul Hassan