Back to the main page.

Bug 1394 - Clean up structure of realtime dir

Status CLOSED FIXED
Reported 2012-03-28 11:09:00 +0200
Modified 2012-08-23 10:42:03 +0200
Product: FieldTrip
Component: realtime
Version: unspecified
Hardware: All
Operating System: All
Importance: P1 normal
Assigned to: Boris Reuderink
URL:
Tags:
Depends on:
Blocks:
See also:

Boris Reuderink - 2012-03-28 11:09:04 +0200

Created attachment 241 new directory tree. Robert and Boris agreed on a directory structure for the realtime directory. The main changes: - one directory per platform with executables - libraries needed to compile binaries are centralized - generally more pleasant layout :). The new directory layout is presented in the attached file.


Boris Reuderink - 2012-03-28 11:10:04 +0200

I have completed moving the files locally. The build scripts need to be updated and tested. When complete, we should announce the changes on the mailing list, and complete the transition.


Boris Reuderink - 2012-03-28 11:13:22 +0200

*** Bug 1346 has been marked as a duplicate of this bug. ***


Boris Reuderink - 2012-03-28 14:48:47 +0200

Various compilers have been used to create the binaries in the SVN repo. It would be useful to identify the associated dependencies (dynamic link libraries). Ideally, we would work towards a situation a well supported compiler is used together with a single Makefile.


Boris Reuderink - 2012-04-10 12:26:58 +0200

It seems that all the windows executables in revision 5601 are created with mingw32, since the word mingw is used at least once in the binaries: $ for f in `find . -name "*.exe"`; do echo $f; strings $f | grep -i mingw | sort | uniq | wc; done Inspection of a few matches reinforces this suspicion. </p>

Boris Reuderink - 2012-06-25 16:22:17 +0200

Committed SVN revision r6127--r6151. Paths to the CTF acquisition software were updated in the MEG lab. TODO: Send a mail to the FT mailing lists if no further problems are found.


Boris Reuderink - 2012-07-02 15:10:17 +0200

After some issues with 32/64 bit compilation on OSX and required changes in the buffer's and ODM's Makefiles, I have committed recompiled binaries for the three main platforms. Seethe final revision 6178. If there are no further complaints, the announcement can be sent.


Boris Reuderink - 2012-07-16 12:21:32 +0200

The changes were announced on the mailing list. I close this issue as RESOLVED:FIXED.