You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Trying to make the simple_example in ./test
2. I do `make`
3. Get an error
What is the expected output? What do you see instead?
Should make the simple_example
What version of the product are you using? On what operating system?
Ubuntu 11.04 32-bit, g++/gcc 4.4.5
Please provide any additional information below.
eamorr@dx2000:~/Desktop/PFAC-v1.1/test$ make
g++ -m32 -fopenmp -c -O2 -D_REENTRANT -Wall -I/usr/local/cuda/include
-I/home/eamorr/Desktop/PFAC-v1.1/test/include -o ../obj/simple_example.o
simple_example.cpp
simple_example.cpp:47: fatal error: PFAC.h: No such file or directory
compilation terminated.
make: *** [../obj/simple_example.o] Error 1
I've done an `export
PFAC_LIB_ROOT=$PFAC_LIB_ROOT:/home/eamorr/Desktop/PFAC-v1.1`
Any information as to how to resolve this problem is much appreciated.
Thanks in advance,
Original issue reported on code.google.com by [email protected] on 12 Jul 2011 at 2:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Jul 2011 at 2:57The text was updated successfully, but these errors were encountered: