When I try to reply to the "Linker Problems" thread:
Forbidden
You don't have permission to access /index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.36 Server at forums.next.codeblocks.org Port 80
Quote from: xLordRADx on June 07, 2006, 12:33:01 AM
When I try to reply to the "Linker Problems" thread:
Forbidden
You don't have permission to access /index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.36 Server at forums.next.codeblocks.org Port 80
Hmm could you try again?
Heh, tried that... several times.
If you 're trying to paste a shell script (you know, beginning with "# ! / bin / bash"), remove this very line and try again. It looks like a hack attempt to the system.
I don't know what a shell script is... I looked over what I was pasting and I'm pretty sure none of it has the line that you mentioned or even any part of it.
Quote from: xLordRADx on June 07, 2006, 10:34:08 PM
I don't know what a shell script is... I looked over what I was pasting and I'm pretty sure none of it has the line that you mentioned or even any part of it.
If any line has the chars "/ bin" put a space between
the "/" and the "bin".
Are there any "/"s in your pasted text? If so, put a space
after them.
Are there any "./"s in the text? Put spaces around the "/"s
There are no '/'s, but there's alot of '\'s.
I tried Pecan's advice with my '\'s, but it didn't help.
Admin?
Paste what you're trying to post in a file and attach it to your post. That should work fine!
Here is the post I tried to make:
[attachment deleted by admin]
Quote from: xLordRADx on June 13, 2006, 11:19:01 PM
.objs\newJourney.o:newJourney.cpp:(.text+0x186): undefined reference to `creature::creature()'
.objs\newJourney.o:newJourney.cpp:(.text+0x1ee): undefined reference to `creature::setName(std::string)'
It's written there: The linker cannot find thre methods creature::creature() and creature::setName(std::string). So what you've done wrong could be:
1.) You forgot to link to a library (or object file) that provides the implementation of these methods
2.) Your link order is wrong - the library providing the implementation of these methods is linked after the library (or object file) that refers to it.
3.) You really did forget to implement these methods. Thus e.g. the definition is in the header file but there is no implementation in the implementation file.
Could you check for that?
With regards, Morten.
Quote from: xLordRADx on June 13, 2006, 11:19:01 PM
Here is the post I tried to make:
It appears that the forum server does not like any lib names.
If, for example, the spaces were taken out of l i b d p l a y x,
I'll get a 404 with a warning:
Forbidden
You don't have permission to access /index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.36 Server at forums.next.codeblocks.org Port 80
[/quote]
l i b d p l a y x
Thanks to both of you, you each solved one of my problems.
CodeBlocks RC3 + MinGW strongly request the use of GCC4.0 and above version!
Quote from: liuke520 on June 14, 2006, 04:42:14 AM
CodeBlocks RC3 + MinGW strongly request the use of GCC4.0 and above version!
Could one on the admins ban this guy? It's not funny anymore. :?
(BTW: It's not even a sentence...?!) :lol:
Quote from: MortenMacFly on June 14, 2006, 08:03:58 AM
Quote from: liuke520 on June 14, 2006, 04:42:14 AM
CodeBlocks RC3 + MinGW strongly request the use of GCC4.0 and above version!
Could one on the admins ban this guy? It's not funny anymore. :?
(BTW: It's not even a sentence...?!) :lol:
Already done.
FWIW, there is no official MinGW GCC 4.x yet anyway....