Difference between revisions of "CoCoA:CoCoA5 Faq"

From ApCoCoAWiki
Line 8: Line 8:
 
Please read the [[CoCoALib and Cygwin FAQ]] where you find instructions how to setup the build environment, the needed libraries and the CoCoALib itself in great detail.
 
Please read the [[CoCoALib and Cygwin FAQ]] where you find instructions how to setup the build environment, the needed libraries and the CoCoALib itself in great detail.
  
==How can I compile and use the lib with MacOSX==
+
==How can I compile and use the library on 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 [http://en.wikipedia.org/wiki/Xcode this] wikipedia article or at the [http://www.apple.com/macosx/features/xcode/ 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.
 
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 [http://en.wikipedia.org/wiki/Xcode this] wikipedia article or at the [http://www.apple.com/macosx/features/xcode/ 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.
  

Revision as of 09:17, 11 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 library on Windows

Please read the CoCoALib and Cygwin FAQ where you find instructions how to setup the build environment, the needed libraries and the CoCoALib itself in great detail.

How can I compile and use the library on 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.