Hi!
I have problem to run command "nmake -f makefile.nmake". It's try to find bison.sim file from folder w:\devaux\bison.sim and actually it is in folder C:\Apps\DMXSEE\bin\. So do you know how to change folder where it's try to found bison.sim?
-Mikko
C:\USERS\ethereal-0.9.16>cmd
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:\USERS\ethereal-0.9.16>nmake -f makefile.nmake
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
cd tools
nmake / -f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
cd lemon
nmake / -f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
cd ..
cd ..
cd wiretap
nmake / -f Makefile.nmake
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
bison -d -p ascend ascend-grammar.y -o ascend-grammar.c
C:\Apps\DMXSEE\bin\bison.exe: w:\devaux\bison.sim: No such file or directory
NMAKE : fatal error U1077: 'bison' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio .NET 2003\
VC7\BIN\nmake.exe"' : return code '0x2'
Stop.
C:\USERS\ethereal-0.9.16>
Br, Mikko