* Source-Navigator: Building under Windows
@ 2000-12-29 0:38 WuJiongfeng
2000-12-29 0:48 ` Mo DeJong
0 siblings, 1 reply; 2+ messages in thread
From: WuJiongfeng @ 2000-12-29 0:38 UTC (permalink / raw)
To: sourcenav
Hi,
Could you send me some suggestion on building Source-Navigator in Win98?
And does Source-Navigator support Windows 2000 ?
Thanks!
regards,
___________________________________
WuJiongfeng
jfwu@utstar.com
00-12-29
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Source-Navigator: Building under Windows
2000-12-29 0:38 Source-Navigator: Building under Windows WuJiongfeng
@ 2000-12-29 0:48 ` Mo DeJong
0 siblings, 0 replies; 2+ messages in thread
From: Mo DeJong @ 2000-12-29 0:48 UTC (permalink / raw)
To: sourcenav
On Fri, 29 Dec 2000, WuJiongfeng wrote:
> Hi,
>
> Could you send me some suggestion on building Source-Navigator in Win98?
> And does Source-Navigator support Windows 2000 ?
> Thanks!
Install Cygwin
Get VC++ 5.0
Get SN 4.5.2 sources
(These instructions assume an VC++ install path, yours will differ)
You need to start up a cmd.exe shell
and then cd to D:\DevStudio\VC\bin
and run VCVARS32.BAT. That
will load the VC++ 5.0 variables
in your shell. At that point cd to
D:\Cygwin and run cygwin.bat
to start up the bash shell.
In bash run:
export CC=cl
export CFLAGS="-0d -Z7"
mkdir build_SN ; cd build_SN
.../SN452/devo/configure --prefix=/whatever/dir
cd tcl8.1/win
export PATH=${PATH}:`pwd`
cd ../..
make ; make install
After that, you should have a working SN build.
Don't run the snavigator.exe program from inside
bash, go to the explorer and double click on it
to start up SN.
later
Mo DeJong
Red Hat Inc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-12-29 0:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-29 0:38 Source-Navigator: Building under Windows WuJiongfeng
2000-12-29 0:48 ` Mo DeJong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).