Index: build-jim-ext.in --- build-jim-ext.in.orig +++ build-jim-ext.in @@ -106,8 +106,8 @@ if {$static} { puts "Building $target from $sources\n" if {!$cross} { - # If not cross compiling, add the standard location after any user include paths - lappend includepaths -I@prefix@/include + # If not cross compiling, add the Jim location after any user include paths + lappend includepaths -I@prefix@/include/jim } # Work around Tcl's strange behaviour of exec failing if stderr is produced