Hi All I am using vc 7.0 (dot net) and compiling on windows 2003. Next I am using mozilla 1.4.1 distribution. I have installed cygwin/mindgw and have set the variables as set MOZ_TOOLS=C:\OSBA\buildtools\windows\bin\x86 set PATH=%PATH%;c:\mingw\bin;%MOZ_TOOLS%\bin;c:\cygwin\bin set HOME=C:\home
I get the following error C:\mozilla1.4.1\mozilla>make -f client.mk build sed: 1: "'s%//%/%'": invalid command code ' sed: 1: "'s/.://'": invalid command code ' The system cannot find the path specified. The system cannot find the path specified. client.mk:148: /.mozconfig.mk: No such file or directory client.mk:149: /build/unix/modules.mk: No such file or directory make: *** No rule to make target `/build/unix/modules.mk'. Stop. As I need only netscape c-sdk, how can I compile it independently ???? Regards Vikas -----Original Message----- From: Richard Megginson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 9:47 PM To: Vikas Gandhi Subject: Re: Picking up binaries of c-sdk of netscape(for windos and Solaris) The best way to get the c-sdk is to build it yourself. If you are having problems, you should post your problems to this newsgroup. Not only may you find the solution to your problems, but you may also help other people who may be having the same problems, and you may provide the c-sdk maintainers with information about how to make it easier to build. That being said, you can pick up version 5.12 of the c-sdk from the Netscape Directory Server 6.2 trial download. Although the directory server is time-bombed, the c-sdk is not. http://sbsdownload.netscape.com/download/product.cgi?Product=1 When you install the DS, look in <server root>/shared to get the c-sdk files. You can just use the include files from the source. Vikas Gandhi wrote: > Hi ALL > > Can someone can advise as where I can pick up latest binaries of c-sdk > of mozilla. I have downloaded the source code but I am not at all able > to build. It's a great difficulty to build them. So If I get the > libraries and includes they can also do my job. > > > > Can someone pls advice. > > > > --Vikas > > > _______________________________________________ mozilla-directory mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-directory
