OpenBSD Rookie here :) Trying to Build Gnome 2.14.3 or Gnome 2.16.0
does anyone have a pre compiled package of gtksourceview-1.6.2 I am trying to compile from scratch and i do not know how to fix the following error also does anyone know the module name that I have to compile to get the screen resolution utility? # gmake all gmake all-recursive gmake[1]: Entering directory `/root/Desktop/gtksourceview-1.6.2' Making all in gtksourceview gmake[2]: Entering directory `/root/Desktop/gtksourceview-1.6.2/gtksourceview' gmake all-recursive gmake[3]: Entering directory `/root/Desktop/gtksourceview-1.6.2/gtksourceview' Making all in language-specs gmake[4]: Entering directory `/root/Desktop/gtksourceview-1.6.2/gtksourceview/language-specs' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/root/Desktop/gtksourceview-1.6.2/gtksourceview/language-specs' Making all in gnu-regex gmake[4]: Entering directory `/root/Desktop/gtksourceview-1.6.2/gtksourceview/gnu-regex' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/root/Desktop/gtksourceview-1.6.2/gtksourceview/gnu-regex' gmake[4]: Entering directory `/root/Desktop/gtksourceview-1.6.2/gtksourceview' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/root/Desktop/gtksourceview-1.6.2/gtksourceview' gmake[3]: Leaving directory `/root/Desktop/gtksourceview-1.6.2/gtksourceview' gmake[2]: Leaving directory `/root/Desktop/gtksourceview-1.6.2/gtksourceview' Making all in po gmake[2]: Entering directory `/root/Desktop/gtksourceview-1.6.2/po' file=`echo ar | sed 's,.*/,,'`.gmo \ && rm -f $file && -o $file ar.po /bin/sh: -o: not found gmake[2]: *** [ar.gmo] Error 127 gmake[2]: Leaving directory `/root/Desktop/gtksourceview-1.6.2/po' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/root/Desktop/gtksourceview-1.6.2' gmake: *** [all] Error 2 Sam Fourman Jr.