RaphaelRochet left a comment (geany/geany-plugins#1383) Did it, unfortunately it fails later : ``` ./configure: line 7293: syntax error near unexpected token `)' ./configure: line 7293: `)' ``` Line 7293 is the lonely `)` here ... could it be the `)` that was missing earlier .. man I feel my sanity is fading away quickly ... ``` ... if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi
) # Check whether --enable-static was given. ... ``` Will try to remove it. What can go wrong ... -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1383#issuecomment-2900646409 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1383/[email protected]>
