ColdFire Software archive

Projects, plugins and conversations since 2005.

help me c0ld
Post new topicReply to topic    c0ld.net Forum IndexGeneral Banter
View previous topic · View next topic  
Author Message
Post subject: help me c0ld
Reply with quote
this file is make file see and reply

this error apear in all compilations of plugins

Code:
# Project: Projeto1
# Makefile created by Dev-C++ 4.9.9.2

CPP  = g++.exe
CC   = gcc.exe
WINDRES = windres.exe
RES  =
OBJ  = E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_bot.o E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_convar.o E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_empty.o $(RES)
LINKOBJ  = E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_bot.o E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_convar.o E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_empty.o $(RES)
LIBS =  -L"C:/Dev-Cpp/lib" 
INCS =  -I"C:/Dev-Cpp/include"
CXXINCS =  -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"C:/Dev-Cpp/include/c++/3.4.2/backward"  -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -I"C:/Dev-Cpp/include/tier0"  -I"C:/Dev-Cpp/include/sys"
BIN  = Projeto1.dll
CXXFLAGS = $(CXXINCS)   -fdollar-in-identifiers
CFLAGS = $(INCS)   -fdollar-in-identifiers
RM = rm -f

.PHONY: all all-before all-after clean clean-custom

all: all-before Projeto1.dll all-after


clean: clean-custom
   ${RM} $(OBJ) $(BIN)

DLLWRAP=dllwrap.exe
DEFFILE=libProjeto1.def
STATICLIB=libProjeto1.a

$(BIN): $(LINKOBJ)
   $(DLLWRAP) --output-def $(DEFFILE) --driver-name c++ --implib $(STATICLIB) $(LINKOBJ) $(LIBS) -o $(BIN)

E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_bot.o: E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_bot.cpp
   $(CPP) -c E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_bot.cpp -o E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_bot.o $(CXXFLAGS)

E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_convar.o: E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_convar.cpp
   $(CPP) -c E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_convar.cpp -o E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_convar.o $(CXXFLAGS)

E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_empty.o: E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_empty.cpp
   $(CPP) -c E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_empty.cpp -o E:/caza/jogos/Sierra/steam/SteamApps/SourceMods/src/utils/serverplugin_sample/serverplugin_empty.o $(CXXFLAGS)
Post subject:
Reply with quote
I told you in the PM, delete all instances of -fdollar-in-identifiers
Post subject:
Reply with quote
Jay wrote:
I told you in the PM, delete all instances of -fdollar-in-identifiers


but dont result
Post subject:
Reply with quote
What errors does it give you then ?
I cant read minds.
Post subject:
Reply with quote
Jay wrote:
What errors does it give you then ?
I cant read minds.


Itīs the fdollars that error

compile you the plugin in sourcemods/src/utils/server_sample plugins in c++ and give-me yours source cods ok?
Post subject:
Reply with quote
I didnt need to change anything, it works fine.
Post subject:
Reply with quote
Jay wrote:
I told you in the PM, delete all instances of -fdollar-in-identifiers
Display posts from previous:   

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum