thanks for answer.
I searched NetBeans.org for solution of my problem and found this one :
http://www.netbeans.org/issues/show_bug.cgi?id=39919
It is obout NetBeans 3.6 ( my version is very old compared to this one), but I have the same problem.
In this bug report I see the solution for this NetBeans version, but not for my one.
I know, my version is very old and I do not expect some one to correct NetBeans v 3.2 to solve the problem.
Also all is working by me with cvs 1.11 and I try to downgrade my cvs server version to 1.11.
Is it possible to run cvs server with more debug info to find witch is the bad request?
Also I ran :
./configure --without-gssapi --without-krb4
But it do not resolve my compile problem.
After make I receive :
.....
gcc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -Ino/include -g -O2 -c error.c
gcc -I. -I.. -I. -I../lib -I../zlib -DHAVE_CONFIG_H -Ino/include -g -O2 -c ./zlib.c
gcc add.o admin.o buffer.o checkin.o checkout.o classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o expand_path.o fileattr.o find_names.o hardlink.o hash.o history.o ignore.o import.o lock.o log.o login.o logmsg.o main.o mkmodules.o modules.o myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o rtag.o scramble.o server.o status.o tag.o update.o watch.o wrapper.o vers_ts.o subr.o filesubr.o run.o version.o error.o zlib.o ../lib/libcvs.a ../zlib/libz.a ../diff/libdiff.a -Lno/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken -o cvs
/usr/bin/ld: cannot find -ldes
*** Error code 1
Stop in /usr/mysrc/cvs/cvs-1.11/src.
*** Error code 1
Stop in /usr/mysrc/cvs/cvs-1.11.
regards,
ivan.
Mark D. Baushke wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have no idea what you mean by 'case' commands in cvs or Netbeans.
I suspect you are running into an error that is not directly related to cvs and may instead be related to your command environment.As to your problem with cvs 1.11 (which is ancient), you appear to be running into a problem where your system has the include files, but not the libraries for gssapi or kerberos. You probably either need to install the rest of that stuff or disable cvs from using it. ./configure --without-gssapi --without-krb4 However, I can assure you that that version of cvs did not have anything going by the name 'Case' in it. -- Mark pginfo <[EMAIL PROTECTED]> writes:Hi all. We are using cvs from long time (it is great software, thank you!). At the beginning we installed cvs server (v. 1.11) on linux mandrake and it is working till now. We need to change the OS to FreeBSD (we need to change the hardware). After installing the FreeBSD 5.4 we usend FreeBSD ports to install cvs. All was ok and we installed the version from ports (1.11.17). But we found problem by using this cvs version with our development toos (we are using old java based NetBeans 3.2 and it is not possible to change it for now). We found that Netbeans needs the "case" cvs-commant to work, but it is not supported in cvs 1.11.17 (we are not cvs nor freebsd experts). In case we try to checkout the repository we receive from NetBeans: unrecognized request `Case '. The next step was to change to cvs 1.11 . We got the source from cvshome.org and try to compile this version: ./configure make and we receive: cvs1# make making all in lib making all in zlib making all in diff making all in src gcc add.o admin.o buffer.o checkin.o checkout.o classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o expand_path.o fileattr.o find_names.o hardlink.o hash.o history.o ignore.o import.o lock.o log.o login.o logmsg.o main.o mkmodules.o modules.o myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o rtag.o scramble.o server.o status.o tag.o update.o watch.o wrapper.o vers_ts.o subr.o filesubr.o run.o version.o error.o zlib.o ../lib/libcvs.a ../zlib/libz.a ../diff/libdiff.a -L/usr/cygnus/kerbnet/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken -o cvs /usr/bin/ld: cannot find -ldes *** Error code 1 Stop in /usr/mysrc/cvs/cvs-1.11/src. *** Error code 1 Stop in /usr/mysrc/cvs/cvs-1.11. My questions: 1. Can I enable "case" support in cvs 1.11.17 2. If it is not possible, what is the latest cvs version that supports "case". 3. How to correct this erro by compiling cvs 1.11. Many thanks in advance, ivan. _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFCkYeT3x41pRYZE/gRAko0AJ9mTrwB2KE36z1qrL/wRCLdhYUKlgCfWo/n D/2eBcOdRI44fgy1EB+usUY= =ImnK -----END PGP SIGNATURE-----
_______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
