1. Linux Mint path conundrum

Hi

This is the error

crylex-VirtualBox SDL_Slide # eui ./SlideShow.exu 
/home/crylex/euphoria/Projects/SDL_Slide/SlideShow.exu:67 
<0052>:: can't find 'SDL_Wrap.e' in any of ... 
    /home/crylex/euphoria/Projects/SDL_Slide 
    /home/crylex/euphoria/Projects/SDL_Slide/SlideShow.exu 
    /home/crylex/euphoria/Projects/SDL_Slide/. 
    /home/crylex/euphoria/include 
    /usr/share/euphoria/include 
    /usr/share/euphoria 
 
include SDL_Wrap.e 
                  ^ 

The problem is that SDL_Wrap.e is in /home/crylex/euphoria/Projects/SDL_Slide/. and /home/crylex/euphoria/include. I have even tried it in /usr/share/euphoria/include. I have checked the file and folder permissions, all seem fine. eu.cfg in the program folder is


-I ./
-I /euphoria/include

Linux Mint 18 32 bit eu 4.05, deb install

Any ideas anyone?

Cheers

Chris

new topic     » topic index » view message » categorize

2. Re: Linux Mint path conundrum

The parameters in eu.cfg should be -i (lowercase) not -I (uppercase). Also, you don't need to specify the current directory with -i ./, that is always part of the search for include files.

-Greg

new topic     » goto parent     » topic index » view message » categorize

3. Re: Linux Mint path conundrum

Hi

Nope, already tried those - in fact the only reason ./ was in there was because I expected the current directory to be searched, but it didn't appear to have been. Also, upper or lower case -i makes no difference.

Cheers

Chris

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu