Menu

#9 build error

1.0
closed
nobody
None
2015-05-05
2015-05-05
UtG
No

Make[1]: No rule to make target 'columnsview.cpp', needed by 'columnsview.o'. Stop.
make[1]: Leaving directory '/home/ema/Git/dfilemanager-code/build/dfm'
Makefile:76: recipe for target 'sub-dfm-make_default-ordered' failed
make:
[sub-dfm-make_default-ordered] Error 2

I've uninstalled the previous DFM's version and I built the new updates from a clean "build folder".

Here the entire log: https://paste.kde.org/pqrdpy4x1

Discussion

  • Robert

    Robert - 2015-05-05

    thats impossible, there isnt even a file called columnsview.cpp anymore. I'd just advice you to 'sudo make uninstall' and remove all build files, and re-run cmake.

     
  • UtG

    UtG - 2015-05-05

    I know it and I followed exactly those steps!

    1) sudo make uninstall
    2) $ git pull
    3) delete build folder
    3) $ mkdir build & cd build
    3) $ qmake ../
    6) $ make

    ....and

    Make[1]: No rule to make target 'columnsview.cpp', needed by 'columnsview.o'. Stop.
    make[1]: Leaving directory '/home/ema/Git/dfilemanager-code/build/dfm'
    Makefile:76: recipe for target 'sub-dfm-make_default-ordered' failed
    make: [sub-dfm-make_default-ordered] Error 2

    I've re-tried a second time right now, same error.

    Look here https://paste.kde.org/pto4xxsq4 (previously I uninstalled all DFM lib and files)

     

    Last edit: UtG 2015-05-05
  • Robert

    Robert - 2015-05-05

    Ah, that explains it, I shouldve put somekinda news or something, the project has moved to cmake from qmake, so replace step 5 qmake .. with cmake ../ -DCMAKE_INSTALL_PREFIX=/usr

     
  • UtG

    UtG - 2015-05-05

    :)
    Ok thanks, now works.

     
  • Robert

    Robert - 2015-05-05
    • status: open --> closed
     
  • Robert

    Robert - 2015-05-05

    Okey, closing ticket, also updated the wiki, thx.

     

Log in to post a comment.