View Single Post
Re: Compiling dlls with MingWing
Old
  (#14)
Beasty
Member
 
Status: Offline
Posts: 49
Join Date: Feb 2005
Default Re: Compiling dlls with MingWing - 13-03-2005

When I go to compile these errors come up:

mkdir ./obj/dll
The syntax of the command is incorrect.
mingw32-make: [obj/dll/dir] Error 1 (ignored)
The system cannot find the path specified.
mingw32-make: [obj/dll/dir] Error 1 (ignored)
mkdir ./obj/wpn_shared
The syntax of the command is incorrect.
mingw32-make: [obj/wpn_shared/dir] Error 1 (ignored)
The system cannot find the path specified.
mingw32-make: [obj/wpn_shared/dir] Error 1 (ignored)
mkdir ./obj/game_shared
The syntax of the command is incorrect.
mingw32-make: [obj/game_shared/dir] Error 1 (ignored)
The system cannot find the path specified.
mingw32-make: [obj/game_shared/dir] Error 1 (ignored)
mkdir ./obj/pm_shared
The syntax of the command is incorrect.
mingw32-make: [obj/pm_shared/dir] Error 1 (ignored)
The system cannot find the path specified.
mingw32-make: [obj/pm_shared/dir] Error 1 (ignored)
g++ -DCLIENT_WEAPONS -w -march=i486 -O2 -I. -I../engine -I../common -I../pm_shar
ed -I../game_shared -o obj/dll/aflock.o -c aflock.cpp
Assembler messages:
FATAL: can't create obj/dll/aflock.o: No such file or directory
mingw32-make: *** [obj/dll/aflock.o] Error 1

Any suggestions on how to fix them?
  
Reply With Quote