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
Original issue reported on code.google.com by
insensit...@gmail.com
on 30 Jun 2014 at 1:04Attachments: