FranciscoBorges / openwrt-printing-packages

Printing packages for OpenWrt
GNU General Public License v2.0
38 stars 52 forks source link

without some packages in depends #11

Open hizukiayaka opened 10 years ago

hizukiayaka commented 10 years ago

log will show that

tmp/.config-package.in:4367:warning: 'select' used by config symbol 'PACKAGE_ghostscript' refer to undefined symbol 'PACKAGE_libcupsimage' tmp/.config-package.in:4409:warning: 'select' used by config symbol 'PACKAGE_gutenprint-cups' refer to undefined symbol 'PACKAGE_libcupsimage' tmp/.config-package.in:4439:warning: 'select' used by config symbol 'PACKAGE_openprinting-cups-filters' refer to undefined symbol 'PACKAGE_libcupsimage' tmp/.config-package.in:23298:warning: 'select' used by config symbol 'PACKAGE_tig' refer to undefined symbol 'PACKAGE_git'

And glib version in openwrt is too old

checking for GLIB... no configure: error: Package requirements (glib-2.0 >= 2.30.2) were not met:

Requested 'glib-2.0 >= 2.30.2' but version of GLib is 2.26.1

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables GLIB_CFLAGS and GLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. make[3]: *\ [/home/randy/src/openwrt/attitude_adjustment/build_dir/target-mips_r2_uClibc-0.9.33.2/cups-filters-1.0.37/

FranciscoBorges commented 10 years ago

Which version of OpenWrt are you using? All packages here were only tested in AA.

Did you follow the instructions to import all defined packages in the feed?

hizukiayaka commented 10 years ago

于 2014年04月02日 21:37, Francisco Borges 写道:

Which version of OpenWrt are you using? All packages here were only tested in AA.

Did you follow the instructions to import all defined packages in the feed?

— Reply to this email directly or view it on GitHub https://github.com/FranciscoBorges/openwrt-printing-packages/issues/11#issuecomment-39330591.

Yes I think I have follow, the I use the AA in svn, I forget the svn version which I did the test.

Thank you