Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Oct. 27 2007,06:58 |
|
I tried editing site.def so all it contained was:Quote | /* if you want host-specific customization, this is one way to do it */ /* #ifndef SiteIConfigFiles #define SiteIConfigFiles $(IRULESRC)/host.def #define LocalConfigFiles host.def #endif */ |
- and modified curaga's host.def so part of it looked like:Quote | //* GENERAL SETTINGS */
#define SystemManDirectory /opt/compile-3.3.5/man #define DocDir /opt/compile-3.3.5/share/doc #define BuildFonts NO
/* Installation prefix. The default is to install into /usr/X11R6. If you * would like to install into /usr, uncomment these options. */
#define ProjectRoot /opt/compile-3.3.5 /* #define LinkGLToUsrLib NO */ /* #define LinkGLToUsrInclude NO */ |
- in this context, I believe the "#" have to be left in, but maybe I'm wrong? In any case, "make" ignored the BuildFonts=NO and dirs=/opt/compile-3.3.5/...
Somwhere along the way, I found xfree would not compile fully without changing bison-1.875 to bison-1.875a (I found bison-1.875d, it worked) and flex-2.5.32 to flex-2.5.4 (I found flex-2.5.4a, it worked).
Once compiled, make install copied what looks like all of the headers & libs, but failed asking for /include/linux/autoconf.h - this was not made by the kernel headers commands curaga suggested a few posts back, is there a way to make it?
I copied autoconf.h from knoppix-3.4 and make install failed looking for ../lib/GL/dri/drm/xf86drm.o which I guess could be expected because I had not unpacked the full kernel sources.
I'll try moving the headers/libs from /usr/.. to /opt/compile/... and see if I can compile gtk-1.2
|