Welcome, Guest. Please Login
YaBB - Yet another Bulletin Board
 
  HomeHelpSearchLogin  
 
error in compilation of version 0.99 (Read 2227 times)
Orna Man
Guest


error in compilation of version 0.99
Jun 1st, 2005 at 4:55am
 
Hi,
While building HYPHY version 0.99 from the sources I ran into the following error:
batchlan.cpp: In function `_String ReturnDialogInput(bool)':
batchlan.cpp:680: error: `fStr' undeclared (first use this function)
batchlan.cpp:680: error: (Each undeclared identifier is reported only once for each function it appears in.)
Error during compilation

Adding the lines:
       char str[16384];
       _String fStr(str);
to the beginning of the function ReturnDialogInput in batchlan.cpp fixes the problem.

Best,
Orna
Back to top
 
 
IP Logged
 
Sergei
YaBB Administrator
*****
Offline


Datamonkeys are forever...

Posts: 1658
UCSD
Gender: male
Re: error in compilation of version 0.99
Reply #1 - Jun 1st, 2005 at 10:48am
 
Dear Orna,

Quote:
Hi,
While building HYPHY version 0.99 from the sources I ran into the following error:
batchlan.cpp: In function `_String ReturnDialogInput(bool)':
batchlan.cpp:680: error: `fStr' undeclared (first use this function)
batchlan.cpp:680: error: (Each undeclared identifier is reported only once for each function it appears in.)
Error during compilation

Adding the lines:
       char str[16384];
       _String fStr(str);
to the beginning of the function ReturnDialogInput in batchlan.cpp fixes the problem.


Thanks for the report; the source has been corrected now (fStr declared in the appropriate scope). Sorry about this!

Cheers,
Sergei
Back to top
 

Associate Professor
Division of Infectious Diseases
Division of Biomedical Informatics
School of Medicine
University of California San Diego
WWW WWW  
IP Logged