Hi again, Greg

>  If you still have problems with this (or hc.c), please let me know,

hc.c fails to compile.
The errors are shown below, and then I get related linking errors.  I'm hoping 
all the errors are related(?)
The first line affected is line 42:

    static doublereal inf = 1e20;

Kind regards

James


Error   2426    error C2143: syntax error : missing ';' before 'type'   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   42      1       hc
Error   2427    error C2275: 'integer' : illegal use of this type as an 
expression      C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   45      1       hc
Error   2428    error C2146: syntax error : missing ';' before identifier 
'i__1'        C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   45      1       hc
Error   2429    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   45      1       hc
Error   2430    error C2065: 'i__2' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   45      1       hc
Error   2431    error C2275: 'doublereal' : illegal use of this type as an 
expression   C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   46      1       hc
Error   2432    error C2146: syntax error : missing ';' before identifier 
'd__1'        C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   46      1       hc
Error   2433    error C2065: 'd__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   46      1       hc
Error   2434    error C2065: 'd__2' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   46      1       hc
Error   2435    error C2143: syntax error : missing ';' before 'type'   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   49      1       hc
Error   2436    error C2143: syntax error : missing ';' before 'type'   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   50      1       hc
Error   2437    error C2143: syntax error : missing ';' before 'type'   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   51      1       hc
Error   2438    error C2143: syntax error : missing ';' before 'type'   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   52      1       hc
Error   2439    error C2143: syntax error : missing ';' before 'type'   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   53      1       hc
Error   2440    error C2143: syntax error : missing ';' before 'type'   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   54      1       hc
Error   2441    error C2143: syntax error : missing ';' before 'type'   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   55      1       hc
Error   2442    error C2143: syntax error : missing ';' before 'type'   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   56      1       hc
Error   2443    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   72      1       hc
Error   2444    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   73      1       hc
Error   2445    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   73      1       hc
Error   2446    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   74      1       hc
Error   2447    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   75      1       hc
Error   2448    error C2065: 'ncl' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   77      1       hc
Error   2449    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   79      1       hc
Error   2450    error C2065: 'ind' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   80      1       hc
Error   2451    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   80      1       hc
Error   2452    error C2065: 'ind' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   81      1       hc
Error   2453    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   90      1       hc
Error   2454    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   91      1       hc
Error   2455    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   91      1       hc
Error   2456    error C2065: 'dmin__' : undeclared identifier   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   92      1       hc
Error   2457    error C2065: 'inf' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   92      1       hc
Error   2458    error C2065: 'i__2' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   93      1       hc
Error   2459    error C2065: 'j' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   94      1       hc
Error   2460    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   94      1       hc
Error   2461    error C2065: 'i__2' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   94      1       hc
Error   2462    error C2065: 'ind' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   95      1       hc
Error   2464    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   95      1       hc
Error   2465    error C2065: 'j' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   95      1       hc
Error   2466    error C2065: 'ind' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   96      1       hc
Error   2467    error C2065: 'dmin__' : undeclared identifier   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   96      1       hc
Error   2468    error C2065: 'dmin__' : undeclared identifier   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   99      1       hc
Error   2469    error C2065: 'ind' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   99      1       hc
Error   2471    error C2065: 'jm' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   100     1       hc
Error   2472    error C2065: 'j' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   100     1       hc
Error   2473    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   104     1       hc
Error   2474    error C2065: 'jm' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   104     1       hc
Error   2475    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   105     1       hc
Error   2476    error C2065: 'dmin__' : undeclared identifier   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   105     1       hc
Error   2477    error C2065: 'dmin__' : undeclared identifier   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   110     1       hc
Error   2478    error C2065: 'inf' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   110     1       hc
Error   2479    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   111     1       hc
Error   2480    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   112     1       hc
Error   2481    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   112     1       hc
Error   2482    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   113     1       hc
Error   2483    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   116     1       hc
Error   2484    error C2065: 'dmin__' : undeclared identifier   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   116     1       hc
Error   2485    error C2065: 'dmin__' : undeclared identifier   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   119     1       hc
Error   2486    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   119     1       hc
Error   2488    error C2065: 'im' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   120     1       hc
Error   2489    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   120     1       hc
Error   2490    error C2065: 'jm' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   121     1       hc
Error   2491    error C2065: 'i__' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   121     1       hc
Error   2492    error C2065: 'ncl' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   125     1       hc
Error   2493    error C2065: 'i2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   129     1       hc
Error   2494    error C2065: 'im' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   129     1       hc
Error   2495    error C2065: 'jm' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   129     1       hc
Error   2496    error C2065: 'j2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   130     1       hc
Error   2497    error C2065: 'im' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   130     1       hc
Error   2498    error C2065: 'jm' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   130     1       hc
Error   2499    error C2065: 'ncl' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   131     1       hc
Error   2500    error C2065: 'i2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   131     1       hc
Error   2501    error C2065: 'ncl' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   132     1       hc
Error   2502    error C2065: 'j2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   132     1       hc
Error   2503    error C2065: 'ncl' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   133     1       hc
Error   2504    error C2065: 'dmin__' : undeclared identifier   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   133     1       hc
Error   2505    error C2065: 'ind1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   134     1       hc
Error   2506    error C2065: 'i2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   134     1       hc
Error   2507    error C2065: 'j2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   134     1       hc
Error   2508    error C2065: 'j2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   139     1       hc
Error   2509    error C2065: 'dmin__' : undeclared identifier   
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   140     1       hc
Error   2510    error C2065: 'inf' : undeclared identifier      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   140     1       hc
Error   2511    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   141     1       hc
Error   2512    error C2065: 'k' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   142     1       hc
Error   2513    error C2065: 'i__1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   142     1       hc
Error   2514    error C2065: 'k' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   143     1       hc
Error   2515    error C2065: 'k' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   146     1       hc
Error   2516    error C2065: 'i2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   146     1       hc
Error   2517    error C2065: 'x' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   149     1       hc
Error   2518    error C2065: 'i2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   149     1       hc
Error   2519    error C2065: 'j2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   149     1       hc
Error   2520    error C2065: 'k' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   149     1       hc
Error   2522    error C2065: 'i2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   150     1       hc
Error   2523    error C2065: 'k' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   150     1       hc
Error   2524    error C2065: 'ind1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   151     1       hc
Error   2525    error C2065: 'i2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   151     1       hc
Error   2526    error C2065: 'k' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   151     1       hc
Error   2527    error C2065: 'ind1' : undeclared identifier     
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   153     1       hc
Error   2528    error C2065: 'k' : undeclared identifier        
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   153     1       hc
Error   2529    error C2065: 'i2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   153     1       hc
Error   2530    error C2065: 'j2' : undeclared identifier       
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   155     1       hc
Error   2531    error C1003: error count exceeds 100; stopping compilation      
C:\RDKit\Code\ML\Cluster\Murtagh\hc.c   155     1       hc


______________________________________________________________________
PLEASE READ: This email is confidential and may be privileged. It is intended 
for the named addressee(s) only and access to it by anyone else is 
unauthorised. If you are not an addressee, any disclosure or copying of the 
contents of this email or any action taken (or not taken) in reliance on it is 
unauthorised and may be unlawful. If you have received this email in error, 
please notify the sender or postmas...@vernalis.com. Email is not a secure 
method of communication and the Company cannot accept responsibility for the 
accuracy or completeness of this message or any attachment(s). Please check 
this email for virus infection for which the Company accepts no responsibility. 
If verification of this email is sought then please request a hard copy. Unless 
otherwise stated, any views or opinions presented are solely those of the 
author and do not represent those of the Company.

The Vernalis Group of Companies
100 Berkshire Place
Wharfedale Road
Winnersh, Berkshire
RG41 5RD, England
Tel: +44 (0)118 938 0000

To access trading company registration and address details, please go to the 
Vernalis website at www.vernalis.com and click on the "Company address and 
registration details" link at the bottom of the page..
______________________________________________________________________
------------------------------------------------------------------------------
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to