• Just looking around
    Fester
    Posts: 19 from 2010/4/14
    From: Wisconsin, USA
    Is there a special process to compiling a MUI example?

    I tried several of the examples in the development/examples/mui section of the sdk, with gcc -o outputname programname but all returned errors.

    Tried compiling the Hello World found on the Wiki in the previous post but that one didn't work either.

    When I try: gcc -o hello MUIHelloWorld.c

    I get: MUIHelloWorld.c: In function 'main':
    MUIHelloWorld.c:83: error: lvalue required as left operand of assignment

    When I try: gcc -o demo MUI-Demo.c
    (This is an example source from the SDK installed in System/Development/Examples/MUI)

    I get: /t//cclEx0xM.o: In function 'main':
    /t//cclEx0xM.o(o.text+0x50f2): undefined reference to 'UntuitionBase'
    /t//cclEx0xM.o(o.text+0x50f6): undefined reference to 'UntuitionBase'

    Anything to get me jump started would be great. I'll keep reading. I might figure it out...




    [ Edited by Fester 16.06.2012 - 07:16 ]
  • »16.06.12 - 14:15
    Profile