First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 131829
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tupone Alfredo <tupone@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 131829 depends on: Show dependency tree
Show dependency graph
Bug 131829 blocks: 117482
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-04-30 14:25 0000
while emerging slibo I get 

search.c: In function 

------- Comment #1 From Tupone Alfredo 2006-04-30 14:25:29 0000 -------
while emerging slibo I get 

search.c: In function ‘search’:
search.c:285: error: invalid lvalue in assignment

The file is in slibo-0.4.4/src/sliboengine

offending line is :
    (ply <= 0) ? stats.qPos : stats.pos += lastMove - firstMove;

I substituted with 

    if (ply > 0) {
      stats.pos += lastMove - firstMove;
    }

slibo emerge with that changes. I think is ok but I prefer a confirmation

------- Comment #2 From Tupone Alfredo 2006-04-30 14:51:54 0000 -------
Change now in portage. 

First Last Prev Next    No search results available      Search page      Enter new bug