[cairo-commit] roadster/src .cvsignore, NONE, 1.1 Makefile.am,
1.1.1.1, 1.2 search_road.c, 1.1.1.1, 1.2
Carl Worth
commit at pdx.freedesktop.org
Fri Feb 18 13:42:30 PST 2005
Committed by: cworth
Update of /cvs/cairo/roadster/src
In directory gabe:/tmp/cvs-serv31502/src
Modified Files:
Makefile.am search_road.c
Added Files:
.cvsignore
Log Message:
* src/search_road.c: Add missing include of stdlib.h.
* README: Added gettext and gpsd to the dependency list.
* .cvsignore:
* include/.cvsignore:
* intl/.cvsignore:
* macros/.cvsignore:
* pixmaps/.cvsignore:
* po/.cvsignore:
* src/.cvsignore: Add a bunch of .cvsignore files.
* config.h.in: Remove file that shouldn't have been in CVS.
* src/Makefile.am: Don't force a static build.
--- NEW FILE: .cvsignore ---
.deps
.libs
Makefile
Makefile.in
roadster
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/roadster/src/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.am 18 Feb 2005 04:22:52 -0000 1.1.1.1
+++ Makefile.am 18 Feb 2005 21:42:28 -0000 1.2
@@ -39,7 +39,6 @@
databasewindow.c
roadster_LDFLAGS = \
- -static\
-L/usr/lib/mysql
roadster_LDADD = \
Index: search_road.c
===================================================================
RCS file: /cvs/cairo/roadster/src/search_road.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- search_road.c 18 Feb 2005 04:22:52 -0000 1.1.1.1
+++ search_road.c 18 Feb 2005 21:42:28 -0000 1.2
@@ -23,6 +23,7 @@
#include <gtk/gtk.h>
#include <math.h>
+#include <stdlib.h>
#include "../include/db.h"
#include "../include/util.h"
@@ -41,7 +42,7 @@
#define SEARCH_RESULT_COUNT_LIMIT (200) // how many rows to get from DB
#define MAX_QUERY (4000)
-#if 1 // glib < 2.6
+#if 0 // glib < 2.6
gint g_strv_length(const gchar** a)
{
gint nCount=0;
More information about the cairo-commit
mailing list