Re: [hackers] working fibonacci patch

From: Justin Pogue <pogue.justin_AT_gmail.com>
Date: Mon, 10 Jan 2011 12:05:46 -0600

dwm build options:
CFLAGS = -g -std=c99 -pedantic -Wall -O0 -I. -I/usr/include
-I/usr/include/X11 -DVERSION="5.9" -DXINERAMA
LDFLAGS = -g -L/usr/lib -lc -L/usr/lib/X11 -lX11 -L/usr/lib/X11 -lXinerama
CC = cc
creating config.h from config.def.h
CC dwm.c
In file included from config.h:30:0,
                 from dwm.c:262:
fibonacci.c: In function ‘fibonacci’:
fibonacci.c:6:30: error: dereferencing pointer to incomplete type
fibonacci.c:10:10: error: dereferencing pointer to incomplete type
fibonacci.c:12:10: error: dereferencing pointer to incomplete type
fibonacci.c:13:10: error: dereferencing pointer to incomplete type
fibonacci.c:15:30: error: dereferencing pointer to incomplete type
fibonacci.c:47:14: error: dereferencing pointer to incomplete type
fibonacci.c:47:24: error: dereferencing pointer to incomplete type
fibonacci.c:48:13: error: dereferencing pointer to incomplete type
fibonacci.c:51:13: error: dereferencing pointer to incomplete type
make: *** [dwm.o] Error 1

Any ideas? Same thing the old patch did. The code is a little over my head.

On Mon, Jan 10, 2011 at 11:42 AM, Justin Pogue <pogue.justin_AT_gmail.com> wrote:
> Ah, thank you.  I was trying to get this to work last night but my
> C-kung-fu is still weak.
>
> Much appreciated,
> Justin
>
> On Mon, Jan 10, 2011 at 5:04 AM, Hiltjo Posthuma <hiltjo_AT_codemadness.org> wrote:
>> It might be nice to not include the MODKEY and termcmd changes (in
>> config.h) in this patch.
>>
>> Kind regards,
>> Hiltjo
>>
>> On Mon, Jan 10, 2011 at 11:34 AM, Carlo Caponi <carlo.caponi72_AT_gmail.com> wrote:
>>> I noticed that the last fibonacci patch is not working. I attached a
>>> working patch. Sorry for my bad english, i'm italian.
>>>
>>> --
>>> Carlo Caponi
>>> _____________________
>>> http://www.carlocaponi.it
>>>
>>
>>
>
Received on Mon Jan 10 2011 - 19:05:46 CET

This archive was generated by hypermail 2.2.0 : Mon Jan 10 2011 - 19:12:04 CET