chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Qt-light compile error


From: Kon Lovett
Subject: Re: Qt-light compile error
Date: Sat, 4 Dec 2021 10:08:23 -0800

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 <jeroschherold@gmail.com> 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

[Prev in Thread] Current Thread [Next in Thread]