Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 100)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#49 fixed kmk: includedep doesn't strip newline when reading normal variables. bird bird
Description

Title says it all. Easy to spot in src/VBox/Installer/win by changing -include to includedep. Should be fixed on windows before 0.1.4, the other binaries doesn't need to be rebuilt.

#50 fixed DLLSUFF.darwin doesn't work bird bird
Description

Probably not picking up keyword variants there.

#51 fixed kBuild: incorrect expansion during template inheritance bird bird
Description

src/VBox/Main/webservices/Makefile.kmk in VirtualBox? exposes a problem where the simple vboxwebsrv_INCS := ... assignment causes the template INCS to be expanded at inherit time. The problem is that PATH_TOOL_VCC80AMD64_ATLMFC_INC isn't defined at that point. Changing the assignment to a recursive one vboxwebsrv_INCS = ... works around the problem.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.