[fossil-users] build error: 'Global' has no member named 'dontKeepUrl'

2013-02-21 Thread Sergei Gavrikov
Hi

Could you, please, add it to main.c:Global:

Thanks
Sergei

---
checkout: 75e483899e28a533c7f17bb179acd9c10e9f3b60 2013-02-21 08:15:41 UTC
tags: trunk
comment:  unused variables (user: jan.nijtmans)
changes:  None. Already up-to-date
../src/http_transport.c: In function ‘test_ssh_far_side_cmd’:
../src/http_transport.c:271: warning: ignoring return value of ‘system’, 
declared with attribute warn_unused_result
../src/json.c: In function ‘json_g_to_json’:
../src/json.c:1402: error: ‘Global’ has no member named ‘dontKeepUrl’
make: *** [bld/json.o] Error 1
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] build error: 'Global' has no member named 'dontKeepUrl'

2013-02-21 Thread Jan Nijtmans
2013/2/21 Sergei Gavrikov sergei.gavri...@gmail.com:
 Hi

 Could you, please, add it to main.c:Global:

 Thanks
 Sergei

The actual commit which removed it was one earlier:
03:51:10 [6d6740dcca] Improved handling for remote repository passwords: When
 prompting for the password, also ask the user whether or not to
 remember the password, as browsers typically do for their password
 cache. (user: drh tags: trunk)

See: 
https://www.fossil-scm.org/index.html/fdiff?v1=bc91379546130792v2=be285f713732c242

Fixed now.

Regards,
   jan Nijtmans
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] build error: 'Global' has no member named 'dontKeepUrl'

2013-02-21 Thread Sergei Gavrikov
On Thu, 21 Feb 2013, Jan Nijtmans wrote:

 2013/2/21 Sergei Gavrikov sergei.gavri...@gmail.com:
  Hi
 
  Could you, please, add it to main.c:Global:
 
  Thanks
  Sergei
 
 The actual commit which removed it was one earlier:
 03:51:10 [6d6740dcca] Improved handling for remote repository passwords: When
  prompting for the password, also ask the user whether or not to
  remember the password, as browsers typically do for their password
  cache. (user: drh tags: trunk)
 
 See: 
 https://www.fossil-scm.org/index.html/fdiff?v1=bc91379546130792v2=be285f713732c242

Ah, Jan, I did not mean your commit broke build (though it looks like I
did), I just cut that from a build output and sent.. Sorry, next time I
will dig deeper.
 
 Fixed now.

Thank you!

Sergei

 Regards,
jan Nijtmans
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-29 Thread Stephan Beal
Hiho,

Could i convince one of the Windows users to try out this patch for the
Windows Makefile?

On Fri, Jun 22, 2012 at 3:01 PM, Stephan Beal sgb...@googlemail.com wrote:

 Hi again, Alexander!

 i have added your change to the build scripts, but i cannot personally
 test it, which means that my commit is quite risky, so i have put it in my
 own branch:

 http://fossil-scm.org/index.html/info/0918d1f04a?sbs=0
 (sbs diff truncates some of the diff)


 Please try this out (that goes for any MSC user!) and let me know if it
 breaks/works. If it's okay then i'll push that to the trunk.

 Thank you again for your help!



-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-22 Thread Stephan Beal
On Thu, Jun 21, 2012 at 7:25 AM, Александр Орефков oref...@gmail.comwrote:

 Hi.
 I add that line, and add it:


Hi again!

i apologize for the late response - during the week my PC access is limited
(just a tablet). i'll be able to fix this (thanks to your help) tonight or
tomorrow.

Thanks again for your help!

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-22 Thread Stephan Beal
On Thu, Jun 21, 2012 at 7:25 AM, Александр Орефков oref...@gmail.comwrote:

 I add that line, and add it:

 $(OBJDIR)\cson_amalgamation$(O): $(SRCDIR)\cson_amalgamation.c
