Hi I have updated src/Makefile to provide custom GUI_INC_LOC and GUI_LIB_LOC locations.
i have done a make distclean && make config Attached "log" is the output from the same. as visible it has picked up the path provided GUI_INC_LOC="-I/usr/necccs/include" GUI_LIB_LOC="-L/usr/necccs/lib/X11R6" \ But in config.log the path is missing GUI_INC_LOC='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 ' in config.status S["GUI_INC_LOC"]="-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/"\ "usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 " and config.mk GUI_INC_LOC = -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 I am attaching the corresponding config.mk; config.status; config.log; and the updated src/Makefile. Would someone please take a look and let me know what needs to be done. Thanks in advance. - Rajdeep -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
log.tar.gz
Description: Binary data
config.mk.tar.gz
Description: Binary data
config.status.tar.gz
Description: Binary data
config.log.tar.gz
Description: Binary data
Makefile.tar.gz
Description: Binary data
config.cache.tar.gz
Description: Binary data
