From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Mon, 30 Nov 2015 23:09:48 +0100 Subject: [Buildroot] [PATCH 2/2] unzip: new package In-Reply-To: <565AEB25.7070605@lucaceresoli.net> References: <1448645881-32202-1-git-send-email-luca@lucaceresoli.net> <1448645881-32202-2-git-send-email-luca@lucaceresoli.net> <5658DD1D.6060506@openwide.fr> <565AEB25.7070605@lucaceresoli.net> Message-ID: <565CC92C.5080800@openwide.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Luca, Le 29/11/2015 13:10, Luca Ceresoli a ?crit : > Dear Romain, > > Romain Naour wrote: > [...] >>> diff --git a/package/unzip/Config.in b/package/unzip/Config.in >>> new file mode 100644 >>> index 0000000..0d98d28 >>> --- /dev/null >>> +++ b/package/unzip/Config.in >>> @@ -0,0 +1,11 @@ >>> +config BR2_PACKAGE_UNZIP >>> + bool "unzip" >> >> Have you checked some toolchain dependencies ? >> It seems that process.c use wchar_t so "depends on BR2_USE_WCHAR" is needed. > > The CMakeLists.txt that I wrote does never define UNICODE_SUPPORT nor > UNICODE_WCHAR. So it builds both with and without wchar support, but > never uses it. I would like to have a basic package working, > conditional support can be added later at any time. > Thanks for the answer, I only grepped for wchar_t, fork etc (usual build issues) and I missed the UNICODE_SUPPORT/UNICODE_WCHAR conditional... my bad. So your initial patch looks good except for the Busybox dependency as you noticed ;-) Best regards, Romain