negativerad / eepe

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

Linux build of 'eepskye' fails due to missing eeprom_rlc.h and eeprom_rlc.cpp lines in eepskyelinux.pro #145

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. building eepskye on linux (mint, qt4, 64bit)
2. run qmake eepskyelinux.pro
3. run make

What is the expected output? What do you see instead?

The build-process fails due to missing symbols involving eeprom functions.
The issue is that the eepskyelinux.pro file does not include the needed 
eeprom_rlc.h and eeprom_rlc.cpp files.

Including these in the eepskyelinux.pro file fixes the issue and lets the 
project build succesfully.

What version of the product are you using? On what operating system?

eepskye on 64-bit linux mint 'olivia'

Please provide any additional information below.
Included is a corrected eepskyelinux.pro

Original issue reported on code.google.com by insensit...@gmail.com on 30 Jun 2014 at 1:04

Attachments:

GoogleCodeExporter commented 9 years ago
Try using eepskye.pro, this should now be common for Windows, Linux and Mac.

Original comment by michael....@mypostoffice.co.uk on 31 Jul 2014 at 1:33