Skip to content

Commit

Permalink
# configure: error: C compiler cannot create executables
Browse files Browse the repository at this point in the history
    # g++ \
    # glib-dev \
    # glib-static \
  • Loading branch information
huapox committed Nov 6, 2023
1 parent c574b0b commit fdb2ae6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions compile/src/openbox/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ make DESTDIR=$(xx-info sysroot) -C /tmp/libxrandr install
#
function fontconfig(){
# log "Installing required Alpine packages..."
# repeatd<< @builder;
xx-apk --no-cache add \
curl \
build-base \
Expand Down Expand Up @@ -342,10 +343,11 @@ $RUN upx $ROOT_DEST_DIR${INS_PREFIX}/bin/obxprop


# apk add fribidi-dev fribidi-static ##@each
# configure: error: C compiler cannot create executables
# g++ \
# glib-dev \
# glib-static \
xx-apk --no-cache --no-scripts add \
g++ \
glib-dev \
glib-static \
fribidi-dev \
fribidi-static \
harfbuzz-dev \
Expand Down

0 comments on commit fdb2ae6

Please sign in to comment.