Results 1 to 5 of 5

Thread: "make[1]: no: Command not found"

  1. #1
    Join Date
    Apr 2008
    Beans
    6

    "make[1]: no: Command not found"

    Hey all,

    I'm attempting to install bitswash on Ubuntu 8.04- I've checked, double-checked, and triple-checked the dependencies (there are four: Boost, libtorrent, OpenSSL, and WxWidgets), but when I try to "make" the file following ./configure

    Code:
    Making all in src
    make[1]: Entering directory `/home/octavian/Desktop/bitswash-0.0.6/src'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/octavian/Desktop/bitswash-0.0.6/src'
    Making all in locale
    make[1]: Entering directory `/home/octavian/Desktop/bitswash-0.0.6/locale'
    no -o de_DE/bitswash.mo de_DE.po
    make[1]: no: Command not found
    make[1]: *** [de_DE/bitswash.mo] Error 127
    make[1]: Leaving directory `/home/octavian/Desktop/bitswash-0.0.6/locale'
    make: *** [all-recursive] Error 1
    I saw a couple of other posts suggesting I install mono-gmcs and I did so, but with no luck...any ideas on how I can make "no" a recognized command?

  2. #2
    Join Date
    Jul 2005
    Location
    Pennsylvania (USA)
    Beans
    110
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: "make[1]: no: Command not found"

    I don't know the answer to this question, however I did notice that bitswash.org points Ubuntu users to this page for a DEB package to install:

    I was able to install this DEB file by first installing the libboost dependencies it needs:
    Code:
    sudo apt-get install libboost-filesystem1.34.1 libboost-date-time1.34.1 libboost-thread1.34.1
    and then installing the downloaded DEB file with this command:
    Code:
    sudo dpkg -i bitswash_0.0.6-1~getdeb1_i386.deb
    ** Update - I see that if you just double-click on the DEB file to install it, it will automatically find and install the dependencies.
    Last edited by sizzam; May 28th, 2008 at 05:50 PM.

  3. #3
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: "make[1]: no: Command not found"


  4. #4
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: "make[1]: no: Command not found"

    sizzam: just a little FYI.

    Lets say you have a package, foo , as a .deb, foo.deb

    To install it from the command line :

    Code:
    sudo dpkg -i foo.deb
    Then to install the dependencies :

    Code:
    sudo apt-get install -f
    Yes, you can skip all this with the gui tools, so more a FYI.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  5. #5
    Join Date
    Apr 2008
    Beans
    6

    Re: "make[1]: no: Command not found"

    I tried using the deb package, and it looked like it installed fine, but am now getting segmentation errors when I try to run the program (also, it seems to be having issues opening up the flag images?)

    I know of several other programs that I can try to get the same effect as bitswash, but I'm still intrigued as to why "no" is an unknown command...

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
  •