$(TCC) -c $(SRCDIR)\cson_amalgamation.c -o
 $(OBJDIR)\cson_amalgamation$(O) -DCSON_FOSSIL_MODE

 And set
 CFLAGS = -nologo -MT -O2 -DFOSSIL_ENABLE_JSON

 After it Fossil with JSON builded sucessed in VS2008.

 WBR, Alexander Orefkov.


Hi again, Alexander!

i have added your change to the build scripts, but i cannot personally test
it, which means that my commit is quite risky, so i have put it in my own
branch:

http://fossil-scm.org/index.html/info/0918d1f04a?sbs=0
(sbs diff truncates some of the diff)


Please try this out (that goes for any MSC user!) and let me know if it
breaks/works. If it's okay then i'll push that to the trunk.

Thank you again for your help!

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-20 Thread Stephan Beal
On Tue, Jun 19, 2012 at 3:44 PM, Stephan Beal sgb...@googlemail.com wrote:

 Thanks for the details. I will take a look at this asap,  but...

Hi, Alexander!

It looks like someone has already applied all of your json*.c patches
except for the comment-after-ifdef (which i just comitted).

i'm looking for a volunteer to assist in fixing Makefile.msc (which is
generated from src/makemake.tcl). i cannot personally test non-Unix-related
changes.

Can one of you Windows users please try the following out:

src/Makefile.msc, line 929 (currently empty), add:

$(OBJDIR)\cson_amalgamation$O : $(SRCDIR)\cson_amalgamation.h

(on one line, in case your mailer wraps that!)

:-?

If that works i'll get makemake.tcl patched with it.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-20 Thread Stephan Beal
On Wed, Jun 20, 2012 at 6:58 PM, Stephan Beal sgb...@googlemail.com wrote:

 src/Makefile.msc, line 929 (currently empty), add:


should be win/Makefile.msc.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-20 Thread Александр Орефков
Hi.
I add that line, and add it:

$(OBJDIR)\cson_amalgamation$(O): $(SRCDIR)\cson_amalgamation.c
$(TCC) -c $(SRCDIR)\cson_amalgamation.c -o
$(OBJDIR)\cson_amalgamation$(O) -DCSON_FOSSIL_MODE

And set
CFLAGS = -nologo -MT -O2 -DFOSSIL_ENABLE_JSON

After it Fossil with JSON builded sucessed in VS2008.

WBR, Alexander Orefkov.



2012/6/20 Stephan Beal sgb...@googlemail.com:
 On Wed, Jun 20, 2012 at 6:58 PM, Stephan Beal sgb...@googlemail.com wrote:

 src/Makefile.msc, line 929 (currently empty), add:


 should be win/Makefile.msc.

 --
 - stephan beal
 http://wanderinghorse.net/home/stephan/
 http://gplus.to/sgbeal


 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Build error in VS 2008 with JSON enabled

2012-06-19 Thread Александр Орефков
Hi.
I was tryed build fossil in VS2008 with JSON enabled, and found some
errors in sources.
In attach diff file with fixed errors.

Also in win\Makefile.msc no cson_amalgamation.c

WBR, Alexander Orefkov.


diff.diff
Description: Binary data
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Build error in VS 2008 with JSON enabled

2012-06-19 Thread Stephan Beal
Hi!

Thanks for the details. I will take a look at this asap,  but...

During the week i only have access to my tablet and netbook, so i can't do
any significant coding. I also don't have windows, so cannot test windows
fixes.

I will post back when i cam take a look (probably friday evening).

- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
On Jun 19, 2012 11:42 AM, Александр Орефков oref...@gmail.com wrote:

 Hi.
 I was tryed build fossil in VS2008 with JSON enabled, and found some
 errors in sources.
 In attach diff file with fixed errors.

 Also in win\Makefile.msc no cson_amalgamation.c

 WBR, Alexander Orefkov.

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] build error, missing manifest.uuid

2011-03-30 Thread Zed A. Shaw
Uh, this may sound stupid but latest trunk fails with:

make: *** No rule to make target `src/../manifest.uuid', needed by
`bld/VERSION.h'.  Stop.

Because, for some reason, my checkout on this one machine does not have
a manifest.uuid.

