Sinisa Milivojevic writes:

>> Hi!

>> You have something wrong on your system. Some include files has
messed
>> in and changed things.

>> It is also possible that your dirent.h file is missing or is messed.

The dirent.h file is located @

/usr/include/
/usr/src/linux/include/linux/

and in various directories below

/usr/src/mysql-3.23.40/

and each of these files seems to be ok.


>> You can either use ready made readline for your system, or use gcc -E
>> and find out which include file messes up.

The gcc -E option only produces a huge amount off lines being scrolled
down my console without anything obvious to see.

Where can I get ready made readline and how do i disable the compiling
of it when using the make command ?

Can I somewhere download an installation-package of the right
include-files (which package) ?

Hope you can help again. I'm a bit of unexperienced concerning these
things. 

Regards,

Sebastian Kayser


Sebastian Kayser writes:
> Hi,
>  
> i get the following error when trying to compile MYSQL 3.23.40 with
only
> the --prefix option set:
>  
>  
> complete.c: In funtion `filename_completion_function´:
> complete.c:1467: syntax error before `*´
> complete.c:1481: `directory´ undeclared (first use in this function)
> complete.c:1484: `DIR´ undeclared (first use in this function)
>  
>  
> but in complete.c these lines are as follows:
>  
> 1463:       filename_completion_function (text,state)
> 1464:             char *text;
> 1465:             int state;
> 1466:       {
> 1467:             static DIR *directory = (DIR *)NULL;
>                   .
>                   .
>                   .
> 1481:             if (directory)
>  
>  
> It seems as if it doesn't get the DIR type. What's wrong with this ? 
>  
> I've read someone else that this can be because of a missing file
> libread.a, but this file is located at /usr/lib/libread.a
>  
> Can someone help ?
>  
> Thanks,
>  
> Sebastian Kayser


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to