Results 1 to 3 of 3

Thread: Fluxbox 1.0.0 Error

  1. #1
    Join Date
    Jan 2010
    Beans
    8

    Angry Fluxbox 1.0.0 Error

    I'm a total nub to Ubuntu and really need some help with this. I can't find anything helpful online, so here I am asking the Ubuntu community . The error I'm getting is below.

    Code:
    main.cc: In function ‘void showInfo(std::ostream&)’:
    main.cc:71: error: ‘strlen’ was not declared in this scope
    make[4]: *** [main.o] Error 1
    make[4]: Leaving directory `/home/james/Desktop/fluxbox-1.0.0/src'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/james/Desktop/fluxbox-1.0.0/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/james/Desktop/fluxbox-1.0.0/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/james/Desktop/fluxbox-1.0.0'
    make: *** [all] Error 2

    I'm getting that error when I enter in "make".

  2. #2
    Join Date
    Jan 2010
    Beans
    8

    Re: Fluxbox 1.0.0 Error

    bump

  3. #3
    Join Date
    Mar 2008
    Location
    Las Vegas
    Beans
    1,148

    Re: Fluxbox 1.0.0 Error

    A function is being called that's not defined in the code block where it's being called. Did you do any editing of your source code and did you get it from the repos???
    Debian Stable
    FluxBox
    Mark Your Thread Solved

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
  •