RE: [SOGo] SOGo and openchange installation problem

2011-01-25 Thread Carsten Laun-De Lellis
Hi Francis

I did as you told me and added the entries to my .bashrc file and also ran
source /usr/share/GNUstep/Makefiles/GNUstep.sh

But nothing changed. It still said that the file
/usr/local/samba/include/mapistore/mapistore_defs.h is missing. I then
copied the file from the .tar file.

Now the error message are fewer, but still the following error messages
left.

This is gnustep-make 2.2.0. Type 'make print-gnustep-make-help' for help.
Making all for bundle SOGoBackend...
 Compiling file MAPIStoreContext.m ...
MAPIStoreContext.m: In function '-[MAPIStoreContext setURI:andMemCtx:]':
MAPIStoreContext.m:270: error: 'MAPISTORE_FAI_TABLE' undeclared (first use
in this function)
MAPIStoreContext.m:270: error: (Each undeclared identifier is reported only
once
MAPIStoreContext.m:270: error: for each function it appears in.)
MAPIStoreContext.m: In function '-[MAPIStoreContext
_tableForFID:andTableType:]':
MAPIStoreContext.m:568: error: 'MAPISTORE_FAI_TABLE' undeclared (first use
in this function)
MAPIStoreContext.m: In function '-[MAPIStoreContext
getTableProperty:withTag:atPosition:withTableType:andQueryType:inFID:]':
MAPIStoreContext.m:707: error: 'MAPISTORE_PREFILTERED_QUERY' undeclared
(first use in this function)
MAPIStoreContext.m:707: error: 'queryType' has an incomplete type
MAPIStoreContext.m:725: error: 'queryType' has an incomplete type
MAPIStoreContext.m: At top level:
cc1obj: error: type '({anonymous})' does not have a known size
MAPIStoreContext.m: In function '-[MAPIStoreContext
openMessage:withMID:inFID:]':
MAPIStoreContext.m:834: error: 'MAPISTORE_FAI_TABLE' undeclared (first use
in this function)
make[2]: *** [obj/MAPIStoreContext.m.o] Error 1
make[1]: *** [internal-bundle-run-compile-submake] Error 2
make: *** [SOGoBackend.all.bundle.variables] Error 2


Mit freundlichem Gruß

Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)

Hauptstrasse 13
D-67705 Trippstadt

Phone:   +49 (6306) 992140
Mobile:  +49 (151) 27530865
email:   carsten.delel...@delellis.net

-Original Message-
From: Francis Lachapelle [mailto:flachape...@inverse.ca] 
Sent: Tuesday, January 25, 2011 8:21 PM
To: SOGo List
Subject: Re: [SOGo] SOGo and openchange installation problem

Hi

On Jan 25, 2011, at 12:41 PM, Carsten Laun-De Lellis wrote:

 I am still trying to install the OpenChange connector. Though after 
 the hint by Francis I have found the directory OpenChange, but there 
 is no configure file in there. Nor on my server and also not in SOGo's
source repository.
 
 Has anybody already set up the OpenChange connector and could help me out?


You must compile the bundle as you compile SOGo. So you probably forgot to
source your GNUstep.sh. You'll also need to set the variable
PKG_CONFIG_PATH. You should add something like that to your .bashrc:

samba=/usr/local/samba
export PATH=${samba}/bin:${samba}/sbin:$PATH
export PKG_CONFIG_PATH=${samba}/lib/pkgconfig

source /usr/share/GNUstep/Makefiles/GNUstep.sh


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca Inverse
:: Leaders behind SOGo (http://sogo.nu) and PacketFence
(http://packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] SOGo and openchange installation problem

2011-01-25 Thread Carsten Laun-De Lellis
Hi Francis

 

I did as you told me and added the entries to my .bashrc file and also ran
source /usr/share/GNUstep/Makefiles/GNUstep.sh

 

But nothing changed. It still said that the file
/usr/local/samba/include/mapistore/mapistore_defs.h is missing. I then
copied the file from the .tar file.

 

Now the error message are fewer, but still the following error messages
left.

 

This is gnustep-make 2.2.0. Type 'make print-gnustep-make-help' for help.

Making all for bundle SOGoBackend...

Compiling file MAPIStoreContext.m ...

MAPIStoreContext.m: In function '-[MAPIStoreContext setURI:andMemCtx:]':

MAPIStoreContext.m:270: error: 'MAPISTORE_FAI_TABLE' undeclared (first use
in this function)

MAPIStoreContext.m:270: error: (Each undeclared identifier is reported only
once

MAPIStoreContext.m:270: error: for each function it appears in.)

MAPIStoreContext.m: In function '-[MAPIStoreContext
_tableForFID:andTableType:]':

MAPIStoreContext.m:568: error: 'MAPISTORE_FAI_TABLE' undeclared (first use
in this function)

MAPIStoreContext.m: In function '-[MAPIStoreContext
getTableProperty:withTag:atPosition:withTableType:andQueryType:inFID:]':

MAPIStoreContext.m:707: error: 'MAPISTORE_PREFILTERED_QUERY' undeclared
(first use in this function)

MAPIStoreContext.m:707: error: 'queryType' has an incomplete type

MAPIStoreContext.m:725: error: 'queryType' has an incomplete type

MAPIStoreContext.m: At top level:

