From akerstens at utep.edu Thu Jan 25 16:57:11 2007 From: akerstens at utep.edu (Andre Kerstens) Date: Thu, 25 Jan 2007 14:57:11 -0700 Subject: [Disksim-users] Disksim-3.0 fix Message-ID: <45B927B7.40201@utep.edu> To get disksim-3.0 compiled on our 32-bit fedora system, we had to remove '/n' from line 319 in libparam/mod.pl: fprintf(stderr, \"*** error: in $MODNAME spec -- missing required parameter \\\"%s\\\"\n\", $aname"."[c].name); becomes: fprintf(stderr, \"*** error: in $MODNAME spec -- missing required parameter \\\"%s\\\"\", $aname"."[c].name); Also tried to compile it on a 64-bit SuSE 10.1 system, but that gives lot of compile errors (unknown size for data types, excess elements in structs, etc). Will try to look into that. Did anybody manage to compile disksim on a 64-bit SuSE 10.1 system? Cheers Andre -- -------------------------------------------------------------- Andre Kerstens Research Computing Coordinator Docking at Home Developer The University of Texas at El Paso College of Engineering Maildrop Room A325 500 W. University Av. El Paso, TX 79968 Email: akerstens at utep.edu Phone: (915)-747-6410 (CS 118 - Mon,Tue) (915)-747-8819 (CS 316 - Wed,Thu) (915)-747-6289 (Eng E308 - Fri) Fax: (915)-747-7871 (Eng A325) The best way to predict the future is to invent it. --- Alan Kay ---------------------------------------------------------------