Re: [fossil-users] Cloning issue

2017-03-16 Thread Dan Raymond
Thank you. Whats not clear in the docs is which password. I had interpreted
as the site user not the fossil user password. Also nowhere is it mentioned
you need a running instance of fossil on the server.
All sorted now though and working.

Thanks to all for help

On 16 Mar 2017 22:32, "Warren Young" <war...@etr-usa.com> wrote:

> On Mar 15, 2017, at 1:55 AM, Dan Raymond <d...@ecourban.com.au> wrote:
> >
> > whenever I try to autosync back the other way I get a "not authorized to
> write" error?
>
> That’s because you didn’t give your remote Fossil user name in the clone
> URL.  Hence, you’re anonymous, hence you can’t write.  Say:
>
> fossil clone http://d...@danraymond.org/fossil/mydan funny.fossil
>
> It will then ask for d...@danraymond.org’s Fossil password and if you want
> it to save it.
>
> This is all quite clear in the docs.
> ___
> 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] Non empty directories

2017-03-15 Thread Dan Raymond
Martin/Pietro

Seems error/design is as follows:


If I create  directories in a folder tree BEFORE i do an open of the
repository in that file tree; directories are ignored on the  addremove
command even if non-empty, root files are okay and are picked up.

If I open an empty repository FIRST in the root then add new folders (and
file content in them) in that root tree then all works as advertised for
all sub directories

I thought I could create a code/directory structure first then OPEN the
empty repository in the root and do an addremove to do the first check in
based on the files already on the tree. This only works for the root not
the sub folders, they are ignored! Pity makes it hard to turn existing tree
into initial repository content which I assumed.

Thanks for help

Dan

Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au

On Wed, Mar 15, 2017 at 9:13 PM, Martin Gagnon <eme...@gmail.com> wrote:

> On Wed, Mar 15, 2017 at 09:05:28PM +1000, Dan Raymond wrote:
> > Think I understand:
> >
> > If a Folder is empty no add of folder (not sure why the "Character"
> folder
> > wouldn't add when it was not empty). subsequent trials worked as supposed
> > to.
> >
> > So not sure what issue was. will play around more to see if I can
> replicate
> > before committing to a real world scenario.
> >
> > Is there any way to force adding empty directories??
>
> No, fossil don't store directories, they are treated like a part of the
> "full-name" of a file, they don't exist by themself inside a repository.
>
> May be this discussion will interest you:
>   http://www.mail-archive.com/fossil-users@lists.fossil-scm.
> org/msg23675.html
>
>
> Reards,
>
> --
> Martin G.
> ___
> 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] Non empty directories

2017-03-15 Thread Dan Raymond
Think I understand:

