opentechinstitute / commotion-feed

Feed of Commotion components to be pulled in by OpenWRT
GNU Affero General Public License v3.0
5 stars 11 forks source link

Fatal build error in luci-i18n-commotion #53

Closed areynold closed 10 years ago

areynold commented 10 years ago

The po2lmo utility is causing fatal build errors again.

svn co http://svn.luci.subsignal.org/luci/branches/luci-0.11/modules/base/ /mnt/build_tree_2/commotion-router/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/luci-i18n-commotion-master/po2lmo/.
svn: URL 'http://svn.luci.subsignal.org/luci/branches/luci-0.11/modules/base' doesn't exist

See 5e9012cfe652456ce00b0425314ab4be99c1d2c3 and 2260c95e8514e9f5dd33139afca480f1ded3a736 for previous fixes.

areynold commented 10 years ago

po2lmo is in luci/branches/luci-0.11/, but that throws a fatal build error due to missing lauxlib.h. Switching back to luci/trunk/modules/base/ seems to resolve the issue.

@jheretic were there any other issues caused by building against trunk?

areynold commented 10 years ago

Never mind. luci/branches/luci-0.11/libs/web/ works.