From: Robert F. <rob...@in...> - 2011-06-29 13:23:25
|
Hi, I just downloaded and installed pcb2gcode-1.1.2 and noticed that after configure and make there is no pcb2gcode binary. The make process stops without any visible complains. I verified that issue on different Ubuntu systems and also tried the previous pcb2gcode version where everything works fine. /bin/bash ./libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/lib -R/usr/lib -o pcb2gcode board.o drill.o gerberimporter.o layer.o mill.o ngc_exporter.o surface.o options.o main.o -pthread -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lgtk-x11-2.0 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lgerbv -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lboost_program_options-mt make[2]: Verlasse Verzeichnis '/home/robert/Desktop/pcb2gcode-1.1.2' I had a quick look at the makefiles.am of the different versions, but could not see any difference... However I'm also not expert with build tools :) If you need any information/outputs please let me know. Cheers, Robert |