Hi Julien & All, I'm trying to rebuild my OC env. I got the source from svn. svn co https://svn.openchange.org/openchange/trunk
I did the make samba4 which worked fine, I've done ./autogen.sh and ./configure --prefix=/usr/local/samba But when doing the make I get: [EMAIL PROTECTED] trunk]# make Generating exchange.h "$VERSION" is not exported by the Parse::Pidl module Can't continue after import errors at /usr/bin/pidl line 413 BEGIN failed--compilation aborted at /usr/bin/pidl line 413. make: *** [exchange.h] Error 255 [EMAIL PROTECTED] trunk]# What am I doing wrong? Thanks Mark On 5/4/08 04:40, "Julien Kerihuel" <[EMAIL PROTECTED]> wrote: > Hi List, > > We are now working on libmapi-0.8 and developers relying on the latest > trunk version of openchange may have noticed some important changes. > Thanks to Jelmer, the build system has been updated and openchange works > again with the latest samba4 git revisions. Moreover samba4 "make > install" rule automatically installs pidl, which should greatly reduce > common problems users encounter. > > In the meantime, we will keep the "strict samba4 version check" in the > configure script, trying to prevent from any other samba4/openchange > problems you may encounter. > > Last but not least, we made the overall installation much more easier > and user friendly. Compiling openchange and samba4 only requires - but > not including ldconfig - 3 steps. You shouldn't have to run ./autogen.sh > and ./configure anymore (for most users). > > 1. fetch, compile and install samba4 > NOTE: installsamba4.sh assumes the user is in the sudoers file. > > $ make samba4 > > 2. compile openchange > $ make > > 3. install > # make install > > Cheers, > Julien. _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
