Menu

#1 FL_NORMAL_SIZE unrecognized lvalue on my system

closed-fixed
nobody
None
5
2004-09-29
2000-09-17
Anonymous
No

Then I try to compile, I get a message that says
"xdiskusage.C: In function `int main(int, char **)':
xdiskusage.C:191: non-lvalue in assignment"
I was unable to find reference to this in any other part of the source, and was unable to access the fltk page to see if somehow this would be solved by upgrading.
So, I commented it out, hopeing it wasn't really necessary.
And it worked. ;-)

Discussion

  • Bill Spitzak

    Bill Spitzak - 2004-09-29
    • status: open --> closed-fixed
     
  • Bill Spitzak

    Bill Spitzak - 2004-09-29

    Logged In: YES
    user_id=546

    Only some middle versions of fltk define this as an assignable
    variable. All others define this as a macro, so I was able to
    use #ifdef to get around this problem.

     

Log in to post a comment.