finicalprickle / nitrotracker

Automatically exported from code.google.com/p/nitrotracker
0 stars 0 forks source link

Cannot compile (requires to put libntxm in /home/tob/coding/dsdev/tob/libntxm/svn/libntxm) #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Just put libntxm into any other folder
2. Update environment variable LIBNTXM
3. Run make.

What is the expected output? What do you see instead?
It gets stuck on arm7/source/arm7_main.cpp with warning that it can't
include ntxm/ntxm7.h and many errors following

What version of the product are you using? On what operating system?
Most recent SVN checkout / Windows Vista

Please provide any additional information below.
The bug is in the line 50 in arm7/Makefile
just change it from:
LIBDIRS :=  $(LIBNDS) /home/tob/coding/dsdev/tob/libntxm/svn/libntxm
to:
LIBDIRS :=  $(LIBNDS) $(LIBNTXM)

Original issue reported on code.google.com by matix2...@gmail.com on 27 Apr 2010 at 3:53

GoogleCodeExporter commented 8 years ago
Aaah, sorry, fixed it.

Original comment by wey...@gmail.com on 22 Nov 2010 at 4:49