If a Folder is empty no add of folder (not sure why the "Character" folder
wouldn't add when it was not empty). subsequent trials worked as supposed
to.

So not sure what issue was. will play around more to see if I can replicate
before committing to a real world scenario.

Is there any way to force adding empty directories??

Thanks

Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au

On Wed, Mar 15, 2017 at 8:58 PM, Pietro Cerutti <g...@gahr.ch> wrote:

> On 2017-Mar-15, 20:56, Dan Raymond wrote:
> [-- Type: text/plain; charset=UTF-8, Encoding: quoted-printable, Size:
> 5.0K --]
> > dan@linux-dg65:~/Documents/Fossil/test1> ls
> > Characters  file1.txt  mytest2.txt  mytest3.txt  mytest4.txt  Plots
> > sandwiches.txt
> > dan@linux-dg65:~/Documents/Fossil/test1> mkdir Folder1
> > dan@linux-dg65:~/Documents/Fossil/test1> ls
> > Characters  file1.txt  Folder1  mytest2.txt  mytest3.txt  mytest4.txt
> > Plots  sandwiches.txt
> > dan@linux-dg65:~/Documents/Fossil/test1> ../fossil addrem
> > added 0 files, deleted 0 files
> > dan@linux-dg65:~/Documents/Fossil/test1> cd Plots
> >
> > dan@linux-dg65:~/Documents/Fossil/test1/Plots> touch newplot.txt
> > dan@linux-dg65:~/Documents/Fossil/test1/Plots> ls
> > newplot.txt
> > dan@linux-dg65:~/Documents/Fossil/test1/Plots> cd ..
> > dan@linux-dg65:~/Documents/Fossil/test1> ../fossil addrem
> > ADDED  Plots/newplot.txt
> > added 1 files, deleted 0 files
> > dan@linux-dg65:~/Documents/Fossil/test1> cd Characters
> > dan@linux-dg65:~/Documents/Fossil/test1/Characters> ls
> > jones.txt
> > dan@linux-dg65:~/Documents/Fossil/test1/Characters> touch rambo.txt
> > dan@linux-dg65:~/Documents/Fossil/test1/Characters> ls
> > jones.txt  rambo.txt
> > dan@linux-dg65:~/Documents/Fossil/test1/Characters> cd ..
> > dan@linux-dg65:~/Documents/Fossil/test1> ../fossil addrem
> > ADDED  Characters/rambo.txt
> > added 1 files, deleted 0 files
> >
> > dan@linux-dg65:~/Documents/Fossil/test1> ../fossil commit -m test5
> >
> > Autosync:  http://danraymond.org:8082/mytestbase
> > Round-trips: 1   Artifacts sent: 0  received: 0
> > *** time skew *** server is slow by 36.5 seconds
> > Pull done, sent: 322  received: 1040  ip: 101.0.110.118
> > continue in spite of time skew (y/N)? y
> > New_Version:
> > da0d8134eb012eab2a1bd529d85ce4271185d4b6fe70b759562d1d192f83ebe3
> > Autosync:  http://danraymond.org:8082/mytestbase
> > Round-trips: 1   Artifacts sent: 2  received: 0
> > *** time skew *** server is slow by 36.8 seconds
> > Sync done, sent: 1362  received: 1115  ip: 101.0.110.118
> > dan@linux-dg65:~/Documents/Fossil/test1>
> >
> >
> > IT did not pick up Folder1!
>
> There's nothing in Folder1.
>
> --
> Pietro Cerutti
> g...@gahr.ch
>
> ___
> 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] Non empty directories

2017-03-15 Thread Dan Raymond
dan@linux-dg65:~/Documents/Fossil/test1> ls
Characters  file1.txt  mytest2.txt  mytest3.txt  mytest4.txt  Plots
sandwiches.txt
dan@linux-dg65:~/Documents/Fossil/test1> mkdir Folder1
dan@linux-dg65:~/Documents/Fossil/test1> ls
Characters  file1.txt  Folder1  mytest2.txt  mytest3.txt  mytest4.txt
Plots  sandwiches.txt
dan@linux-dg65:~/Documents/Fossil/test1> ../fossil addrem
added 0 files, deleted 0 files
dan@linux-dg65:~/Documents/Fossil/test1> cd Plots

dan@linux-dg65:~/Documents/Fossil/test1/Plots> touch newplot.txt
dan@linux-dg65:~/Documents/Fossil/test1/Plots> ls
newplot.txt
dan@linux-dg65:~/Documents/Fossil/test1/Plots> cd ..
dan@linux-dg65:~/Documents/Fossil/test1> ../fossil addrem
ADDED  Plots/newplot.txt
added 1 files, deleted 0 files
dan@linux-dg65:~/Documents/Fossil/test1> cd Characters
dan@linux-dg65:~/Documents/Fossil/test1/Characters> ls
jones.txt
dan@linux-dg65:~/Documents/Fossil/test1/Characters> touch rambo.txt
dan@linux-dg65:~/Documents/Fossil/test1/Characters> ls
jones.txt  rambo.txt
dan@linux-dg65:~/Documents/Fossil/test1/Characters> cd ..
dan@linux-dg65:~/Documents/Fossil/test1> ../fossil addrem
ADDED  Characters/rambo.txt
added 1 files, deleted 0 files

dan@linux-dg65:~/Documents/Fossil/test1> ../fossil commit -m test5

Autosync:  http://danraymond.org:8082/mytestbase
Round-trips: 1   Artifacts sent: 0  received: 0
*** time skew *** server is slow by 36.5 seconds
Pull done, sent: 322  received: 1040  ip: 101.0.110.118
continue in spite of time skew (y/N)? y
New_Version:
da0d8134eb012eab2a1bd529d85ce4271185d4b6fe70b759562d1d192f83ebe3
Autosync:  http://danraymond.org:8082/mytestbase
Round-trips: 1   Artifacts sent: 2  received: 0
*** time skew *** server is slow by 36.8 seconds
Sync done, sent: 1362  received: 1115  ip: 101.0.110.118
dan@linux-dg65:~/Documents/Fossil/test1>


IT did not pick up Folder1!

Dan

Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au

