Skip to content

Instantly share code, notes, and snippets.

@lucas-clemente
Created October 1, 2012 13:14
Show Gist options
  • Save lucas-clemente/3811728 to your computer and use it in GitHub Desktop.
Save lucas-clemente/3811728 to your computer and use it in GitHub Desktop.
ChkTeX failed to build on 10.8.2

03.make:

Makefile:120: .ChkTeX.d: No such file or directory
Makefile:120: .FindErrs.d: No such file or directory
Makefile:120: .OpSys.d: No such file or directory
Makefile:120: .Resource.d: No such file or directory
Makefile:120: .Utility.d: No such file or directory
cc -M -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/Cellar/chktex/1.7.1/etc\" -D__unix__ Utility.c > .Utility.d.tmp
cc -M -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/Cellar/chktex/1.7.1/etc\" -D__unix__ Resource.c > .Resource.d.tmp
cc -M -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/Cellar/chktex/1.7.1/etc\" -D__unix__ OpSys.c > .OpSys.d.tmp
cc -M -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/Cellar/chktex/1.7.1/etc\" -D__unix__ FindErrs.c > .FindErrs.d.tmp
cc -M -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/Cellar/chktex/1.7.1/etc\" -D__unix__ ChkTeX.c > .ChkTeX.d.tmp
sed 's,\(Utility\)\.o *:,\1.o .Utility.d : Makefile,g' .Utility.d.tmp > .Utility.d
sed 's,\(ChkTeX\)\.o *:,\1.o .ChkTeX.d : Makefile,g' .ChkTeX.d.tmp > .ChkTeX.d
sed 's,\(FindErrs\)\.o *:,\1.o .FindErrs.d : Makefile,g' .FindErrs.d.tmp > .FindErrs.d
sed 's,\(OpSys\)\.o *:,\1.o .OpSys.d : Makefile,g' .OpSys.d.tmp > .OpSys.d
sed 's,\(Resource\)\.o *:,\1.o .Resource.d : Makefile,g' .Resource.d.tmp > .Resource.d
rm -f .ChkTeX.d.tmp 2>/dev/null
rm -f .Utility.d.tmp 2>/dev/null
rm -f .FindErrs.d.tmp 2>/dev/null
rm -f .Resource.d.tmp 2>/dev/null
rm -f .OpSys.d.tmp 2>/dev/null
cc -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/Cellar/chktex/1.7.1/etc\" -D__unix__ -g -O2 -fstrict-prototypes -Wstrict-prototypes -Wall -c ChkTeX.c -o ChkTeX.o
cc -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/Cellar/chktex/1.7.1/etc\" -D__unix__ -g -O2 -fstrict-prototypes -Wstrict-prototypes -Wall -c FindErrs.c -o FindErrs.o
cc -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/Cellar/chktex/1.7.1/etc\" -D__unix__ -g -O2 -fstrict-prototypes -Wstrict-prototypes -Wall -c OpSys.c -o OpSys.o
cc -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/Cellar/chktex/1.7.1/etc\" -D__unix__ -g -O2 -fstrict-prototypes -Wstrict-prototypes -Wall -c Resource.c -o Resource.o
cc -I. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/Cellar/chktex/1.7.1/etc\" -D__unix__ -g -O2 -fstrict-prototypes -Wstrict-prototypes -Wall -c Utility.c -o Utility.o
no ChkTeX.tex
make: no: No such file or directory
make: *** [ChkTeX.dvi] Error 1
make: *** Waiting for unfinished jobs....
brew: superenv removed: -g -O2 -Wstrict-prototypes -Wall
brew: superenv removed: -g -O2 -Wstrict-prototypes -Wall
brew: superenv removed: -g -O2 -Wstrict-prototypes -Wall
brew: superenv removed: -g -O2 -Wstrict-prototypes -Wall
brew: superenv removed: -g -O2 -Wstrict-prototypes -Wall

HOMEBREW_VERSION: 0.9.3
HEAD: 73b9ffc569a2f16bd13d2d8c7d78503862b364ba
CPU: 8-core 64-bit sandybridge
OS X: 10.8.2-x86_64
Xcode: 4.5
CLT: 4.5.0.0.1.1249367152
X11: 2.7.3 => /opt/X11

brew doctor:

~ → brew doctor
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.

Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:

    /Applications/Postgres.app/Contents/MacOS/bin/gdal-config
    /Applications/Postgres.app/Contents/MacOS/bin/geos-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment