David Hoyle 62 Posted April 3 Having pulled the latest source (via GIT SVN FETCH), there is no package/project to build a DLL for RAD Studio 11.x. Share this post Link to post
dummzeuch 1081 Posted April 3 (edited) It's definitely in the repository under projects\DelphiXx110Alexandria. I just did a fresh checkout and it was there. No idea why you don't get it checked out, maybe a git issue? Edited April 3 by dummzeuch Share this post Link to post
David Hoyle 62 Posted April 3 It looks like GIT SVN FETCH is not enough (there is no PULL). To get all the latest updates I needed to do a hard reset and rebase. The code now compiles. Apologies. Share this post Link to post
Ondrej Kelle 54 Posted April 3 5 hours ago, David Hoyle said: It looks like GIT SVN FETCH is not enough (there is no PULL). To get all the latest updates I needed to do a hard reset and rebase. The code now compiles. Apologies. git svn rebase is what I usually do. Share this post Link to post