[CF-Devel] Sorry about that patch

Joris Bontje jbontje at suespammers.org
Mon Jun 4 16:52:10 CDT 2001


I had problems compiling the latest gnome-client, here is what I did to resolve the problems:

(make gave errors about dmalloc)

change lines 156-157 in Makefile from:
gnome-cfclient: $(GNOME_OBJS)
        $(CC) -o gnome-cfclient $(GNOME_OBJS) $(GNOME_LIBS) $(LDFLAGS) $(LIBS)

into:
gnome-cfclient: $(GNOME_OBJS)
        $(CC) -o gnome-cfclient $(GNOME_OBJS) $(GNOME_LIBS) $(LDFLAGS) $(LIBS) $(DMALLOC_LIB)

Now the client compiles...

Joris Bontje / mids

    
    


More information about the crossfire mailing list