cc1obj: error: type '({anonymous})' does not have a known size

MAPIStoreContext.m: In function '-[MAPIStoreContext
openMessage:withMID:inFID:]':

MAPIStoreContext.m:834: error: 'MAPISTORE_FAI_TABLE' undeclared (first use
in this function)

make[2]: *** [obj/MAPIStoreContext.m.o] Error 1

make[1]: *** [internal-bundle-run-compile-submake] Error 2

make: *** [SOGoBackend.all.bundle.variables] Error 2

 

 

Mit freundlichem Gruß

 

Carsten Laun-De Lellis

Dipl.-Ing. Elektrotechnik

Certified Information Systems Auditor (CISA)

 

Hauptstrasse 13

D-67705 Trippstadt

 

Phone:   +49 (6306) 992140

Mobile:  +49 (151) 27530865

email:   carsten.delel...@delellis.net
mailto:carsten.laun-delel...@delellis.net 

 

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo and openchange installation problem

2011-01-25 Thread Carsten Laun-De Lellis
Hi

 

I’ve gone thru the installation process once more and I seem to be a step
further.

 

The only error message I actually get is:

 

This is gnustep-make 2.2.0. Type 'make print-gnustep-make-help' for help.

Package libmapistore was not found in the pkg-config search path.

Perhaps you should add the directory containing `libmapistore.pc'

to the PKG_CONFIG_PATH environment variable

No package 'libmapistore' found

Cannot build the OpenChange SOGo backend (empty CFLAGS for libmapistore)

 

The output of locate libmapistore.pc is

 

/usr/local/samba/lib/pkgconfig/libmapistore.pc

 

And I also have an entry in my .bashrc file:

 

samba=/usr/local/samba

export PATH=${samba}/bin:${samba}/sbin:$PATH

export PKG_CONFIG_PATH=${samba}/lib/pkgconfig

source /usr/share/GNUstep/Makefiles/GNUstep.sh

 

So I don’t have any idea where to look at.

 

Mit freundlichem Gruß

 

Carsten Laun-De Lellis

Dipl.-Ing. Elektrotechnik

Certified Information Systems Auditor (CISA)

 

Hauptstrasse 13

D-67705 Trippstadt

 

Phone:   +49 (6306) 992140

Mobile:  +49 (151) 27530865

email:   carsten.delel...@delellis.net
mailto:carsten.laun-delel...@delellis.net 

 

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] SOGo and openchange installation problem

2011-01-24 Thread Carsten Laun-De Lellis
Hi

Thankx to Francis. I now found the folder. But when I try to compile the
OpenChange connector I always got the following error messages:

GNUmakefile:3: ../config.make: No such file or directory
GNUmakefile:4: /common.make: No such file or directory
GNUmakefile:115: /bundle.make: No such file or directory
GNUmakefile:116: /library.make: No such file or directory
make: *** No rule to make target `/library.make'.  Stop.

Any ideas or hints ?

Mit freundlichem Gruß

Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)

Hauptstrasse 13
D-67705 Trippstadt

Phone:   +49 (6306) 992140
Mobile:  +49 (151) 27530865
email:   carsten.delel...@delellis.net

-Original Message-
From: Francis Lachapelle [mailto:flachape...@inverse.ca] 
Sent: Friday, January 21, 2011 6:40 PM
To: carsten.delel...@delellis.net
Cc: users@sogo.nu
Subject: Re: [SOGo] SOGo and openchange installation problem

Hi Carsten

On Jan 20, 2011, at 10:23 AM, Carsten Laun-De Lellis wrote:

 Everything worked fine and exactly how it is described in the how-tos
until it came to the OpenChange SOGo connector.
 I can’t find a directory ~/SOGo/OpenChange.

It's part of SOGo's source repository :

http://mtn.inverse.ca/branch/head/browse/ca.inverse.sogo/OpenChange



Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca Inverse
:: Leaders behind SOGo (http://sogo.nu) and PacketFence
(http://packetfence.org)


-- 
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] SOGo and openchange installation problem

2011-01-23 Thread Carsten Laun-De Lellis
Hi all

Thank you for your hints and suggestions. I will try this out the next week
and let you know if I have success.

Mit freundlichem Gruß

Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)

Hauptstrasse 13
D-67705 Trippstadt

Phone:   +49 (6306) 992140
Mobile:  +49 (151) 27530865
email:   carsten.delel...@delellis.net

-Original Message-
From: Francis Lachapelle [mailto:flachape...@inverse.ca] 
Sent: Friday, January 21, 2011 6:40 PM
To: carsten.delel...@delellis.net
Cc: users@sogo.nu
Subject: Re: [SOGo] SOGo and openchange installation problem

Hi Carsten

On Jan 20, 2011, at 10:23 AM, Carsten Laun-De Lellis wrote:

 Everything worked fine and exactly how it is described in the how-tos
until it came to the OpenChange SOGo connector.
 I can’t find a directory ~/SOGo/OpenChange.

It's part of SOGo's source repository :

http://mtn.inverse.ca/branch/head/browse/ca.inverse.sogo/OpenChange



Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca Inverse
:: Leaders behind SOGo (http://sogo.nu) and PacketFence
(http://packetfence.org)


-- 
users@sogo.nu
https://inverse.ca/sogo/lists