From ae7711e23a3e7af82b9a891f34e2dd8f044c21c7 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 29 Nov 2000 11:39:18 +0000 Subject: [PATCH] - Update. --- Packages/Geomview/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Packages/Geomview/TODO b/Packages/Geomview/TODO index 59293c1da07..92bbb353a33 100644 --- a/Packages/Geomview/TODO +++ b/Packages/Geomview/TODO @@ -1,5 +1,7 @@ - Finish get rid of non standard compliant (and gcc 2.97 friendly) strstream. http://www.cmla.ens-cachan.fr/Utilisateurs/dosreis/C++/FAQ/ + It's harder than I thought, since g++ 2.95 doesn't have . Maybe + CGAL should define it ? - Remove the requirement to have a ./.geomview file with (echo "started") inside. Synchronization can probably be done with select() ? There are other problems (sleep(1) is needed), so maybe don't touch...