FEAP User Forum

FEAP => Installation => Topic started by: Yohanes Tjandrawidjaja on May 15, 2015, 02:24:32 AM

Title: Installing MATFEAP
Post by: Yohanes Tjandrawidjaja on May 15, 2015, 02:24:32 AM
Hello FEAP Users,

I don't know if I can ask a question about MATFEAP here or not, but maybe someone can help me to solve this problem.

I want to use MATLAB together with FEAP and I would like to use the interface MATFEAP that I find in this site:  http://www.cs.cornell.edu/~bindel/sw/matfeap/  (http://www.cs.cornell.edu/~bindel/sw/matfeap/). I followed the instuctions in the manual as follows:

Quote
To build the FEAP server, edit makefile.in in the MATFEAP home directory and run make. This will build the FEAP pipe server (srv/feapp) and the FEAP socket server (srv/feaps)

I editted the makefile.in and run it, but some errors occured: some header files in "include" folder are not accessible. Then I copied the whole thing from this folder to my matfeap folder, and I get the error message that rcsclean is not there, but actually it is there.

Quote
make[1]: entrant dans le répertoire « /home/yohanes/matfeap-0.8/srv »
rcsclean -q
/usr/bin/rcsclean: 22: exec: /usr/bin/rcs: not found
make[1]: *** [clean] Erreur 127
make[1]: quittant le répertoire « /home/yohanes/matfeap-0.8/srv »
make: *** [server] Erreur 2

Can anyone help me with this problem?

I am working in Linux Debian 7.7 and FEAP 8.4.
Title: Re: Installing MATFEAP
Post by: FEAP_Admin on May 15, 2015, 09:37:08 AM
Remove all the RCS references in the makefiles.  You do not need them.
Title: Re: Installing MATFEAP
Post by: Yohanes Tjandrawidjaja on May 18, 2015, 07:07:48 AM
Dear Admin,

Thank you for your reply. My bad, I replaced the makefile file with a wrong file, and the rcs reference came out. Now everything works well.

Best Regards.