Problems (#1) - Problems with app.mak (#89) - Message List

Problems with app.mak

Hello

I am a little new in linux, and Im trying to compile the demo that is included with some minor changes and Im getting the message "No rule to make target ...../include/app.mak

Could you help me

Thanks

  • Message #24378

    Did you run './configure' first? The typical install sequence is:

    ./configure
    make
    make install
    

    where the last command often has a sudo in front of it, or is run directly by root, since installation generally requires superuser privileges.

Subscriptions