Re: arc file?
Don McLane wrote:
>
>
> Please ignore my question about how to use CVS on Source Forge, I seem
> to have figured that much out. Now, how do I compile the diagapplet?
> It looks like I need Java 1.2 (I'm been using 1.1, since that's what the
> obsolete diagapplet required). Is there an environmental variable that
> I need to set as well?
>
I would actually recommend JDK 1.3, from www.javasoft.com.
I compiled like this
cd rcslib/src/java
make PLAT=java JDK_DIR=/usr/java/jdk1.3
JAVA_COMPILER=/usr/java/jdk1.3/bin/javac JAR=/usr/java/jdk1.3/bin/jar
You could also edit java.def to set JDK_DIR, JAVA_COMPILER, and JAR and
then just run
make PLAT=java
on the command line.
> It looks like I can compile rcslib under linux OK. Haven't actually
> used the result yet. How would I compile rcslib for win32msc? Under
> linux I just ran buildrcs, I expect to do something different under
> Windows, but haven't figured out what yet.
win32msc is the platform that requires a 32 bit Windows operating
systems ( which includes 95,98, 2000, NT, & ME but not Windows 3.1 or
earlier) and Microsoft Visual C++ (5.0 or better).
There are CVS clients for Windows from www.cvshome.org or you can use
some form of file sharing so you can check the files out under linux and
access the files under Windows.
After the files are downloaded and Visual C++ installed.
cd rcslib\etc\win32msc
and run
ntsetup.bat
This changes a couple of configuration settings that tells Visual C++ to
complile .cc and .hh files as C++. (Sometimes this doesn't work and you
may need to manually edit the settings with regedit using cppext.reg as
a guide)
Open the developer studio workspace rcs.dsw and select build from the
project menu.
>
> Sorry if these are dumb questions, I'm only at the beginning of the
> learning curve here. Although maybe the answers should be in a README
> file somewhere.
>
> Thanks in advance.
>
> Don
>
>
>
>
--
---------------------------------------------------------------
William Penn Shackleford III shackle-at-nist.gov
National Institute of Standards & Technology Tel: (301) 975-4286
100 Bureau Drive Stop 8230 FAX: (301) 990-9688
Gaithersburg MD 20899 USA
http://www.isd.mel.nist.gov/personnel/shackleford/
Office Location: Bldg. 220 Rm A253
Date Index |
Thread Index |
Back to archive index |
Back to Mailing List Page
Problems or questions? Contact