Karim Forsthofer wrote:
O.k I got the bindings on my HD. Now, How I can compile some sample code with it?
Will this work if test.pas is the MAIN sourcefile, and the ncurses.pas (the binding) is in the same directory?
gpc -o test test.pas -L/usr/pkg/lib -lncurses -I/usr/pkg/include
probably something like
[G5:~/Desktop/ncurses-gpc-20050730] adriaan% gpc --automake -o firework firework.pas -Wno-underscore -L/usr/pkg/lib [G5:~/Desktop/ncurses-gpc-20050730] adriaan% ./firework
Regards,
Adriaan van Os