RE: [gnome-db] Compiling libgda in cygwin



On Tue, 2003-04-15 at 13:32, Andres Moya wrote:
> 
> This is true. I have changed Makefile.am and not it seems to work! (at
> least it compiles OK, the next step is trying against a real db. But it
> will wait until I can compile the whole application using libgda).
> 
> 
> This is the change I made in libsql/Makefile.am (line 33):
> 
> < sql_parse_test_SOURCES=$(libgdasql_la_SOURCES) sql_parse_test.c
> < sql_parse_test_LDFLAGS = $(LIBGDA_LIBS)
> ---
> > sql_parse_test_SOURCES=sql_parse_test.c
> > sql_parse_test_LDFLAGS = $(LIBGDA_LIBS) -lgdasql
> 
> 
> Have you corrected this in CVS, or are you going to?
> 
I've applied the attached patch, which is different a bit and, most
important, is the correct one.

cheers
? autom4te-2.53.cache
? depcomp
? doc/C/tmpl/gda-report-item-label.sgml
? doc/C/tmpl/gda-report-item-pagefooter.sgml
? doc/C/tmpl/gda-report-item-pageheader.sgml
? doc/C/tmpl/gda-report-item-report.sgml
? doc/C/tmpl/gda-report-item-reportfooter.sgml
? doc/C/tmpl/gda-report-item-reportheader.sgml
? doc/C/tmpl/gda-report-item.sgml
? doc/C/tmpl/gda-report-valid.sgml
Index: libsql/Makefile.am
===================================================================
RCS file: /cvs/gnome/libgda/libsql/Makefile.am,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile.am
--- libsql/Makefile.am	21 Jun 2002 18:39:15 -0000	1.6
+++ libsql/Makefile.am	16 Apr 2003 15:02:39 -0000
@@ -30,10 +30,10 @@ libgdasqlincdir = $(includedir)/libgda/s
 libgdasqlinc_HEADERS = 
 libgdasql_la_LDFLAGS = $(LIBGDA_LIBS)
 
-sql_parse_test_SOURCES=$(libgdasql_la_SOURCES) sql_parse_test.c
+sql_parse_test_SOURCES=sql_parse_test.c
 sql_parse_test_LDFLAGS = $(LIBGDA_LIBS)
 sql_parse_test_DEPENDENCIES =
-sql_parse_test_LDADD = 
+sql_parse_test_LDADD = $(top_builldir)/libsql/libgdasql.la
 
 tests: sql_parse_test
 


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