On Wed, Dec 18, 2013 at 1:08 PM, Robert von Knobloch <b...@engelking.de> wrote:
> On 18/12/13 09:29, Sergey Alyoshin wrote:
>> git clone git://git.geda-project.org/gerbv.git
> Thanks Sergey, the web page does not include the trailing '.git' on
> gerbv. Probably experienced git users would know this. It might be nice
> to update the web page.
>
> However, I still have problems to compile gerbv:
>
> I have performed:
> ./autogen.sh
> ./configure --disable-nls
> make
>
> I am using OpenSuse Linux 12.2
>
> autogen and configure run withno errors reported, but during 'make' the
> following error occurs:
>
> libtool: compile:  gcc -DLOCALEDIR=\"/usr/local/share/locale\"
> -DHAVE_CONFIG_H -I. -I.. -DPREFIXDIR=\"/usr/local\"
> -DBINDIR=\"/usr/local/bin\"
> -DBACKEND_DIR=\"/usr/local/share/gerbv/scheme/\" -DSCMSUBDIR=\"scheme\"
> -g -O2 -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
> -I/usr/include/atk-1.0 -I/usr/include/cairo
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
> -I/usr/include/libpng14 -I/usr/include/cairo -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1
> -I/usr/include/freetype2 -I/usr/include/libpng12 -MT pick-and-place.lo
> -MD -MP -MF .deps/pick-and-place.Tpo -c pick-and-place.c  -fPIC -DPIC -o
> .libs/pick-and-place.o
> pick-and-place.c: In function 'pick_and_place_parse_file':
> pick-and-place.c:216:5: warning: implicit declaration of function
> 'setlocale' [-Wimplicit-function-declaration]
> pick-and-place.c:216:15: error: 'LC_NUMERIC' undeclared (first use in
> this function)
> pick-and-place.c:216:15: note: each undeclared identifier is reported
> only once for each function it appears in
> make[2]: *** [pick-and-place.lo] Error 1
> make[2]: Leaving directory `/mnt/local/Downloads/gerbv2/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/mnt/local/Downloads/gerbv2'
> make: *** [all] Error 2

How looks line with HAVE_SETLOCALE in config.h file?

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Gerbv-devel mailing list
Gerbv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gerbv-devel

Reply via email to