On Mon, 28 Mar 2011 23:28:39 -0300
Raphael Kubo da Costa wrote:
> By the way, taking a look at the comments in the beginning of
> bsd.gnome.mk is also a good idea, as it shows you can use something
> like
>
> USE_GNOME=gtk20
>
> and be done with it.
Thanks, after being suggested to use this t
On Mon, Mar 28, 2011 at 9:28 PM, Raphael Kubo da Costa wrote:
> Rod Person writes:
>
>> If I put:
>> USE_GNOME= yes
>> in the Makefile everything builds great, but it checks for dependencies
>> that aren't needed by Fotoxx. All I want to check is to make sure gtk20
>> is installed. I have t
Rod Person writes:
> If I put:
> USE_GNOME= yes
> in the Makefile everything builds great, but it checks for dependencies
> that aren't needed by Fotoxx. All I want to check is to make sure gtk20
> is installed. I have tried the following, but all of these fail to find
> gtk20, even though
Hello,
I read "FreeBSD needs new blood!" by Martin Wilke and decided to try my
hand at this, but before diving into X11 like I want, I need to brush
off the C skills I haven't used in 10 years. I decided to first port
something from the Wanted Ports on the FreeBSD wiki and choose Fotoxx.
I've bee