Re: [fossil-users] No rule to make target 'src/email.c', ...

2018-06-21 Thread Eric Dillon
Nice quick fix. Compiles now. Thanks. On Thu, Jun 21, 2018, 10:03 AM Richard Hipp wrote: > On 6/21/18, Eric Dillon wrote: > > Fails to compile on Win32 VS2013 (12.0) > > > > email.obj : error LNK2019: unresolved external symbol _popen referenced > in > > f

Re: [fossil-users] No rule to make target 'src/email.c', ...

2018-06-21 Thread Eric Dillon
Fails to compile on Win32 VS2013 (12.0) email.obj : error LNK2019: unresolved external symbol _popen referenced in function _email_send On Wed, Jun 20, 2018, 3:51 PM Florian Balmer wrote: > Richard Hipp: > > > It is reassuring to know that so many people routinely build Fossil > > from the

Re: [fossil-users] fossil-users Digest, Vol 121, Issue 9

2018-02-14 Thread Eric Dillon
>From "fossil ui", go to "admin > settings". In diff-command put the path and executable name for winmerge. My winmerge is a portable installation, so my diff-command is set as ... C:\bin\winmerge-2.14.0\winmergeu.exe Works great. On Tue, Feb 13, 2018, 1:30 PM wrote: > I

Re: [fossil-users] strange problem with graphical diff

2017-08-23 Thread Eric Dillon
On Wed, Aug 23, 2017, 12:19 PM Richard Hipp wrote: And it should now be fixed on trunk. > Verified. Thanks. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] strange problem with graphical diff

2017-08-23 Thread Eric Dillon
Here's a bisect of the error on Windows. 11:39:32 $ fo bisect good bisect complete 2 BAD 2017-08-21 12:18:49 810dd031ec3ee1d6 5 BAD 2017-08-12 18:24:29 9eea719af68932ad 6 BAD 2017-08-12 18:20:26 9690d370e0714a43 7 BAD 2017-08-12 18:15:36 3b191c984b831571 8 GOOD

Re: [fossil-users] strange problem with graphical diff

2017-08-23 Thread Eric Dillon
Here is the error generated in Windows. Works correctly without the --to parameter. 10:19:38 $ fo gdiff --from d5b015 --to 810dd0 Index: src/http_transport.c == the