Login
User Name:

Password:



Register

Forgot your password?
do_owhere recursive
Author: Khonsu
Submitted by: Khonsu
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
Users Online
CommonCrawl, Bing

Members: 0
Guests: 24
Stats
Files
Topics
Posts
Members
Newest Member
489
3,791
19,644
596
Elwood

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » Codebases » AFKMud Support & Development » make: dlltool: Command not fo...
Forum Rules | Mark all | Recent Posts

make: dlltool: Command not found
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 May 26, 2008 3:32 pm   
Go to the top of the page
Go to the bottom of the page

ohm
Fledgling
GroupMembers
Posts7
JoinedMar 21, 2008

 
Hi guys,

Im trying to get afk compiled under ubuntu 8 but it is giving me "make: dlltool: Command not found" Anyone know what package I need to install?

Post is unread #2 May 26, 2008 9:47 pm   
Go to the top of the page
Go to the bottom of the page

Keberus
Conjurer
GroupFUSS Project Team
Posts341
JoinedJun 4, 2005

 
Do you by chance have the WINDOZE or CYGWIN flags turned on in your makefile? I don't think it should try making dlltool unless one of those flags is on. It's just a guess though.

* #3 May 29, 2008 6:51 pm   
Go to the top of the page
Go to the bottom of the page

ohm
Fledgling
GroupMembers
Posts7
JoinedMar 21, 2008

 
OMG thanks dude! it was cygwin.

But now im getting this:

======================
make -s afkmud
Compiling o/imc.o....
cc1plus: warnings being treated as errors
imc.cpp:89: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:89: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:89: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:89: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:89: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:89: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:94: warning: deprecated conversion from string constant to ‘char*’
imc.cpp: In function ‘void imclog(const char*, ...)’:
imc.cpp:129: warning: deprecated conversion from string constant to ‘char*’
imc.cpp: In function ‘std::string imc_act_string(std::string, char_data*, char_data*)’:
imc.cpp:6729: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:6729: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:6729: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:6730: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:6730: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:6730: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:6731: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:6731: warning: deprecated conversion from string constant to ‘char*’
imc.cpp:6731: warning: deprecated conversion from string constant to ‘char*’
make[1]: *** [o/imc.o] Error 1
make: *** [all] Error 2
============================
Any ideas? (I know I'm a total noob, but I'm learning)

Post is unread #4 May 29, 2008 6:55 pm   
Go to the top of the page
Go to the bottom of the page

David Haley
Sorcerer
GroupMembers
Posts903
JoinedJan 29, 2007

 
The long version is something of a long story. The short version, if you just want it to compile, is that you should look for the part that says "g++" in the makefile (near the top, I think... something like CC = g++) and change it to "g++-4.1".

Post is unread #5 May 29, 2008 7:08 pm   
Go to the top of the page
Go to the bottom of the page

Samson
Black Hand
GroupAdministrators
Posts3,685
JoinedJan 1, 2002

 
If you're feeling daring of course you could try the 2.1 trunk code since it doesn't have that problem anymore. But that's probably not a good idea for a newbie :)

Post is unread #6 May 29, 2008 11:37 pm   
Go to the top of the page
Go to the bottom of the page

ohm
Fledgling
GroupMembers
Posts7
JoinedMar 21, 2008

 
DavidHaley said:

The long version is something of a long story. The short version, if you just want it to compile, is that you should look for the part that says "g++" in the makefile (near the top, I think... something like CC = g++) and change it to "g++-4.1".


Thanks, that did it! ^_^

Samson said:

If you're feeling daring of course you could try the 2.1 trunk code since it doesn't have that problem anymore. But that's probably not a good idea for a newbie :)


Might try it, expect more questions. :tongue:

Pages:<< prev 1 next >>