[haiku-development] Build broken at r24768.

  • From: Bruno Albuquerque <bga@xxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 03 Apr 2008 10:51:04 -0300

Hi Axel.

Your changes broke the build. Either you forgot to commit the changes to Inode.cpp and Journal.cpp (to account for the new event parameter required by the transaction notification stuff) or you forgot to update them. Also i could not find the defines that would probably be used by the events anywhere so I guess this is also missing (and thatś why I could not fix this myself, I have no idea about what you thought the possible events would be).

For reference:

Link generated/objects/haiku/x86/release/add-ons/kernel/file_systems/bfs/bfs
generated/objects/haiku/x86/release/add-ons/kernel/file_systems/bfs/Inode.o: In function `InodeAllocator::Keep(void)': Inode.cpp:(.text+0x535): undefined reference to `cache_add_transaction_listener' generated/objects/haiku/x86/release/add-ons/kernel/file_systems/bfs/Journal.o: In function `Journal::Lock(Transaction *)': Journal.cpp:(.text+0x1cbe): undefined reference to `cache_add_transaction_listener'
collect2: ld returned 1 exit status

-Bruno

Other related posts: