try removing the VERSION file

#! /usr/bin/env bash

EGG=${1:-taglib}

export CHICKEN_CSI=$(which csi)
CACHE_DIR=$HOME/.cache/chicken-install

chicken-install -retrieve $EGG
rm $CACHE_DIR/$EGG/VERSION
chicken-install -test $EGG

> On Dec 4, 2021, at 7:34 AM, Michael JH <[email protected]> wrote:
> 
> Hi:
> 
> I have a problem with compiling and installing qt-light under Mac OS X 
> Monterey.
> 
> The error message is:
> 
> In file included from qt-light.cpp:8:
> In file included from 
> /usr/local/Cellar/chicken/5.3.0/include/chicken/chicken.h:126:
> In file included from 
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/math.h:309:
> In file included from 
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/type_traits:421:
> ./version:1:1: error: expected unqualified-id
> "1.0"
> ^
> In file included from qt-light.cpp:8:
> In file included from 
> /usr/local/Cellar/chicken/5.3.0/include/chicken/chicken.h:126:
> In file included from 
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/math.h:310:
> In file included from 
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/limits:121:
> ./version:1:1: error: expected unqualified-id
> "1.0"
> ^
> 4 errors generated.
> make: *** [qt-light.o] Error 1
> 
> Error: (execute) shell command failed with non-zero exit status
> "make -f 'qt-light.make' clean all"
> 512
> 
> Any suggestions about how I could overcome this problem?
> 
> Thank you!
> 
> Michael

Reply via email to