Any idea why this might be happening?

-- 
Zed A. Shaw
http://zedshaw.com/
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] build error, missing manifest.uuid

2011-03-30 Thread Mark Janssen
On Wed, Mar 30, 2011 at 6:39 PM, Zed A. Shaw zeds...@zedshaw.com wrote:
 Uh, this may sound stupid but latest trunk fails with:

 make: *** No rule to make target `src/../manifest.uuid', needed by
 `bld/VERSION.h'.  Stop.

 Because, for some reason, my checkout on this one machine does not have
 a manifest.uuid.

 Any idea why this might be happening?

 --
 Zed A. Shaw
 http://zedshaw.com/
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Make sure the manifest repo setting is enabled. (fossil settings manifest on)

Mark
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] build error, missing manifest.uuid

2011-03-30 Thread Richard Hipp
On Wed, Mar 30, 2011 at 12:39 PM, Zed A. Shaw zeds...@zedshaw.com wrote:

 Uh, this may sound stupid but latest trunk fails with:

 make: *** No rule to make target `src/../manifest.uuid', needed by
 `bld/VERSION.h'.  Stop.

 Because, for some reason, my checkout on this one machine does not have
 a manifest.uuid.

 Any idea why this might be happening?



Run fossil setting manifest on to fix the problem.  Manifest generation
used to be on by default, but people complained so now it is off by
default.  When you clone a repository, it picks up the setting from the
clone.  But if you cloned yours before the default changed, you didn't get
the setting transferred, so you need to set it manually.

Both Fossil and SQLite use the manifest and manifest.uuid files to derive
their version numbers.  As far as I know, those are the only two projects
that do anything with manifest and manifest.uuid.



 --
 Zed A. Shaw
 http://zedshaw.com/
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] build error, missing manifest.uuid

2011-03-30 Thread Ron Wilson
On Wed, Mar 30, 2011 at 12:57 PM, Richard Hipp d...@sqlite.org wrote:
 Both Fossil and SQLite use the manifest and manifest.uuid files to derive
 their version numbers.  As far as I know, those are the only two projects
 that do anything with manifest and manifest.uuid.

For what it is worth, we would if/when we expand our use of Fossil to
source code management. We are still using git for that. We compile
the commit ID into our software (along with a prefix to indicate a
clean or muddy build). Before git, we used SVN and compiled in the
revision number. (Some people outside the software team have
complained about switching to the UUIDs instead of simple numbers, but
since we still use major and minor release numbers for official
releases, there is no risk of being forced back to using SVN.)
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] build error, missing manifest.uuid

2011-03-30 Thread Jan Danielsson
On 03/30/11 21:56, Ron Wilson wrote:
 On Wed, Mar 30, 2011 at 12:57 PM, Richard Hipp d...@sqlite.org wrote:
 Both Fossil and SQLite use the manifest and manifest.uuid files to derive
 their version numbers.  As far as I know, those are the only two projects
 that do anything with manifest and manifest.uuid.
 
 For what it is worth, we would if/when we expand our use of Fossil to
 source code management.
[---]

   Out of curiosity, what parts of fossil are you using -- if you're not
using the source code management?

   Is it the wiki or the ticket system? Or both?

-- 
Kind regards,
Jan Danielsson




signature.asc
Description: OpenPGP digital signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] build error

2009-10-26 Thread Dmitry Chestnykh
 blob_.c:776: error: ‘Z_FINISH’ undeclared (first use in this function)
 blob_.c:778: warning: implicit declaration of function ‘deflateEnd’
 blob_.c: In function ‘blob_uncompress’:
 blob_.c:818: warning: implicit declaration of function ‘uncompress’
 blob_.c:820: error: ‘Z_OK’ undeclared (first use in this function)
 make: *** [blob.o] Error 1

Seems like zlib is missing. Try installing the zlib-devel package.

$ sudo apt-get install zlib-devel

--
Dmitry Chestnykh
Coding Robots

http://www.codingrobots.com
dmi...@codingrobots.com


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users