On 5/28/15, Svyatoslav Mishyn <j...@openmailbox.org> wrote:
> (Wed, 27 May 14:03) Warren Young:
>> On May 23, 2015, at 1:25 PM, Svyatoslav Mishyn <j...@openmailbox.org>
>> wrote:
>> >
>> > /tmp: wget -S http://localhost:8080/reports
>> > --2015-05-23 21:42:12--  http://localhost:8080/reports
>> > Resolving localhost (localhost)... 127.0.0.1
>> > Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
>> > HTTP request sent, awaiting response... No data received.
>> > Retrying.
>>
>> That works here.
>
> Finally, I found "why" ;)
> It is just  "CFLAGS=' -O2'".
>
>
> (and if it matters: Clang - 3.6.0; GCC - 4.8.4
>
> + if Clang:
> ./src/rss.c:99:40: warning: address of 'g.perm.Read' will always evaluate to
> 'true' [-Wpointer-bool-conversion]
>       assert( !g.perm.RdTkt &&& g.perm.Read && g.perm.RdWiki );

Three "&" characters instead of two.  Fixed in the latest check-in.

>                             ~~  ~~~~~~~^~~~
> /usr/include/assert.h:86:5: note: expanded from macro 'assert'
>   ((expr)                                                               \
>     ^
> 1 warning generated.
>
>
> and of course much more warnings with CFLAGS=' -ansi -pedantic -Wall
> -Wextra'
> )
>
>
> Should I add `unset CFLAGS` to  Pkgfile?
>
>
> --
> http://www.juef.tk/
> _______________________________________________
> 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

Reply via email to