Hi, trying to write my first module I used apxs to generate the Makefile.
apxs -g -n ion Problem is that apxs.in has the following defined top_srcdir=/home/rbb/apachebin4 top_builddir=/home/rbb/apachebin4/build include /home/rbb/apachebin4/build/special.mk which naturally isn't applicable on my environment. Not knowing how the build system works exactly I tried to figure things out. If one assumes top_builddir is the build/ directory of the installed apache (/data/local/apache/build) then the following conflict occurs: special.mk includes $(top_builddir)/rules.mk and rules.mk includes $(top_builddir)/build/config_vars.mk Both those files are of course in build/. To not cause any confusion this is a CVS HEAD installation. Btw, apxs 1.3 doesn't include any files. /mill -- ############################################################# # S-mail: Olof Oberg # [EMAIL PROTECTED] # # Pedagoggr. 7A # [EMAIL PROTECTED] # # S-907 30 Umea # [EMAIL PROTECTED] # # Phone: 090-197395 # http://pedgr571.sn.umu.se/~mill # #############################################################