On Wed, Mar 15, 2017 at 8:33 PM, <rosscann...@fastmail.com> wrote:

> Dan, if I've understood correctly, 'fossil addremove' should do what you
> want. Here's an example from a freshly created repo (fossil 2.1) with no
> files currently added:
>
> http://pastebin.com/9TzyXbd6
>
> Can you post a similar output to show what you're observing?
>
>
>
> On Wed, Mar 15, 2017, at 09:24 PM, Dan Raymond wrote:
>
> Martin,
> No they are normal names no dots.
> Dan
>
>
> Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
> Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
> Tel:+61 733 600 255
> Mob:  +61 400 551 920
> Fax:   +61 733 600 222
> Web:  http://ecourban.com.au
>
>
> On Wed, Mar 15, 2017 at 8:13 PM, Martin Gagnon <eme...@gmail.com> wrote:
>
> Does the directory name start with a dot ? The dot files (and dot
> directories) are ignored by default. So you can try:
>
>   fossil add --dotfiles .
>
>
>
> --
> Martin G.
>
>
> Le mer. 15 mars 2017 à 06:06, Dan Raymond <d...@ecourban.com.au> a écrit :
>
> Pietro,
> addremove Doesn't do it (version 2.10)
>
> add command doesn't pick up the folder even though there is a new file in
> it!
>
> AH!
>
> Dan
>
>
> Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
> Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
> Tel:+61 733 600 255
> Mob:  +61 400 551 920
> Fax:   +61 733 600 222
> Web:  http://ecourban.com.au
>
>
> On Wed, Mar 15, 2017 at 7:17 PM, Pietro Cerutti <g...@gahr.ch> wrote:
>
> On 2017-Mar-15, 19:03, Dan Raymond wrote:
> [-- Type: text/plain; charset=UTF-8, Encoding: 7bit, Size: 0.6K --]
> > How can I get the fossil add command to add new directories under the
> root
> > checkout when they have new files in them. I understand fossil doesn't
> > notice new empty directories when you use the add command, but these also
> > have new files.
> >
> > The fossil  add only adds files in the _FOSSIL_ directory. If I create
> new
> > folders below this with files in them they and their files are not added?
> >
> > What to do?
>
> fossil addremove?
>
> --
> Pietro Cerutti
> g...@gahr.ch
> ___
> 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] Non empty directories

2017-03-15 Thread Dan Raymond
Martin,

No they are normal names no dots.

Dan

Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au

On Wed, Mar 15, 2017 at 8:13 PM, Martin Gagnon <eme...@gmail.com> wrote:

> Does the directory name start with a dot ? The dot files (and dot
> directories) are ignored by default. So you can try:
>
>   fossil add --dotfiles .
>
>
> --
> Martin G.
>
> Le mer. 15 mars 2017 à 06:06, Dan Raymond <d...@ecourban.com.au> a écrit :
>
>> Pietro,
>>
>> addremove Doesn't do it (version 2.10)
>>
>> add command doesn't pick up the folder even though there is a new file in
>> it!
>>
>> AH!
>>
>> Dan
>>
>> Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
>> Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
>> Tel:+61 733 600 255
>> Mob:  +61 400 551 920
>> Fax:   +61 733 600 222
>> Web:  http://ecourban.com.au
>>
>> On Wed, Mar 15, 2017 at 7:17 PM, Pietro Cerutti <g...@gahr.ch> wrote:
>>
>> On 2017-Mar-15, 19:03, Dan Raymond wrote:
>> [-- Type: text/plain; charset=UTF-8, Encoding: 7bit, Size: 0.6K --]
>> > How can I get the fossil add command to add new directories under the
>> root
>> > checkout when they have new files in them. I understand fossil doesn't
>> > notice new empty directories when you use the add command, but these
>> also
>> > have new files.
>> >
>> > The fossil  add only adds files in the _FOSSIL_ directory. If I create
>> new
>> > folders below this with files in them they and their files are not
>> added?
>> >
>> > What to do?
>>
>> fossil addremove?
>>
>> --
>> Pietro Cerutti
>> g...@gahr.ch
>>
>> ___
>> 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 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] Non empty directories

2017-03-15 Thread Dan Raymond
Martin

add . with the . doesn't add anything outside current root folder

add NEWDIR works but means I have to explicitly type all the new
directories???

Is there not a better way for new sub directories in the code (I am using
fossil to develop manuals so sub folders get added often, even empty ones!!)

Dan

Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au

