Compile error : guiImage.h not found???

Hello,

I am a newbie to PLEX and Mac, and trying to build the PLEX by myself.

“How to Compile” page is a great help, but following the process, I encountered many compile errors.



The first error says,



in GUIListItemLayout.h

#include “guiImage.h”

but, there is no such file named guiImage.h on guilib folder.



Googling doesn’t help me at all.

Any suggestion?



PS : As an windows developer, it is really hard to use Mac itself. :frowning:

How did you get your copy of the source code?



I just did a fresh git clone from Elan’s github repo and the file exists for me:



link:plex aaronjb$ find . -iname 'guiimage.h'<br />
./guilib/guiImage.h



I followed "How To Compile" and get the source code through git.


Now I know why.

I just followed the following step as described in "How To Compile"

"If you've cloned Elan's repository, When it’s done, you can make yourself a copy of the branch to work on. As of this documentation, the latest development branch is v0.5. You can change v0.5 for whatever is the latest development branch. First change the directory into the repository that you've just cloned.
cd plex
git branch --track [my-branch] origin/v0.5
git checkout [my-branch] "

During this step, guiImage.h was deleted. May be because of the wrong version number(0.5)?

supiamk22 is me(abeke).



One MAC. Two developers. :slight_smile:



Anyway, thanks, aaronjb.

Ahh yeah, that might just do it :slight_smile: I’ve never tried compiling the old 0.5 branch :wink:



Hm… must update the documentation :lol:

Sorry about that, and thanks for helping out, aaron! The name changed from guiImage to GuiImage, and git has issues with that sort of case change which can cause some problems.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.