Let me do a fresh checkout just in case :)

Steps I took
        git clone git://repo.or.cz/barry.git barry2
        buildgen.sh
        configure
        make

So I did a fresh checkout, and I still get the intl related errors

mv -f .deps/bidentify.Tpo .deps/bidentify.Po
/bin/sh ../libtool --tag=CXX   --mode=link g++ -ansi -Wall -g -g -O2   -o 
bidentify bidentify.o ../src/libbarry.la -L/opt/local/lib -lusb   -lpthread  
-lpthread 
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/local/lib/libusb.dylib 
/opt/local/lib/libusb-1.0.dylib -lpthread -pthread
Undefined symbols:
  "_libintl_textdomain", referenced from:
      _main in bidentify.o
  "_libintl_bindtextdomain", referenced from:
      _main in bidentify.o
  "_libintl_setlocale", referenced from:
      _main in bidentify.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

I also tried
        configure --disable-nls
Which had the same error

/bin/sh ../libtool --tag=CXX   --mode=link g++ -ansi -Wall -g -g -O2   -o 
bidentify bidentify.o ../src/libbarry.la -L/opt/local/lib -lusb   -lpthread  
-lpthread 
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/local/lib/libusb.dylib 
/opt/local/lib/libusb-1.0.dylib -lpthread -pthread
Undefined symbols:
  "_libintl_textdomain", referenced from:
      _main in bidentify.o
  "_libintl_bindtextdomain", referenced from:
      _main in bidentify.o
  "_libintl_setlocale", referenced from:
      _main in bidentify.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [bidentify] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

On Aug 18, 2010, at 11:02 AM, Chris Frey wrote:

> On Wed, Aug 18, 2010 at 12:15:58AM -0700, Eric Arseneau wrote:
>> diff --git a/buildgen.sh b/buildgen.sh
>> index f6a023f..082c108 100755
>> --- a/buildgen.sh
>> +++ b/buildgen.sh
>> @@ -1,7 +1,7 @@
>> #!/bin/sh
>> 
>> libtoolit() {
>> -    libtoolize --force --copy
>> +    glibtoolize --force --copy
>> }
> 
> 
> Hi Eric,
> 
> Thanks very much for the diff... much clearer to see what's going on.
> 
> I've updated the build system once again, and I'm guessing this will build
> out of the box on the Mac now.  Could you give it a test?  Just a fresh
> build of the latest git with no modifications.
> 
> Thanks!
> - Chris
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by 
> 
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev 
> _______________________________________________
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to