Back to the main page.
Bug 2498 - recompile mex files on win32
Status | CLOSED FIXED |
Reported | 2014-03-13 09:17:00 +0100 |
Modified | 2014-05-14 20:08:53 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2014-03-13 09:17:53 +0100
I updated all mex files on dccn507 (virtual machine) using matlab 2001b. I used LCC where possible (according to http://fieldtrip.fcdonders.nl/development/guidelines/code#compiling_mex_files), but had to resort to MSVC 2010 Express for the uint64 mex files (see https://www.mathworks.nl/matlabcentral/answers/59192-how-to-avoid-the-compiler-error-in-_kids-bad-rule-number-0) and for combineClusters.cpp due to missing cpp style header files for
Robert Oostenveld - 2014-03-13 09:17:59 +0100
roboos@mentat001> svn commit Sending @uint64/abs.mexw32 Sending @uint64/max.mexw32 Sending @uint64/min.mexw32 Sending @uint64/minus.mexw32 Sending @uint64/plus.mexw32 Sending @uint64/rdivide.mexw32 Sending @uint64/times.mexw32 Transmitting file data ....... Committed revision 9288.
Robert Oostenveld - 2014-03-13 09:18:47 +0100
roboos@mentat001> svn commit Sending src/combineClusters.mexw32 Sending src/det2x2.mexw32 Sending src/inv2x2.mexw32 Sending src/mtimes2x2.mexw32 Sending src/mxDeserialize_c.mexw32 Sending src/sandwich2x2.mexw32 Sending src/splint_gh.mexw32 Transmitting file data ....... Committed revision 9289.
Robert Oostenveld - 2014-03-13 09:19:13 +0100
roboos@mentat001> svn update U connectivity/private/det2x2.mexw32 U connectivity/private/mtimes2x2.mexw32 U connectivity/private/sandwich2x2.mexw32 U connectivity/private/inv2x2.mexw32 U fileio/private/mxDeserialize_c.mexw32 U private/mxDeserialize_c.mexw32 U private/combineClusters.mexw32 Updated to revision 9290.
Robert Oostenveld - 2014-03-13 09:30:00 +0100
completed