I'm trying to build the directory c-sdk, following the instructions at: http://www.mozilla.org/directory/csdk.html. I have the CVS sources as instructed on that page. No problems.
I have my environment setup, and have successfully built nss.. I have allt the required cygwin tools and everything seems okay. When I went to the next step and tried the following:
cd mozilla/directory/c-sdk ./configure --with-nss gmake
I get what appears to be a hang at:
perl ./../build/replace.pl \
LDAP_VENDOR_NAME="mozilla.org" \
LDAP_VENDOR_VERSION="500" \
< ldap-standard-tmpl.h > ../../../../dist/public/ldap/ldap-stand
ard.h
Searching the groups, I see that it may be a bug in gmake or perl. Using make instead, I get an error:
cp: cannot stat `../../../../dist/./include/nspr/*': No such file or directory
So I search more. I found this: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=c1gkoi%24ngj4%40ripley.netscape.com&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3Dgroup%253A*mozilla*%2Bcp%253A%2Bcannot%2Bstat%2B%2560..%252F..%252F..%252F..%252Fdist%252F.%252Finclude%252Fnspr%252F*%27%253A%2BNo%2Bsuch%2Bfile%2Bor%2Bdirectory%26btnG%3DSearch
So I copy the includes to the newly created directory.
I then run make again and get the following error:
LINK : fatal error LNK1181: cannot open input file "../../../../../dist/lib/libp
lc4.lib"
make[3]: *** [nsldappr32v50.dll] Error 157
So, I am beginning to get frustrated .. is there anyone who can give me some pointers with any of these problems? Are these common issues??
The csdk build page makes it sound soooo easy. :0)
Thanks! -Sean _______________________________________________ mozilla-directory mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-directory
