Difference between revisions of "CoCoA:CoCoA5 Faq"

From ApCoCoAWiki
(add info about supported platforms for the CoCoAServer)
(Kill "other Documents", add section "Know Bugs")
Line 15: Line 15:
 
The CoCoAServer can be build on Linux, MacOSX, Unix. On Windows the Cygwin-tools are required, neither MinGW nor the Microsoft compilers can build the CoCoASever due to lack of an implementation of the fork() call. This will be fixed at some point in the future. Another possibility on Windows is the Microsoft SFU (Services for Unix) package, but since we do not have access we cannot test the build. Microsoft plans to integrate SFU into Windows Server 2003 R2, so let's see what the future holds.
 
The CoCoAServer can be build on Linux, MacOSX, Unix. On Windows the Cygwin-tools are required, neither MinGW nor the Microsoft compilers can build the CoCoASever due to lack of an implementation of the fork() call. This will be fixed at some point in the future. Another possibility on Windows is the Microsoft SFU (Services for Unix) package, but since we do not have access we cannot test the build. Microsoft plans to integrate SFU into Windows Server 2003 R2, so let's see what the future holds.
  
=Other Documents=
+
=Know Bugs=
At the moment the following articles are available for finding questions regarding CoCoA 5:
+
For a list of know bugs check out the [[CoCoALib_Buglist]]. If you have found another bug that is not on that list please consult [[Reporting_Bugs]] and if you feel like debugging check out [[Debugging_CoCoALib]] if you feel like fixing the problem.
*[[CoCoALib and Cygwin FAQ]]
 
  
 
[[Category:CoCoA5]] [[Category:FAQ]]
 
[[Category:CoCoA5]] [[Category:FAQ]]

Revision as of 22:12, 5 September 2005

This is a stub entry. Somebody will add more information shortly. For example you could add some information, in the case you have a question, you ask yourself frequently (more or less), as long as it is somehow related to CoCoA 5.


CoCoALib Questions

How can I compile and use the lib with Windows

Please read the CoCoALib and Cygwin FAQ. There the instalation process is very detailed explained.

How can I compile and use the lib with MacOSX

Apple provides a set of development tools which among other things provides a version of the gcc and a development environment called Xcode. Some information about Xcode can be found in this wikipedia article or at the Apple Xcode information page. The version of the gcc shipped with the development tools of MacOSX 10.3 and 10.4 compiles the CoCoALib just fine.

CoCoAServer Questions

The CoCoAServer can be build on Linux, MacOSX, Unix. On Windows the Cygwin-tools are required, neither MinGW nor the Microsoft compilers can build the CoCoASever due to lack of an implementation of the fork() call. This will be fixed at some point in the future. Another possibility on Windows is the Microsoft SFU (Services for Unix) package, but since we do not have access we cannot test the build. Microsoft plans to integrate SFU into Windows Server 2003 R2, so let's see what the future holds.

Know Bugs

For a list of know bugs check out the CoCoALib_Buglist. If you have found another bug that is not on that list please consult Reporting_Bugs and if you feel like debugging check out Debugging_CoCoALib if you feel like fixing the problem.