On Wed, Mar 15, 2017 at 7:46 PM, Martin Gagnon <eme...@gmail.com> wrote:

> fossil add NEWDIR
>   or
> fossil add .
>
>  (Don't forget the "." on the latter., which will all everything under
> current directory)
>
> Regards
>
> --
> Martin G.
>
> Le mer. 15 mars 2017 à 05:03, Dan Raymond <d...@ecourban.com.au> a écrit :
>
>> How can I get the fossil add command to add new directories under the
>> root checkout when they have new files in them. I understand fossil doesn't
>> notice new empty directories when you use the add command, but these also
>> have new files.
>>
>> The fossil  add only adds files in the _FOSSIL_ directory. If I create
>> new folders below this with files in them they and their files are not
>> added?
>>
>> What to do?
>> Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
>> Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
>> Tel:+61 733 600 255
>> Mob:  +61 400 551 920
>> Fax:   +61 733 600 222
>> Web:  http://ecourban.com.au
>> ___
>> 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 mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Non empty directories

2017-03-15 Thread Dan Raymond
Pietro,

addremove Doesn't do it (version 2.10)

add command doesn't pick up the folder even though there is a new file in
it!

AH!

Dan

Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au

On Wed, Mar 15, 2017 at 7:17 PM, Pietro Cerutti <g...@gahr.ch> wrote:

> On 2017-Mar-15, 19:03, Dan Raymond wrote:
> [-- Type: text/plain; charset=UTF-8, Encoding: 7bit, Size: 0.6K --]
> > How can I get the fossil add command to add new directories under the
> root
> > checkout when they have new files in them. I understand fossil doesn't
> > notice new empty directories when you use the add command, but these also
> > have new files.
> >
> > The fossil  add only adds files in the _FOSSIL_ directory. If I create
> new
> > folders below this with files in them they and their files are not added?
> >
> > What to do?
>
> fossil addremove?
>
> --
> Pietro Cerutti
> g...@gahr.ch
>
> ___
> 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] Non empty directories

2017-03-15 Thread Dan Raymond
How can I get the fossil add command to add new directories under the root
checkout when they have new files in them. I understand fossil doesn't
notice new empty directories when you use the add command, but these also
have new files.

The fossil  add only adds files in the _FOSSIL_ directory. If I create new
folders below this with files in them they and their files are not added?

What to do?
Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au
___
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] Cloning issue

2017-03-15 Thread Dan Raymond
Pietro,

Thanks that nailed it. Was not clear from the documentation works to clone.
HOwever, whenever I try to autosync back the other way I get a "not
authorized to write" error?


Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au

On Wed, Mar 15, 2017 at 5:25 PM, Pietro Cerutti <g...@gahr.ch> wrote:

>
>
>
> --
> Pietro Cerutti
> g...@gahr.ch
> On 15 Mar 2017, at 07:23, Dan Raymond <d...@ecourban.com.au> wrote:
>
> I can issue this: "wget http://danraymond.org/fossil/mydan.fossil; and
> get the repository file "mydan.fossil"
>
> if I issue: "fossil clone http://danraymond.org/fossil/mydan funny.fossil"
>
> I get:
> "server says: 404 Not Found
> Clone done, sent: 268  received: 675  ip: 102.0.110.131
> server returned an error - clone aborted
>
>
> The clone command needs a fossil server listening - possibly through CGI -
> and is not equivalent to copying the file itself: local config is not
> copied upon clone.
>
> --
> Pietro Cerutti
> g...@gahr.ch
>
> ___
> 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] Cloning issue

2017-03-15 Thread Dan Raymond
I can issue this: "wget http://danraymond.org/fossil/mydan.fossil; and get
the repository file "mydan.fossil"

if I issue: "fossil clone http://danraymond.org/fossil/mydan funny.fossil"

I get:
"server says: 404 Not Found
Clone done, sent: 268  received: 675  ip: 102.0.110.131
server returned an error - clone aborted

I can't seem to get a clone to work at all, always the 404 even though wget
can.

I have tried  variations with the remoter serve login/password as: "fossil
clone http://login:passw...@danraymond.org/fossil/mydan funny.fossil" to no
avail

On the host I can execute fossil server mydan.fossil and the web ui works
as expected and opens the remote repository file and I can make wiki etc.

Any clues would be appreciated as I would appreciate getting clone going

Dan

Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au
___
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] Errors trying to compile

