Hello,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="font-family: 'DejaVu Sans Mon'; font-size: 9pt; font-weight: 400; font-style: normal;">
<p style="margin: 0px; text-indent: 0px;">It *is* very basic. I'm not sure if we want routines that an average</p>
<p style="margin: 0px; text-indent: 0px;">programmer could write in a few lines themselves? Plus the name </p></div></blockquote><div><br>You are correct, and I agree with that. But I think the more complex its made, the more application dependent it becomes. Not as basic as str, but I believe the modules should be such that the routines are frequently used but not many have ever cared to keep them typed. I'll redo it if you say so.<br>
<br>Just a thought.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="font-family: 'DejaVu Sans Mon'; font-size: 9pt; font-weight: 400; font-style: normal;">
<p style="margin: 0px; text-indent: 0px;">Hmm, you had to create an err.h?</p></div></blockquote><div><br>Done it : Can we change the Werror somehow ? So that it doesnt treat the warnings as errors<br></div></div><br>$ make tools<br>
gcc -g -O2 -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -I. -c -o tools/ccan_depends.o tools/ccan_depends.c<br>cc1.exe: warnings being treated as errors<br>tools/ccan_depends.c: In function 'main':<br>
tools/ccan_depends.c:26: warning: 'errx' is deprecated (declared at tools/err.h:11)<br>make: *** [tools/ccan_depends.o] Error 1<br><br><br>Rupinder<br>