problem with make

  • I try to compile an image for 7025 and doing the things that is described on this site:
    http://www.saunalahti.fi/znark…a2_development_toolchain/
    But when i'm doing the make file then i get following error.



    Anyone an idea how to solve this ?

  • Hi,


    What is the best monotone version to use for dm600-pvr images?


    I'm using Ubuntu 7.10 Gutsy and monotone-0.31. I'm getting the following error...


    Code
    vocab.hh:126: error: using typedef-name ‘boost::filesystem::path’ after ‘class’
    /usr/include/boost/filesystem/path.hpp:43: error: ‘boost::filesystem::path’ has a previous declaration here
    make[3]: *** [mtn-paths.o] Error 1
    make[3]: Leaving directory `/home/devilfish/monotone-0.31'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/devilfish/monotone-0.31'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/home/devilfish/monotone-0.31'
    make: *** [debian/stamp-makefile-build] Error 2
    devilfish@devilfish:~/monotone-0.31$


    I've tried 0.31, 0.32, 0.33, 0.34 and 0.35, all with various error but usually the above error.


    Do I need to migrate using 'mtn -d oe.mtn db migrate'???


    Thanks
    Devilfsih


    EDIT:


    I got it working. I got 0.35 to install ok.


    Then I got this error...


    home/username/tuxbox-bb/oe.mtn is laid out according to an old schema


    So I done a...


    Code
    mtn --db oe.mtn db migrate


    Then...


    Code
    mtn --db oe.mtn db regenerate_caches


    This took well over 6 hours to complete.


    Then done the...


    Code
    make -f Makefile-opendreambox image


    ...and everything seems to be going ok.

    Einmal editiert, zuletzt von Devilfish ()