# HG changeset patch # User ethanzonca # Date 2009-08-08 15:12:04 # Node ID 010e1e67481f897a7dd0339aaa1881d3a9697028 # Parent 1b885b7c9c3ed1f49fe7715f6885e98200b79416 TODO Updates diff --git a/INSTALL b/INSTALL --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ Installation Instructions ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -159,7 +159,7 @@ Particular systems CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: - ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" + ./configure CC="cc -Ae" and if that doesn't work, install pre-built binaries of GCC for HP-UX. @@ -174,16 +174,6 @@ and if that doesn't work, try ./configure CC="cc -nodtk" - On Solaris, don't put `/usr/ucb' early in your `PATH'. This -directory contains several dysfunctional programs; working variants of -these programs are available in `/usr/bin'. So, if you need `/usr/ucb' -in your `PATH', put it _after_ `/usr/bin'. - - On Haiku, software installed for all users goes in `/boot/common', -not `/usr/local'. It is recommended to use the following options: - - ./configure --prefix=/boot/common - Specifying the System Type ========================== @@ -199,8 +189,7 @@ type, such as `sun4', or a canonical nam where SYSTEM can have one of these forms: - OS - KERNEL-OS + OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -24,6 +24,8 @@ Slave +Update exec_blender() to use the struct rather than other vars -Add errorcatchers to return in libcurl functions =-Make code more flexible for different types of jobs + -Add code to allow pausing/resuming of the slave (including a running blender process) + -Add a threads variable for software that doesn't support threads (blender takes care of this by itself) Options -Rewrite some stuff, try to make it simpler