rendered paste bodyWer kann mir helfen? / Who can help me?
Ich habe stippler-1.0 unter ubuntu edgy installiert. / I installed stippler-1.0 under ubuntu edgy.
Hier die Installation und das Ergebnis: / here the install and the result:
hgsch@hgs:~$ cd stippler-1.0
hgsch@hgs:~/stippler-1.0$ make
Makefile:2: LFLAGS=-L/usr/X11R6/lib
Makefile:32: obj/main.d: No such file or directory
Makefile:32: obj/newdither.d: No such file or directory
Makefile:32: obj/gcode.d: No such file or directory
Makefile:32: obj/ps.d: No such file or directory
mkdir -p obj/
cc -MM -MG -MT "obj/ps.d obj/ps.o" \
-Wall -O2 -g ps.cc -o obj/ps.d.tmp && mv -f obj/ps.d.tmp obj/ps.d
mkdir -p obj/
cc -MM -MG -MT "obj/gcode.d obj/gcode.o" \
-Wall -O2 -g gcode.cc -o obj/gcode.d.tmp && mv -f obj/gcode.d.tmp obj/gcode.d
mkdir -p obj/
cc -MM -MG -MT "obj/newdither.d obj/newdither.o" \
-Wall -O2 -g newdither.cc -o obj/newdither.d.tmp && mv -f obj/newdither.d.tmp obj/newdither.d
mkdir -p obj/
cc -MM -MG -MT "obj/main.d obj/main.o" \
-Wall -O2 -g main.cc -o obj/main.d.tmp && mv -f obj/main.d.tmp obj/main.d
Makefile:2: LFLAGS=-L/usr/X11R6/lib
cc -Wall -O2 -g -c main.cc -o obj/main.o.tmp && mv -f obj/main.o.tmp obj/main.o
cc -Wall -O2 -g -c newdither.cc -o obj/newdither.o.tmp && mv -f obj/newdither.o.tmp obj/newdither.o
cc -Wall -O2 -g -c gcode.cc -o obj/gcode.o.tmp && mv -f obj/gcode.o.tmp obj/gcode.o
cc -L/usr/X11R6/lib -o stippler obj/main.o obj/newdither.o obj/gcode.o -lGL -lGLU -lXi -lXmu -lX11 -lm -lnetpbm
cc -Wall -O2 -g -c ps.cc -o obj/ps.o.tmp && mv -f obj/ps.o.tmp obj/ps.o
cc -L/usr/X11R6/lib -o stippler_ps obj/main.o obj/newdither.o obj/ps.o -lGL -lGLU -lXi -lXmu -lX11 -lm -lnetpbm
cc -Wall -O2 -g -c dac.cc -o obj/dac.o.tmp && mv -f obj/dac.o.tmp obj/dac.o
cc -L/usr/X11R6/lib -o stippler_dac obj/main.o obj/newdither.o obj/dac.o -lGL -lGLU -lXi -lXmu -lX11 -lm -lnetpbm
hgsch@hgs:~/stippler-1.0$ ./stippler
variable_size=0
reverse_video=0
usage: ./stippler pgmfile [scale [dotcount]]
hgsch@hgs:~/stippler-1.0$ ./stippler Rebekka2.pgm
variable_size=0
reverse_video=0
Segmentation fault (core dumped)
Frage: Was mache ich falsch? / Question: what am I doing wrong?