View Single Post
Old 10-22-2008, 12:42 PM   #4
jharker
Developer
jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.
 
Posts: 345
Karma: 3473
Join Date: Apr 2007
Location: Brooklyn, NY, USA
Device: iRex iLiad v1, Blackberry Tour, Kindle DX, iPad.
Ah, yeah, that might make a difference. It kind of looks like you've got an old (or missing) header file...

Here's the method I used:
  1. Download the iRex SDK version 2.11.
  2. Unzip the archive to a temporary directory on the desktop.
  3. $ sudo mv /home/jharker/Desktop/tmp/usr/local/arm /usr/local/arm
  4. $ sudo mv /home/jharker/Desktop/tmp/usr/lib/ipkg /usr/lib/ipkg
    • (Doing it this way preserves permissions and allows me write access without sudo during 'make install'.)
  5. Get setup_build_env.sh.
  6. $ cd ~/Desktop/working/liberregxml
  7. $ . setup_build_env.sh
  8. $ ./build_all_from_scratch.sh
I just reinstalled the SDK and did those steps from the ground up, and it worked.

If it doesn't work for you, let me know and we can start looking at versions of compile tools, etc....
jharker is offline   Reply With Quote