Color chooser from Aminet does not compile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    connor
    Posts: 570 from 2007/7/29
    I tried to compile http://aminet.net/package/dev/src/color_chooser with the compile line that is written in the C source color_chooser.c on top of the file but this does not work. I installed the latest SDK and can compile other C programs. Can someone see and tell what is wrong please?
  • »02.01.15 - 16:18
    Profile
  • MorphOS Developer
    itix
    Posts: 1520 from 2003/2/24
    From: Finland
    Oh, our MorphOS SDK must be too old.

    Try adding this line somewhere after includes:

    #ifndef MUIM_Application_Run
    #define MUIM_Application_Run 0x90420103
    #endif

    I did not realize SDK has not been updated since 3.4 release.
    1 + 1 = 3 with very large values of 1
  • »02.01.15 - 16:52
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > I did not realize SDK has not been updated since 3.4 release.

    The latest release seems to be 3.5.

    https://morph.zone/modules/news/article_storyid_2138.html
  • »02.01.15 - 20:32
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Tom01
    Posts: 181 from 2009/9/20
    Compiles without problems.
  • »03.01.15 - 00:35
    Profile Visit Website
  • MorphOS Developer
    itix
    Posts: 1520 from 2003/2/24
    From: Finland
    Quote:

    Andreas_Wolf wrote:
    > I did not realize SDK has not been updated since 3.4 release.

    The latest release seems to be 3.5.

    https://morph.zone/modules/news/article_storyid_2138.html



    Yes correct. Thanks.
    1 + 1 = 3 with very large values of 1
  • »03.01.15 - 11:21
    Profile