xiayu87
xiayu87
As per 'make.log' file the following are the errors generated while running 'make' Error#1: ====== gcc -g -I. -I.. -DCAD_DIR=\"/usr/local/lib\" -DBIN_DIR=\"/usr/local/bin\" -DPACKAGE_NAME=\"irsim\" -DPACKAGE_TARNAME=\"irsim\" -DPACKAGE_VERSION=\"9.7\" -DPACKAGE_STRING=\"irsim\ 9.7\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DIRSIM_VERSION=\"9.7\" -DIRSIM_REVISION=\"110\"...
The output of './configure' is: checking build system type... arm-apple-darwin20.3.0 checking host system type... arm-apple-darwin20.3.0 checking target system type... arm-apple-darwin20.3.0 checking for gcc... gcc checking whether the C compiler works......
I tried both ways and unfortunately I am getting the same error
Could this be due to not declaring the function before calling it, as per the thread below: https://stackoverflow.com/questions/15850042/xcode-warning-implicit-declaration-of-function-is-invalid-in-c99