Hi! I have downloaded dsbuild-fds101-1.tar.gz, but I'm unable to build Netscape SDK. It always fails with the same error, which seems to be the build process is unable to find file "nspr.h". I have attached a dump of the build process. Any ideas? Thanks!
Felipe Alfaro Solana wrote:>Hi! > >I have downloaded dsbuild-fds101-1.tar.gz, but I''m unable to build >Netscape SDK. It always fails with the same error, which seems to be >the build process is unable to find file "nspr.h". > >Edit dsbuild/ds/mozilla/Makefile - change where it says BUILDOPT=1 to say BUILD_OPT=1 instead. Then rm -rf dsbuild/ds/mozilla/work and make again>I have attached a dump of the build process. >Any ideas? > >Thanks! > > >------------------------------------------------------------------------ > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users >
> Edit dsbuild/ds/mozilla/Makefile - change where it says BUILDOPT=1 > to say BUILD_OPT=1 instead. Then rm -rf dsbuild/ds/mozilla/work > and make againFine, thanks! But now I see another error when building ldapserver. Could please take a look at "output"? Thanks! PD: The patch you commited for bug https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=181587 isn't still included.
Edit dsbuild/ds/ldapserver/Makefile Add this ifeq ($(DEBUG), optimize) BUILD_ARGS += BUILD_DEBUG=optimize endif Near where it says ifndef DEBUG BUILD_ARGS += BUILD_DEBUG=optimize endif Then make again Felipe Alfaro Solana wrote:>>Edit dsbuild/ds/mozilla/Makefile - change where it says BUILDOPT=1 >>to say BUILD_OPT=1 instead. Then rm -rf dsbuild/ds/mozilla/work >>and make again >> >> > >Fine, thanks! But now I see another error when building ldapserver. >Could please take a look at "output"? Thanks! > >PD: The patch you commited for bug >https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=181587 isn''t >still included. > > >------------------------------------------------------------------------ > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >
Thank you very much, Richard. I have been able to compile FDS successfully with your help. Now, talking about the changes I had to apply to some files, is this normal for an automated build of FDS? Will these changes be integrated into FDS? Also, I have tested your changes to passwd_extop.c and their work fine. Now, I''m able to sync passwords between SAMBA and FDS.
Felipe Alfaro Solana wrote:>Thank you very much, Richard. > >I have been able to compile FDS successfully with your help. Now, >talking about the changes I had to apply to some files, is this normal >for an automated build of FDS? Will these changes be integrated into >FDS? > >The changes will be integrated into the new version of dsbuild we are working on.>Also, I have tested your changes to passwd_extop.c and their work >fine. Now, I''m able to sync passwords between SAMBA and FDS. > >Excellent! That''s good to hear. Thanks for your testing help.>-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >
> The changes will be integrated into the new version of dsbuild we are > working on.Great!> >Also, I have tested your changes to passwd_extop.c and their work > >fine. Now, I''m able to sync passwords between SAMBA and FDS. > > > Excellent! That''s good to hear. Thanks for your testing help.Nah! It''s been pretty easy after all :-)