toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN/doc documentation.h


From: Gerhard Reitmayr
Subject: [Toon-members] TooN/doc documentation.h
Date: Tue, 09 Feb 2010 13:43:19 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Gerhard Reitmayr <gerhard>      10/02/09 13:43:19

Modified files:
        doc            : documentation.h 

Log message:
        small doc update on Win32 and TOON_TYPEOF

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/doc/documentation.h?cvsroot=toon&r1=1.45&r2=1.46

Patches:
Index: documentation.h
===================================================================
RCS file: /cvsroot/toon/TooN/doc/documentation.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- documentation.h     1 Feb 2010 18:49:06 -0000       1.45
+++ documentation.h     9 Feb 2010 13:43:19 -0000       1.46
@@ -53,6 +53,7 @@
 
  - \ref sDownload
  - \ref sStart
+ - \ref sWindowsErrors
  - \ref sCreateVector
  - \ref sCreateMatrix
  - \ref sFunctionVector
@@ -111,6 +112,15 @@
                against LAPACK, BLAS and any required support libraries. On a 
modern
                unix system, linking against LAPACK will do this automatically.
 
+       \subsection sWindowsErrors Comilation errors on Win32 involving 
TOON_TYPEOF
+       
+               If you get errors compiling code that uses TooN, look for the 
macro TOON_TYPEOF 
+               in the messages. Most likely the file 
<code>internal/config.hh</code> is clobbered. 
+               Open it and remove all the defines present there. 
+               
+               Also see @ref sManualConfiguration for more details on 
configuring TooN, 
+               and @ref sConfigLapack, if you want to use LAPACK and BLAS. 
Define the macro
+               in <code>internal/config.hh</code>.
 
        \subsection sCreateVector How do I create a vector?
 
@@ -827,7 +837,7 @@
 then take a look at the source code ... 
 
 
-\section sManualConfiguration Manual configuration.
+\section sManualConfiguration Manual configuration
        
 Configuration is controlled by <code>internal/config.hh</code>. If this file 
is empty
 then the default configuration will be used and TooN will work. There are 
several options.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]