After [r13210] BrowseTracker fails to compile due to missing files JumpTrackerView.cpp and JumpTrackerView.h
Quote from: Miguel Gimenez on February 14, 2023, 12:09:39 PM
After [r13210] BrowseTracker fails to compile due to missing files JumpTrackerView.cpp and JumpTrackerView.h
I can't find any cbp that doesn't have JumpTrackerView.h and .cpp in it's unit filename section.
What .cbp are you using?
I also just updated to Head and BrowseTracker_wx32_64.cbp compiled ok.
I listed all the other .cbp's and found that they have JumpTrackerView.h/cpp listed.
What am I missing?
The files are not commited to the repository ;D
Quote from: sodev on February 14, 2023, 07:49:47 PM
The files are not commited to the repository ;D
Damn !! Forgot that I have to manually add the files via TortoiseSVN or they won't commit.
Fixed in Head r13212
Thanks Miguel & sodev