|
|
| Author |
Message |
< Ejabberd mailing list ~ [Norton AntiSpam] [Norton AntiSpam] How to compile mysql |
| Guest |
Posted: Tue Feb 27, 2007 2:54 pm |
|
|
|
Guest
|
Jaco Kroon wrote:
> Tilman Bender wrote:
>
>> To be honest:
>>
>> I do not know why there is a Makefile.in, but I am sure others will
>> know.
>> I think I tried make but it told me there were no targets (propably
>> because its a Makefile.in and not a complete Makefile) so I just
>> built the modules one by one.
>
>
> Are you sure there is no configure script? configure.in? Any other
> .in files? What happens is that the .in file is used by the autoconf
> set of of tools to produce the required files. So Makefile.in will be
> used to generate Makefile, this usually happens when you run
> ./configure, which is why I find it really peculiar that there is no
> configure script.
>
>> A hint in the documentation might indeed be helpful here
>
>
> Actually, it's probably assumed that you know the above, but I suspect
> somebody forgot to include the configure script, or as you say, a hint
> in the docs .
>
> Jaco
> _______________________________________________
> ejabberd mailing list
> ejabberd@jabber.ru
> http://lists.jabber.ru/mailman/listinfo/ejabberd
>
>
>
I am sure there are no configure script.
I also don't know what is the purpose of mysql.hrl file
here is the complete contents of that mysql.hrl: (I wonder what it's for?)
%% MySQL result record:
-record(mysql_result,
{fieldinfo=[],
rows=[],
affectedrows=0,
error=""}).
_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Post recived from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
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
|
|
|