From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 494C821F1A0 for ; Wed, 23 Oct 2013 01:40:25 -0700 (PDT) Received: by mail-ee0-f44.google.com with SMTP id b47so268467eek.17 for ; Wed, 23 Oct 2013 01:40:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=7MASP0swTDvpLl4wEOxZBOJqRy3tmgV7KgHZjPgsaoA=; b=MiHbUQ0qrtFGSM2NSnqgy/vaFgTrtN6g45vaYkTKWzDhMgIEgbTYcq+RhugqHj+XiA uva6FZ+/DiYZ4W7zaEXrfhEmRr1ucOTBycNTSTTQnKDPVHGoPmondOomSkUZAKkX6PtC czHOoD07DRvgM6U5K8HgUUsTAS5dpjHb2rQW+mQLejbpXPZBDTNLf2H9yjZDmiiW8CPE rUU7XshK2Wi/oU44leddzh68QYMbE1Kuq/2kowrQlsP8sQULNT6zoRi6UQHf3qc3gRIl ljWMnavhL+Hycf3dYi9rKy1sCvQNV0D57Tajq7Nnh8iOKXDfcUEnppfC3W+FNqRHc33H nKPw== X-Received: by 10.14.241.141 with SMTP id g13mr430103eer.75.1382517623095; Wed, 23 Oct 2013 01:40:23 -0700 (PDT) Received: from [192.168.1.108] (p5480EC15.dip0.t-ipconnect.de. [84.128.236.21]) by mx.google.com with ESMTPSA id d7sm2821140eem.8.2013.10.23.01.40.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 23 Oct 2013 01:40:22 -0700 (PDT) Message-ID: <52678B75.8050809@gmail.com> Date: Wed, 23 Oct 2013 10:40:21 +0200 From: Oliver Niesner User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: "cerowrt-devel@lists.bufferbloat.net" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Cerowrt-devel] gstreamer_compile_error X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 08:40:25 -0000 Hi, I was able to compile cerowrt from scratch a few times - after the latest git pull i got the same compile error on different machines. Has someone an idea what causes this error: > OpenWrt-libtool: link: cannot find the library > `../gst/libgstreamer-0.10.la' or unhandled argument > `../gst/libgstreamer-0.10.la' > make[6]: *** [gst-xmllaunch-0.10] Error 1 When i do it by hand this file gets compiled, but not when i do a make V=s in the cerowrt-next dir: > CC libgstreamer_0.10_la-gstenumtypes.lo > CC libgstreamer_0.10_la-gstmarshal.lo > CCLD libgstreamer-0.10.la > make[4]: Leaving directory > `/home/oli/src/cerowrt-next/build_dir/target-mips_34kc_uClibc-0.9.33.2/gstreamer-0.10.36/gst' Any help is appreciated, Oliver