This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

ansi c

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

Hi,
After I typed configure I got this:

Your system must support ANSI C Header files.
These are required for the language support. Sorry.

Any ideas?
G
Guest

Post by Guest »

hi mobi,

Seems like your shell is not configured to the path for includes. All that ./configure do in this issue it's trying to precompile a C file containing of next lines:
---
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
---
So, seems like mostly possible reason that prevents such file to be compiled correctly is an absence of path to these files or an absence of files themselves.

Check your shell's "include" environment vars.
Regards,
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

a lot of boxes have standard libraries missing to make it hard for users to compile custom stuff on them.
G
Guest

Post by Guest »

Thank you, but how I will see this.
D
DinX

Post by DinX »

you could download a precompiled bot
E
EcoSpliff

Post by EcoSpliff »

Be wary with precompiled bots, and check the files carefully :eek:
Locked