Page 7 of 9

Re: FreeEMS_Loader

Posted: Mon Sep 24, 2012 10:07 pm
by SleepyKeys
Ok, let me rework the code that performs QDir::homePath() so we get QDir::appPath(). Did I catch all that right ? sorry been busy today.

Re: FreeEMS_Loader

Posted: Mon Sep 24, 2012 10:38 pm
by Fred
Linux/Mac:

~/.FreeEMS-Loader/settings.xyz
~/FreeEMS-Loader-Rips/*.s19

On winblows:

%appdata%\FreeEMS-Loader\settings\settings.xyz
%appdata%\FreeEMS-Loader\rips\*.s19

And the rips dir should have an optional override on both platforms.

Fred.

Re: FreeEMS_Loader

Posted: Tue Sep 25, 2012 12:41 am
by SleepyKeys
Thx guys. Give this a shot: http://powerefi.com/public_html/files/F ... irTest.exe

Linux test: Settings Directory is -> /home/seank/FreeEMS-Loader/"
I kow its missing settings and rip needs config ! next bin :)

Not in this bin, but noted! thx
"
%appdata%\FreeEMS-Loader\settings\settings.xyz
%appdata%\FreeEMS-Loader\rips\*.s19

And the rips dir should have an optional override on both platforms.
"

Re: FreeEMS_Loader

Posted: Tue Sep 25, 2012 1:29 am
by Fred
You might wanna read my post again. I think you missed the . :-p

Re: FreeEMS_Loader

Posted: Tue Oct 09, 2012 3:59 pm
by SleepyKeys
Yo,

I looked at what Mike did with his app feed-back thread. I tried to do the same, but noticed the Loader app is not in the official apps section. There were some heavy rewrites over the years and insufficient testing that gave the app a flaky feel, and I can see why you didn't want it up there. While it's not perfect, it has been much improved. If it's not worthy to be up there right now, let me know what needs to be fixed.

thx,
sean

Re: FreeEMS_Loader

Posted: Tue Oct 09, 2012 7:28 pm
by Fred
Didn't try very hard! Post here with shit that you need testing, link in stickied "help test" thread.

I told you that I'll give you a section when it's available for 3 platforms in a functional/reliable/stable/robust/coherent way, I may have said released, but I don't remember now.

I see you changed your avatar, fair enough, I guess.

729 needs your love: http://issues.freeems.org/view.php?id=729

Re: FreeEMS_Loader

Posted: Tue Oct 09, 2012 7:40 pm
by SleepyKeys
Ok, what do you conisder "ealily availiable" for OSx ? I'm not sure what EMStudio users on OSX are doing. I'm using his project as an example because they are both QT apps.

IMO Windows users are covered via Mike's CIS. My README.md needs finishing for "from source guys".

Yeah the shirt avatar was funny, dont get me wrong. For the time being I have taken it as a bit insulting :)

Re: FreeEMS_Loader

Posted: Tue Oct 09, 2012 10:45 pm
by Fred
I can/will build OS X apps from a checked out tag at release time (or for testing before that), however, like Mike, you need to supply the Mac build scripts. You can read up on what to do here:

http://qt-project.org/doc/qt-4.8/deployment-mac.html

http://issues.freeems.org/view.php?id=622

However, it also has to be stable, fast (emstudio is currently a dog on mac) and not crash my machine like it used to.

Currently OS X users of EMStudio are reliant on source builds, though. Which is fine, however packaging scripts should be available so that they can cleanly install the app. Same for Debian, which Mike has, but you don't. Fix that.

Fred.

Re: FreeEMS_Loader

Posted: Tue Oct 09, 2012 10:59 pm
by SleepyKeys
I don't have any OS X hardware, so its hard to say with any degree of certainy if the app will work and how well it performs.

It seems you are offereing to help test provided scripts, which is cool :)

Yep, I want to try to get deb packaging going this week.

Re: FreeEMS_Loader

Posted: Wed Oct 10, 2012 1:33 pm
by flat4power
Hi,

I have an error when I try compiling FreeEms-SerialIO
I'm on debian.

Code: Select all

root@srv-web-2:~/Downloads/seank-FreeEMS-SerialIO-36cbde0# qmake && make
Project MESSAGE: Building Release Version
Project MESSAGE: Straight Linux Build
Makefile:298: warning: overriding commands for target `install_target'
Makefile:270: warning: ignoring old commands for target `install_target'
Makefile:306: warning: overriding commands for target `uninstall_target'
Makefile:278: warning: ignoring old commands for target `uninstall_target'
Makefile:318: warning: overriding commands for target `install_headers'
Makefile:286: warning: ignoring old commands for target `install_headers'
Makefile:324: warning: overriding commands for target `uninstall_headers'
Makefile:292: warning: ignoring old commands for target `uninstall_headers'
g++ -c -pipe -Wall -Werror -O2 -D_REENTRANT -Wall -W -fPIC -DQT_WEBKIT -DQT_NO_WARNING_OUTPUT -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -Isrc -Isrc/inc -Isrc/inc/public -I. -o AsyncRead.o src/AsyncRead.cpp
src/AsyncRead.cpp: In member function ‘virtual void IPDS::AsyncRead::run()’:
src/AsyncRead.cpp:59:33: error: ‘read’ was not declared in this scope
make: *** [AsyncRead.o] Error 1
root@srv-web-2:~/Downloads/seank-FreeEMS-SerialIO-36cbde0# 
Can you help me ?

thanks

Matthieu