https://bugzilla.redhat.com/show_bug.cgi?id=1093407 --- Comment #6 from Antonio Trande <anto.trande@xxxxxxxxx> --- (In reply to MartinKG from comment #5) > i added $(shell mysql_config --include) into the file Make.config > > DEFINES += -D_GNU_SOURCE -DTARGET='"$(TARGET)"' -DPLGDIR='"$(PLGDEST)"' \ > -DUSEMD5 -DUSEUUID -DUSELIBXML -DUSELIBARCHIVE \ > $(shell xml2-config --cflags) $(shell xslt-config --cflags) \ > $(shell mysql_config --include) > > but then, the compilation fails with this error message: > > g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions > -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches > -m64 -mtune=generic -c -D_GNU_SOURCE -DTARGET='""' > -DPLGDIR='"/usr/lib64/epgd"' -DUSEMD5 -DUSEUUID -DUSELIBXML -DUSELIBARCHIVE > -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/mysql -o > epgdata.o epgdata.c > In file included from epgdata.c:11:0: > epgdata.h:8:18: fatal error: epgd.h: No such file or directory > #include "epgd.h" > ^ > compilation terminated. Probably this happens because you're imposing %{optflags} on 'make' command; don't do that but edit the 'CFLAGS' line defined in 'Make.config'. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review