News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Missing files in browse tracker last commit

Started by Miguel Gimenez, February 14, 2023, 12:09:39 PM

Previous topic - Next topic

Miguel Gimenez

After [r13210] BrowseTracker fails to compile due to missing files JumpTrackerView.cpp and JumpTrackerView.h

Pecan

#1
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?

sodev

The files are not commited to the repository ;D

Pecan

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