Results 1 to 7 of 7

Thread: make error with kde emerge and 4.3.3 20071206

  1. #1
    Join Date
    Dec 2007
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Unhappy make error with kde emerge and 4.3.3 20071206

    Hi all!

    I'm a newbie who wants to get amarok on windows, and for this I need kdewin32 package, and it includes qt.

    I got this error, but no ideas how to correct it.



    Don't know is this the right place to ask help for this, sorry if not ,
    and thanks for the help!

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: make error with kde emerge and 4.3.3 20071206

    it looks there *might* be a problem in the script it self - note the path in the error line, it has a double slash, which might be the reason it fails to create that path.
    Another issue *might* be the fact the script is using '/' instead of '\' but I think this should not really be a problem.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Dec 2007
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: make error with kde emerge and 4.3.3 20071206

    Hi high_flyer!

    Thanks for the idea, but no
    I tried the double slash with mkdir, and it worked, and the preveorus scripts are having // (bin, and libs in the dir where it may wants to make this..) to and there were no problem with them

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: make error with kde emerge and 4.3.3 20071206

    hmm... is the path in the mkdir line correct? (up to 'Qt')
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  5. #5
    Join Date
    Dec 2007
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Red face Re: make error with kde emerge and 4.3.3 20071206

    From that Makefile.Debug

    install_target: all FORCE
    @$(CHK_DIR_EXISTS) c:$(INSTALL_ROOT)/kderoot/tmp/qt-4.3.3.20071206/image-mingw//lib/ || $(MKDIR) c:$(INSTALL_ROOT)/kderoot/tmp/qt-4.3.3.20071206/image-mingw//lib/
    -$(INSTALL_FILE) "../../lib/QtCored.prl" "c:$(INSTALL_ROOT)/kderoot/tmp/qt-4.3.3.20071206/image-mingw/lib/QtCored.prl"
    -$(INSTALL_FILE) "../../lib/libQtCored4.a" "c:$(INSTALL_ROOT)/kderoot/tmp/qt-4.3.3.20071206/image-mingw/lib/libQtCored4.a"
    -$(INSTALL_FILE) "$(DESTDIR_TARGET)" "c:$(INSTALL_ROOT)/kderoot/tmp/qt-4.3.3.20071206/image-mingw/lib/$(TARGET)"

    /.. lines for uninstall../

    install_flat_headers: all FORCE
    @$(CHK_DIR_EXISTS) c:$(INSTALL_ROOT)/kderoot/tmp/qt-4.3.3.20071206/image-mingw//include/Qt/ || $(MKDIR) c:$(INSTALL_ROOT)/kderoot/tmp/qt-4.3.3.20071206/image-mingw//include/Qt/

    and I think this line might be the line where that mkdir error came, but I don't see any difference, and you?

  6. #6
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: make error with kde emerge and 4.3.3 20071206

    yes, but is c:/kderoot/tmp/qt-4.3.3.20071206/image-mingw//include/ a valid path?
    Do you have enough space on the drive?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  7. #7
    Join Date
    Dec 2007
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: make error with kde emerge and 4.3.3 20071206

    It's valid, but not that was the problem :/
    We found the problem on #kde-windows, I had msys's path in my path variable, and because of that it tried making this dir in /usr/bin or something like that, and that was not valid.
    So, it was my fault :/ And it was corrected!
    Thank you for your help and I'm sorry for my newbie fault :$!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.