Ah, I'm going to get rid of some frustrations here... Don't hesitate to post if you hit problems though... though perhaps best on the fpcup thread in 3rd party announcements or a new thread as this is no longer about dbf filtering...
I am not sure I have the right trunk...how can I tell?
FPC has only one trunk, not more.
try
svn info c:\development\fpc
. If it spits info about an url other than trunk (e.g. the fixes 2.6 branch) it's not trunk.
See also
http://svnbook.red-bean.com/en/1.7/svn-book.htmlI only have fpcup...so if I run fpcup_update will that give me the the latest trunk or not? If so, I can download again and test.
It depends on how you had set it up. It won't magically give you something else suddenly (or if it does please report a bug). By all means, please *don't* read fpcup -h, the fpcup readme, wiki pages (
https://bitbucket.org/reiniero/fpcup/wiki/Home,
http://wiki.lazarus.freepascal.org/fpcup), fpcup.html, Readme.txt.... </sarcasm>
Easiest to explain (but by heart, air code warning etc):
1. remove entire c:\development dir+subdirs
2. remove fpcup_update, lazarus_fpcup shortcuts from your desktop
3. fpcup --fpcurl=trunk --fpcdir=c:\development\fpctrunk
rem yes, see fpcup -h | more and fpcup.ini for more details about what this does. While real men use command line arguments like above, I prefer ini files - see the Lazarus fpcup wiki page for examples but... I digress.
4. Coffee/tea/beverage of choice.
5. Try again