epix-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ePiX-users] .epixrc file


From: Jay Belanger
Subject: [ePiX-users] .epixrc file
Date: Thu, 13 Dec 2007 22:07:04 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

I accidently deleted (a while ago, actually) my .epixrc file, and I
wanted to recreate it.  For some reason, I can't get it to work.
It has the line

-I/home/belanger/.epix

and ~/.epix has the file belanger.h, which has a simple function defined.
I have a file a.xp containing (among other things)

#include "belanger.h"

When I do

epix a.xp

I get an error, and the a_xp.log file:

  epix: Processing a.xp:
  epix: /usr/bin/g++ epix-30072/a-tmp.cc -w -o epix-30072/a -I/usr/include 
-L/usr/lib/epix -lm -lepix
  epix-30072/a-tmp.cc:2:22: error: belanger.h: No such file or directory
  epix-30072/a-tmp.cc: In function ‘int main()’:
  epix-30072/a-tmp.cc:12: error: ‘f’ was not declared in this scope
  epix: WARNING: Compilation of a.xp failed

doesn't even mention the compiler option.
However, when I add the line

epix_parse_options "-I/home/belanger/.epix";

to the epix shell script, a.xp compiles fine.
So, any suggestions to what I'm doing wrong?
(Full files available upon request, but the problem seems to be that
epix isn't reading my .epixrc file correctly.)

Jay




reply via email to

[Prev in Thread] Current Thread [Next in Thread]