Hi,

> -----Original Message-----
> From: Hermann Mundprecht [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 05, 2004 9:16 PM
[...]
> We are having problems building maxdb from sources on a new 
> gentoo-linux
> version. The build fails at the following point:
[...]
> Source "vni90c.c" after running script "compcpc.pl" not found !

the cpc is the C-Precompiler. It seems that the precompiler doesn't work.

You can check this by calling the cpc with the vni90c directly.
To do this please copy and rename the module to vni90c.cpc and remove the 
Module frame. Change to the directory where the vni90c.cpc is located and call the 
precompiler with 'cpc -H nocheck -S INTERNAL -c vni90c' 
This call should generate the C-Source (vni90c.c) and a precompiler output like this

cpc options: -H nocheck -S INTERNAL -c    file: vni90c.cpc
MySQL MaxDB MaxDB C-PreComp Version   7.5.0    Build 016-003-000-000
Copyright 2000-2004 by SAP AG
   207             PRECOM-WARNING  :    -885   Variable may be truncated
   207              VARIABLE-NAME  :    1: SERVERDB_PARAMETER
   207             PRECOM-WARNING  :    -885   Variable may be truncated
   207              VARIABLE-NAME  :    2: SERVERNODE_PARAMETER
:
:    2    WARNINGS
:   NO DETECTED ERRORS
vni90c.cpc no compilation with option -c
vni90c.c saved-H nocheck -S INTERNAL -c of vni90c

Regards
Burkhard

P.S. You can also use the extracted Module in the Attachment.



-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to