Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2019 14:03:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 232969] emulators/virtualbox-ose: link error while linking the RDP client
Message-ID:  <bug-232969-26505-LpWSJWZ7Ek@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232969-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232969-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232969

Alexandros Perdikomatis <alexandrosperdikomatis@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexandrosperdikomatis@gmai
                   |                            |l.com

--- Comment #25 from Alexandros Perdikomatis <alexandrosperdikomatis@gmail.=
com> ---
in the file:=20
work/VirtualBox-5.2.26/src/VBox/RDP/client-1.8.3/Makefile.kmk=20

I did't remove the `/usr/lib' string,
I replaced it with /usr/local/lib=20

where:
...
rdesktop-vrdp_LIBPATH =3D \=20
/usr/lib \=20
...=20
comes like:
...
rdesktop-vrdp_LIBPATH =3D \=20
/usr/local/lib \=20
...=20

and build finished fine.

thanks for your comments, they really helped me out.

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232969-26505-LpWSJWZ7Ek>