[gnome-db] cygwin update



Hello

I have cygwin development packages installed in the same
place as gtk-2, have PATH environment variable contain
both /usr/bin and /usr/lib (c:\cygwin\ prefix locally).

Since cygwin doesn't have scrollkeeper, I installed from
source, builds ok, but I had to add -lintl to
scrollkeeper_tree_separate_LDADD in scrollkeeper/buildtools/Makefile.
Scrollkeeper depends on docbookx412.

Additionally, intltool and gnome-common were installed from source.

With libgda, you apply the patch attached (./configure didn't
find postgres libs, but that needs further investigation).

mv
Index: report/libgda-report/Makefile.am
===================================================================
RCS file: /cvs/gnome/libgda/report/libgda-report/Makefile.am,v
retrieving revision 1.8
diff -u -r1.8 Makefile.am
--- report/libgda-report/Makefile.am	2002/05/26 00:53:57	1.8
+++ report/libgda-report/Makefile.am	2002/08/21 14:23:59
@@ -17,7 +17,7 @@
 	gda-report-document.c
 
 libgda_report_2_la_LDFLAGS = -version-info $(GDA_CURRENT):$(GDA_REVISION):$(GDA_AGE)
-libgda_report_2_la_LIBADD = $(LIBGDA_LIBS)
+libgda_report_2_la_LIBADD = $(LIBGDA_LIBS) -L$(top_builddir)/libgda/ -lgda-2 
 
 gdareportincludedir=$(includedir)/libgda-report
 gdareportinclude_HEADERS=$(gda_report_headers)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]