From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: Need help porting eDuke32 Date: Thu, 21 Feb 2019 20:19:35 +0100 Message-ID: <87imxdj6ew.fsf@ambrevar.xyz> References: <4082254.2VInIakpOu@aleksandar-ixtreme-m5740> <87pnrqxwdm.fsf@ambrevar.xyz> <3942569.6XaQy4PdK7@aleksandar-ixtreme-m5740> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwtss-0001yr-3T for help-guix@gnu.org; Thu, 21 Feb 2019 14:19:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwtso-0004ya-FP for help-guix@gnu.org; Thu, 21 Feb 2019 14:19:48 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:34283) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwtsh-0004tK-Qb for help-guix@gnu.org; Thu, 21 Feb 2019 14:19:41 -0500 In-reply-to: <3942569.6XaQy4PdK7@aleksandar-ixtreme-m5740> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: HiPhish Cc: help-guix@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I've looked into this and found the culprit. > $ echo $C_INCLUDE_PATH > /gnu/store/x3r6c04n583q3fz7szm32ahycrxgfiz6-profile/include This is not correct. You should have a ":"-separated list of store items b= rom bzip2 to libxau. > $ sdl2-config --cflags > -I/gnu/store/4bhz5xzr39v0kgxf3ipv6kswicrdmkk4-sdl2-2.0.9/include/SDL2 Indeed, sdl2-config should return the path to the union, not the sdl2 packa= ge. SDL2_mixer is missing, which leads to the error. It seems to be an issue with sdl2-config. Any idea, anyone? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlxu+ccACgkQm9z0l6S7 zH8dPAgAmgZvJe9lDS3amLAudAadzKVM3cluVS5WiE0Gsa41Ngn04iufLgql137Z x7NSWVFiy7RJIgS0VaNjon83dETnF8pSS89bQ2f5role49kcogZKiqBUhX7prJte X0pVy0kA2aJiwXASg0+zgk1sh9NvgDlUcKHud2dlVuuKT0W/iOR8APs8vqoV7PDc KiNQ9mYUIdcF6mQoWz1y4py2qk7wZwoG6fpxHi7ksfvMyclNzVjx2Dp1KCi4nE6t Ksz4m7C0ZXvjn1/DXxdBpDiREEsjpD6TxkUz4/5sapgDMcZzGWqJJ0CCzxOdQM3D pUO461JWrAxBvIxlm1GzYOENhaB8sg== =c+ex -----END PGP SIGNATURE----- --=-=-=--