Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Missing inputenx
« previous next »
  • Print
Pages: [1]

Author Topic: Missing inputenx  (Read 3028 times)

Offline nieroster

  • Member
  • *
  • Posts: 61
Missing inputenx
« on: March 30, 2011, 05:51:28 AM »
Hello,

I have a completely different issue building the manual. The building process stops with an error:

! LaTeX Error: File `inputenx.sty' not found.

I definitely could not find this file on my machine, so the error message is correct. However I have found a file called `inputenc.sty' in the cygwin\usr\share\texmf\tex\latex\base folder.

I deleted the cygwin folder, did a clean setup of cygwin 1.7.9.1 according to the development guide (http://www.rockbox.org/wiki/CygwinDevelopment) and ran the rockboxdev.sh shell script to build the cross compiler (running for 2hrs!). Building the rockbox binaries perfectly works but I still have troubles building the manual.

Is the missing file supposed to be part of the build environment? In this case which package am I missing? Or is it part of the rockbox sources?

Any help is very much appreciated.

Regards,
Franz
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Missing inputenx
« Reply #1 on: March 30, 2011, 11:30:33 AM »
You need the inputenx package (which is different to inputenc). Hopefully you can install this through the cygwin installer, if not you might need to do it manually.  I can't help much more I'm afraid as I don't use cygwin.

P.S. For a completely different issue, a new thread is appropriate.  I've split it. :)
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline nieroster

  • Member
  • *
  • Posts: 61
Re: Missing inputenx
« Reply #2 on: March 30, 2011, 03:44:26 PM »
Hello AlexP,

thank you for your answer and splitting  ;).

I have installed the following packages as suggested in the development guide:
tetex-base
tetex-bin
tetex-extra
texinfo

The cygwin installer also lists the following LaTeX related packages:
tetex (install helper)
tetex-tiny (tiny libraries subset)
tetex-x11 (X11 binaries)
texi2html A highly customizable texinfo to HTML and other formats translator
untex: Remove LaTeX commands from input

which of them do I need?

Regards,
Franz
Logged

Offline Buschel

  • Developer
  • Member
  • *
  • Posts: 190
Re: Missing inputenx
« Reply #3 on: March 30, 2011, 04:39:20 PM »
Just follow the installation instructions in the pdf document linked below. I added inputenx and could create the manual afterrwards.

http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/inputenx.pdf
Logged
iPod 5.5G 30GB, iPod nano 2G 8GB, 97% MPC and growing...
 

Offline nieroster

  • Member
  • *
  • Posts: 61
Re: Missing inputenx
« Reply #4 on: March 31, 2011, 06:08:24 AM »
Thank you, this indeed worked!  :)

Franz
Logged

Offline JoshuaChang

  • Member
  • *
  • Posts: 6
Re: Missing inputenx
« Reply #5 on: April 23, 2011, 01:44:43 PM »
sorry for my poor linux experience, i've read the pdf, but still don't know how to install the inputenx...could someone give me a more detailed install guide?
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Missing inputenx
« Reply #6 on: April 23, 2011, 06:57:51 PM »
Quote from: JoshuaChang on April 23, 2011, 01:44:43 PM
sorry for my poor linux experience, i've read the pdf, but still don't know how to install the inputenx...could someone give me a more detailed install guide?

Which Linux distribution are you using? Most distros use TeXLive these days, and in this case you should be able to install missing packages with the TeXLive package manager (as described in the wiki for Cygwin). Apart from that inputenx should be part of your distros LaTeX packages. It is at least for me, so if you tell us which distro you're using someone should be able to tell you which package you need.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline JoshuaChang

  • Member
  • *
  • Posts: 6
Re: Missing inputenx
« Reply #7 on: April 24, 2011, 01:30:59 AM »
sorry, i forgot to add my working platform, i'm using windows+cygwin, with tetex-base+tetex-extra installed(as described in cygwin installation guide), but failed to install inputenx in the final part,
i've searched google, seems that regular latex packages contain one .dtx file and one .ins file, i can only find inputenx.dtx...i totally got confused with its installation.
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Missing inputenx
« Reply #8 on: April 24, 2011, 05:15:46 AM »
On Cygwin I can recommend installing TeXLive instead of using teTeX (see http://www.rockbox.org/wiki/LatexInstallation)

If you want to stick with teTeX it works like this (that's only one solution, you could also install it into a local texmf tree. I guess this won't matter on cygwin though).

Code: [Select]
# put it into the oberdiek folder that should be present
cd /usr/share/texmf/tex/latex/oberdiek/
# get the package file
wget http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/inputenx.dtx
# extract it
tex inputenx.dtx
# we don't need the file anymore
rm inputenx.dtx
# rebuild LaTeX' ls-R database
mktexlsr

Edit: I've updated the wiki with this: http://www.rockbox.org/wiki/LatexInstallation#A_33teTeX
« Last Edit: April 24, 2011, 05:20:50 AM by bluebrother »
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline JoshuaChang

  • Member
  • *
  • Posts: 6
Re: Missing inputenx
« Reply #9 on: April 24, 2011, 08:54:29 AM »
thanks for the detailed instruction, it worked for me! ;D
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Missing inputenx
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.065 seconds with 14 queries.