Re: [Slackbuilds-users] Build error with virtualbox in Slackware64 14.1: libcurl not found at -lcurl or libcurl headers not found

2013-12-10 Thread J
which reminds me that I misremembered part of the situation surrounding curl's arch-depend headers, which is that the compat32 packages have the headers stripped out, which means builds against curl specifically in 32-bit will break because it's the 64-bit version of the header that's insta

Re: [Slackbuilds-users] Build error with virtualbox in Slackware64 14.1: libcurl not found at -lcurl or libcurl headers not found

2013-12-10 Thread Heinz Wiesinger
On Monday 09 December 2013 18:44:21 Antonio Hernández Blas wrote: > Ok, second attempt > > Clean Slackware64 14.1 installation and updated (slackpkg), then installed > multilib and compat32 packages [1] to finally execute my metaSlackBuild > [2]... still the same result :' ( > > As i can unde

Re: [Slackbuilds-users] Build error with virtualbox in Slackware64 14.1: libcurl not found at -lcurl or libcurl headers not found

2013-12-09 Thread Antonio Hernández Blas
Well, after some more work i resolve the problem around curl. I modified /usr/include/curl/curlbuild.h [1] just to get another error with libcap (which is not in *-compat32 directory from alienBob), resolving this issue took me to face another problem with python, libdevmapper and vnc so i edited v

Re: [Slackbuilds-users] Build error with virtualbox in Slackware64 14.1: libcurl not found at -lcurl or libcurl headers not found

2013-12-09 Thread Antonio Hernández Blas
Ok, second attempt Clean Slackware64 14.1 installation and updated (slackpkg), then installed multilib and compat32 packages [1] to finally execute my metaSlackBuild [2]... still the same result :' ( As i can understand vde2, acpica and virtualbox-kernel are for x86_64 and just before one sta

Re: [Slackbuilds-users] Build error with virtualbox in Slackware64 14.1: libcurl not found at -lcurl or libcurl headers not found

2013-12-08 Thread Antonio Hernández Blas
On Mon, Dec 9, 2013 at 12:23 AM, J wrote: > one or more of the curl headers is/are architecture-specific. meaning > different from 32-bit to 64-bit. thus things that want to link against curl > may break depending on which architecture of the headers are installed and > in which architecture you

Re: [Slackbuilds-users] Build error with virtualbox in Slackware64 14.1: libcurl not found at -lcurl or libcurl headers not found

2013-12-08 Thread J
one or more of the curl headers is/are architecture-specific. meaning different from 32-bit to 64-bit. thus things that want to link against curl may break depending on which architecture of the headers are installed and in which architecture you're trying to compile. you could fix the head

Re: [Slackbuilds-users] Build error with virtualbox in Slackware64 14.1: libcurl not found at -lcurl or libcurl headers not found

2013-12-08 Thread Antonio Hernández Blas
On Sun, Dec 8, 2013 at 10:34 PM, Willy Sudiarto Raharjo < will...@slackbuilds.org> wrote: > Have you installed curl multilib package? > As you can see from [4] i have installed curl and curl-compat32, where do i get the "curl multilib" package? [4] https://gist.github.com/nihilismus/7867350#file

Re: [Slackbuilds-users] Build error with virtualbox in Slackware64 14.1: libcurl not found at -lcurl or libcurl headers not found

2013-12-08 Thread Willy Sudiarto Raharjo
> While trying to build virtualbox with a metaSlackBuild [1] in Slackware64 > 14.1 (multilib) i'm getting the error "libcurl not found" [2] at configure > time [3]. Does someone has an idea about this and how to fix it?. Thanks in > advance. > > This is the first time i'm using the multilib an

[Slackbuilds-users] Build error with virtualbox in Slackware64 14.1: libcurl not found at -lcurl or libcurl headers not found

2013-12-08 Thread Antonio Hernández Blas
Hi. While trying to build virtualbox with a metaSlackBuild [1] in Slackware64 14.1 (multilib) i'm getting the error "libcurl not found" [2] at configure time [3]. Does someone has an idea about this and how to fix it?. Thanks in advance. This is the first time i'm using the multilib and compat32