Menu

#4 Compile error on Ubuntu

open
nobody
Compile (2)
5
2012-01-02
2012-01-02
Jay Cotton
No

Added stdint.h to the util.h file to make the assembler compile on Ubuntu.
I suspect this will not work well on Solaris or cygwyn.

* ************************************************************************* */

#include "project.h"
#include <stdint.h>

/* *************************************************************************

Discussion

  • Jay Cotton

    Jay Cotton - 2012-01-02

    This is the fix for Ubuntu.

     
  • Claude Sylvain

    Claude Sylvain - 2012-01-03

    - Tested on Slackware 13.3, and the above bug is there too :-(

    - Modified "project.h" to make "stdint.h" included when building on
    GNU/Linux computers, and also Solaris.
    I don't know if this fix will work on Solaris, and can not test it.

     

Log in to post a comment.