I am not a tech newbie, but definitely not up on how to build stuff on *nix
based systems, unless they use ant and are Java based :)
I installed libusb, via macports
sudo port libusb
However I am still getting the usb.h missing problem when attempting to build.
I also just read that th
Hi Eric,
The closest I've heard of someone building Barry on a Mac is someone building
it on FreeBSD. :-) Which isn't that close, but you get my drift.
But in theory, this is possible, because all the important pieces are there.
Take a look at the master list of dependencies at:
http:/
Thank you Chris,
So I tried something on a lark and it seems I got a lot further. I installed
the libusb-compat with mac ports. Did not make any changes to references to
usb.
Now I am getting an error building what seems like barrysync. Here is the
error I have now, after it compiled a whol
On Tue, Aug 17, 2010 at 08:47:02PM -0700, Eric Arseneau wrote:
> Thank you Chris,
>
> So I tried something on a lark and it seems I got a lot further. I installed
> the libusb-compat with mac ports. Did not make any changes to references to
> usb.
>
> Now I am getting an error building what s
Glad to be of help, if I could only provide the solution myself :(
So I pulled your latest, and got further. Now I get
libtool: link: g++ -ansi -Wall -g -g -O2 -o .libs/bidentify bidentify.o
-Wl,-bind_at_load ../src/.libs/libbarry.dylib -L/opt/local/lib -lz
/opt/local/lib/libiconv.dylib /opt/
Just to give an update, sorry about the noise.
I am figuring some of this stuff out now. As I build this thing, I am missing
some key modules. I guess that is what the list of dependencies is for that
you pointed me to. I am just used to having everything needed being there when
I build some
On Tue, Aug 17, 2010 at 10:36:36PM -0700, Eric Arseneau wrote:
> Glad to be of help, if I could only provide the solution myself :(
Don't worry, we can't know everything. :-)
> So I pulled your latest, and got further. Now I get
>
> libtool: link: g++ -ansi -Wall -g -g -O2 -o .libs/bidentify b
Hello
On Wed, Aug 18, 2010 at 12:36 PM, Eric Arseneau wrote:
> So I pulled your latest, and got further. Now I get
>
> libtool: link: g++ -ansi -Wall -g -g -O2 -o .libs/bidentify bidentify.o
> -Wl,-bind_at_load ../src/.libs/libbarry.dylib -L/opt/local/lib -lz
> /opt/local/lib/libiconv.dylib /
> According to this page:
>
>
> http://old.nabble.com/-17925:-recode-%2Buniversal:-Undefined-symbols-_libintl_bindtextdomain-_libintl_gettext-_libintl_textdomain-td21365561.html
>
> it seems that it is missing the -lintl option. Not sure where to add that.
I saw that, but didn't know how
Hi,
Sent a reply on this earlier, but it went out from an incorrect address.
On Wed, Aug 18, 2010 at 1:18 PM, Eric Arseneau wrote:
>> According to this page:
>>
>>
>> http://old.nabble.com/-17925:-recode-%2Buniversal:-Undefined-symbols-_libintl_bindtextdomain-_libintl_gettext-_libintl_tex
I did a make clean from the top level, then a make, after making the
modifications. I got further, but now breset is failing, even though I did the
edits you suggested. I did another search for the INIT_I18N and there are none
as will be shown below
Here is to show I did the edits:
[barry] gr
On Tue, Aug 17, 2010 at 11:18:41PM -0700, Eric Arseneau wrote:
> > Can you post the output from the following commands:
> >
> > pkg-config --cflags --libs glib-2.0
> -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
> -I/opt/local/include -L/opt/local/lib -lglib-2.0 -lintl -lic
12 matches
Mail list logo