2016-10-12 Thread Dan Raymond
Richard
 I get the following error at the end when I try to compile under
minGW/msys:

wbld/undo.o wbld/unicode.o wbld/unversioned.o wbld/update.o wbld/url.o
wbld/user.o wbld/utf8.o wbld/util.o wbld/verify.o wbld/vfile.o wbld/wiki.o
wbld/wikiformat.o wbld/winfile.o wbld/winhttp.o wbld/wysiwyg.o wbld/xfer.o
wbld/xfersetup.o wbld/zip.o wbld/sqlite3.o  wbld/shell.o wbld/th.o
wbld/th_lang.o wbld/th_tcl.o wbld/cson_amalgamation.o wbld/fossil.o
-lmingwex -lz -lkernel32 -lws2_32
wbld/http_socket.o:http_socket_.c:(.text+0x176): undefined reference to
`getaddrinfo'
wbld/http_socket.o:http_socket_.c:(.text+0x212): undefined reference to
`getnameinfo'
wbld/http_socket.o:http_socket_.c:(.text+0x31c): undefined reference to
`freeaddrinfo'
wbld/http_socket.o:http_socket_.c:(.text+0x428): undefined reference to
`getaddrinfo'
wbld/http_socket.o:http_socket_.c:(.text+0x472): undefined reference to
`getnameinfo'
wbld/http_socket.o:http_socket_.c:(.text+0x4a4): undefined reference to
`freeaddrinfo'
src/../compat/zlib/libz.a(inflate.o):inflate.c:(.text+0x1f07): undefined
reference to `inflate_fast'
collect2.exe: error: ld returned 1 exit status
make: *** [fossil.exe] Error 1



Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au

On Thu, Oct 13, 2016 at 11:39 AM, Richard Hipp <d...@sqlite.org> wrote:

> On 10/12/16, Dan Raymond <d...@ecourban.com.au> wrote:
> > Thanks.
> >
> > What is best environment etc to compile under windows?
>
> mingw/msys works.  Also MSVC.  I build the precompiled binaries for
> the Fossil homepage using mingw/msys.
>
> >
> >
> >
> > Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
> > Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
> > Tel:+61 733 600 255
> > Mob:  +61 400 551 920
> > Fax:   +61 733 600 222
> > Web:  http://ecourban.com.au
> >
> > On Thu, Oct 13, 2016 at 11:28 AM, Joe Mistachkin <sql...@mistachkin.com>
> > wrote:
> >
> >>
> >> Using that makefile with Cygwin is untested, unlikely to work, and
> >> unsupported.
> >>
> >> Sent from my iPhone
> >> https://urn.to/r/mistachkin
> >>
> >> On Oct 12, 2016, at 5:55 PM, Dan Raymond <d...@ecourban.com.au> wrote:
> >>
> >> I am getting the following errors when trying to compile: What do I need
> >> to do?
> >>
> >> 
> >>
> >> $ make -f win/Makefile.mingw
> >>
> >> gcc -Wall -Os -Lsrc/../compat/zlib -Isrc/../compat/zlib
> >> -DBROKEN_MINGW_CMDLINE=1 -c
> >>  -o src/../compat/zlib/match.o -DASMV
> >> src/../compat/zlib/contrib/asm686/match.S
> >>
> >> match.S: Assembler messages:
> >>
> >> match.S:94: Error: invalid instruction suffix for `push'
> >>
> >> match.S:96: Error: bad register expression
> >>
> >> match.S:97: Error: invalid instruction suffix for `push'
> >>
> >> match.S:99: Error: invalid instruction suffix for `push'
> >>
> >> match.S:101: Error: invalid instruction suffix for `push'
> >>
> >> src/../compat/zlib/contrib/asm686/match.S:348: Error: invalid
> instruction
> >> suffix fo
> >> r `pop'
> >>
> >> src/../compat/zlib/contrib/asm686/match.S:350: Error: invalid
> instruction
> >> suffix fo
> >> r `pop'
> >>
> >> src/../compat/zlib/contrib/asm686/match.S:352: Error: invalid
> instruction
> >> suffix fo
> >> r `pop'
> >>
> >> src/../compat/zlib/contrib/asm686/match.S:354: Error: invalid
> instruction
> >> suffix fo
> >> r `pop'
> >>
> >> make: *** [win/Makefile.mingw:994: src/../compat/zlib/match.o] Error 1
> >>
> >>
> >> 
> >>
> >> I am, trying to compile under CYGWIN on windows
> >>
> >>
> >> ___
> >> 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
> >>
> >>
> >
>
>
> --
> 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
>
___
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] Errors trying to compile

2016-10-12 Thread Dan Raymond
Thanks.

What is best environment etc to compile under windows?



Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au

On Thu, Oct 13, 2016 at 11:28 AM, Joe Mistachkin <sql...@mistachkin.com>
wrote:

>
> Using that makefile with Cygwin is untested, unlikely to work, and
> unsupported.
>
> Sent from my iPhone
> https://urn.to/r/mistachkin
>
> On Oct 12, 2016, at 5:55 PM, Dan Raymond <d...@ecourban.com.au> wrote:
>
> I am getting the following errors when trying to compile: What do I need
> to do?
>
> 
>
> $ make -f win/Makefile.mingw
>
> gcc -Wall -Os -Lsrc/../compat/zlib -Isrc/../compat/zlib
> -DBROKEN_MINGW_CMDLINE=1 -c
>  -o src/../compat/zlib/match.o -DASMV 
> src/../compat/zlib/contrib/asm686/match.S
>
> match.S: Assembler messages:
>
> match.S:94: Error: invalid instruction suffix for `push'
>
> match.S:96: Error: bad register expression
>
> match.S:97: Error: invalid instruction suffix for `push'
>
> match.S:99: Error: invalid instruction suffix for `push'
>
> match.S:101: Error: invalid instruction suffix for `push'
>
> src/../compat/zlib/contrib/asm686/match.S:348: Error: invalid instruction
> suffix fo
> r `pop'
>
> src/../compat/zlib/contrib/asm686/match.S:350: Error: invalid instruction
> suffix fo
> r `pop'
>
> src/../compat/zlib/contrib/asm686/match.S:352: Error: invalid instruction
> suffix fo
> r `pop'
>
> src/../compat/zlib/contrib/asm686/match.S:354: Error: invalid instruction
> suffix fo
> r `pop'
>
> make: *** [win/Makefile.mingw:994: src/../compat/zlib/match.o] Error 1
>
>
> 
>
> I am, trying to compile under CYGWIN on windows
>
>
> ___
> 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 mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Errors trying to compile

2016-10-12 Thread Dan Raymond
I am getting the following errors when trying to compile: What do I need to
do?



$ make -f win/Makefile.mingw

gcc -Wall -Os -Lsrc/../compat/zlib -Isrc/../compat/zlib
-DBROKEN_MINGW_CMDLINE=1 -c
 -o src/../compat/zlib/match.o -DASMV
src/../compat/zlib/contrib/asm686/match.S
match.S: Assembler messages:

match.S:94: Error: invalid instruction suffix for `push'

