:: Website :: Home :: FAQ :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::
help me c0ld

 
Post new topic   Reply to topic    c0ld.net Forum Index -> General Banter
View previous topic :: View next topic  
Author Message
sn4k3

 

Rank: Site User

Joined: 14 Nov 2005

Posts: 11

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)
PostTue Nov 15, 2005 1:35 pm
View user's profile Send private message
Jay

 

Rank: Site Admin

Joined: 27 Mar 2005

Posts: 336

Post subject:
Reply with quote
I told you in the PM, delete all instances of -fdollar-in-identifiers
PostTue Nov 15, 2005 5:35 pm
View user's profile Send private message
sn4k3

 

Rank: Site User

Joined: 14 Nov 2005

Posts: 11

Post subject:
Reply with quote
Jay wrote:
I told you in the PM, delete all instances of -fdollar-in-identifiers


but dont result
PostWed Nov 16, 2005 5:48 pm
View user's profile Send private message
Jay

 

Rank: Site Admin

Joined: 27 Mar 2005

Posts: 336

Post subject:
Reply with quote
What errors does it give you then ?
I cant read minds.
PostThu Nov 17, 2005 1:30 am
View user's profile Send private message
sn4k3

 

Rank: Site User

Joined: 14 Nov 2005

Posts: 11

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?
PostFri Nov 18, 2005 8:54 pm
View user's profile Send private message
Jay

 

Rank: Site Admin

Joined: 27 Mar 2005

Posts: 336

Post subject:
Reply with quote
I didnt need to change anything, it works fine.
PostSat Nov 19, 2005 12:23 am
View user's profile Send private message
Jay

 

Rank: Site Admin

Joined: 27 Mar 2005

Posts: 336

Post subject:
Reply with quote
Jay wrote:
I told you in the PM, delete all instances of -fdollar-in-identifiers
PostSat Nov 19, 2005 1:20 pm
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    c0ld.net Forum Index -> General Banter All times are GMT
Page 1 of 1

 
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



Theme by: :: Cosmic Distortion ::
Powered by phpBB © 2001 phpBB Group