XZES40 / CS-Capstone-Project

Oregon State University CS Capstone LaTeX Files
1 stars 1 forks source link

Makefile BASEPATH error #15

Closed shathaway closed 7 years ago

shathaway commented 7 years ago

BASEPATH = /usr/local/apps/tex_live/current/bin/x86_64-linux/

This path is not found on the debian virtual machine for build tasks.

Steve Hathaway

shathaway commented 7 years ago

Programs found in /usr/bin are: latex, bibtex, dvips, dvipdft, xdvi

A related file for processing Makefile related to: "IEEEtran*" is found in path: /usr/share/texlive/texmf-dist/bibtex/bst/mciteplus/

Steve Hathaway

pop commented 7 years ago

@shathaway Thank you for bringing this up.

This repository is for the OSU Engineering program as the projects need to build for Kevin and Kirsten on the OSU Engineering server. Since it's only meant to build on the OSU ENGR servers, which host a recent version of LaTeX and common libraries at that describe basepath, we decided to hardcode this path instead of remotely.

The development VMs will only be used for C/C++ development and not LaTeX file development for this reason.

If you are following along by building the LaTeX in the VM I suggest either changing the Makefile in your local copy or symlink your LaTeX environment to that basepath location.

shathaway commented 7 years ago

I am able todo most LaTeX makes by redefining BASEPATH to local directory trees.

Steve Hathaway

@shathaway Thank you for bringing this up.

This repository is for the OSU Engineering program as the projects need to build for Kevin and Kirsten on the OSU Engineering server. Since it's only meant to build on the OSU ENGR servers, which host a recent version of LaTeX and common libraries at that describe basepath, we decided to hardcode this path instead of remotely.

The development VMs will only be used for C/C++ development and not LaTeX file development for this reason.

If you are following along by building the LaTeX in the VM I suggest either changing the Makefile in your local copy or symlink your LaTeX environment to that basepath location.

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/XZES40/CS-Capstone-Project/issues/15#issuecomment-264611177