match.S:96: Error: bad register expression

match.S:97: Error: invalid instruction suffix for `push'

match.S:99: Error: invalid instruction suffix for `push'

match.S:101: Error: invalid instruction suffix for `push'

src/../compat/zlib/contrib/asm686/match.S:348: Error: invalid instruction
suffix fo
r `pop'

src/../compat/zlib/contrib/asm686/match.S:350: Error: invalid instruction
suffix fo
r `pop'

src/../compat/zlib/contrib/asm686/match.S:352: Error: invalid instruction
suffix fo
r `pop'

src/../compat/zlib/contrib/asm686/match.S:354: Error: invalid instruction
suffix fo
r `pop'

make: *** [win/Makefile.mingw:994: src/../compat/zlib/match.o] Error 1




I am, trying to compile under CYGWIN on windows
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Favicon in Localhost

2016-10-10 Thread Dan Raymond
How to get a favicon to show if using localhost and embedded docs?
Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] "inflate fast" error on compile

2016-10-05 Thread Dan Raymond
Hi All,

I am having trouble compiling Fossil on Windows with MinGW

all goes smoothly until the very end when I get this as the last lines of
compile:

src/../zlib/libz.a(inflate.o):inflate.c:(.text+0x1f07): undefined reference
to `inflate_fast'
collect2.exe: error: ld returned 1 exit status
make: *** [fossil.exe] Error 1

Any ideas as to how to sort this out please?

Dan
Level 19 Waterfront Place, 1 Eagle Street Brisbane Qld 4000 Australia
Mail:   PO Box 7815 Waterfront Place, Brisbane 4001
Tel:+61 733 600 255
Mob:  +61 400 551 920
Fax:   +61 733 600 222
Web:  http://ecourban.com.au
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users