View Single Post
Re: Joebot for cs 1.6 with metamod, windows
Old
  (#9)
dead bwoy
Member
 
dead bwoy's Avatar
 
Status: Offline
Posts: 512
Join Date: Feb 2004
Location: STL MO USA
Default Re: Joebot for cs 1.6 with metamod, windows - 15-03-2004

here is what i got:

Executing make...
make.exe -f "C:\joe-bot test\src\dlls\Makefile.win" all
g++.exe -c ../NNSim/Activations.cpp -o ../NNSim/Activations.o -I"C:/Dev-Cpp/include/c++" -I"C:/Dev-Cpp/include/c++/mingw32" -I"C:/Dev-Cpp/include/c++/backward" -I"C:/Dev-Cpp/include" -I"../dlls" -I"../engine" -I"../common" -I"../pm_shared" -I"..//" -I"../NNSim/" -I"../NNSim/SOM/" -D__GNUWIN32__ -mcpu=pentiumpro -D_M_IX86=600 -W -DNDEBUG -DWIN32 -D_WINDOWS -DVALVE_DLL -D_WIN32 -fno-access-control -fdollar-in-identifiers -fsave-memoized
cc1plus.exe: unrecognized option `-fdollar-in-identifiers'
cc1plus.exe: warning: ignoring command line option '-fsave-memoized'
cc1plus.exe: warning: (it is valid for C++ but not the selected language)
make.exe: *** [../NNSim/Activations.o] Error 1
Execution terminated

any ideas?
================================================== ====
When you say command line I was assuming you meant the command prompt (DOS prompt). the command prompt does not recognise make as a valid file type (exe, bat, etc.)
================================================
oh yeah, there were 4 missing files when i imported MS Visual C++ proj into Dev-C++:

"$(InputPath)"
"$(InputPath)"
..\NNSim\Impl\liste.h
..\NNSim\Defs\listedef.h
..\NNSim\Impl\listeelem.h
..\NNSim\Defs\listeelemdef.h

can these files be posted or something?

Last edited by dead bwoy; 15-03-2004 at 00:22..
  
Reply With Quote