SE250:lab-X

From Marks Wiki
Jump to navigation Jump to search

SOFTENG 250 Lab #10, 3 June 2008

  • Handout
  • lab-10.tar
  • To compile the code properly in cygwin (after unpacking): — Rwan064 01:35, 3 June 2008 (NZST)
    • Delete the file "malloc.h"
    • Then build the project - type "make" in Cygwin.
    • I don't know how deleting a file make it work when you are actually including it in your source file lol, but it just works.
      Response: It looks like its overriding the standard C library of malloc with the Apple custom implementation, so deleting it will make it work since it will use the standard library's malloc Sshi080 16:27, 3 June 2008 (NZST)
    • You also don't need any of the files starting with a "dot". e.g. ._state.h. Use the command "rm ._*" to remove them.

Individual lab reports

Lab Maintainers

Lab Maintenance Report

Lab Maintainers' Report