- Posts: 157
Error while make on fltk
- kreidler
- Topic Author
- Offline
I only found two matches for _stricmp and tried to remove the match in fl_utf8.h without sucess. Must I set any complier switch or is any dev missing?
Thanks Matthias
P.S. Portaudio was installed without problems.
Please Log in or Create an account to join the conversation.
- RandMental
- Offline
- Posts: 521
>> bitbucket.org/PhracturedBlue/deviation
Please Log in or Create an account to join the conversation.
- kreidler
- Topic Author
- Offline
- Posts: 157
It looks that there is something wrong in the config of the latest MinGW. Tried on two different XP installations.
For fault finding I used RugWarriors DeviationTX1.1 from the sticky thread. Works perfectly and I did some Emu files of rbe2012's betas yet.
Findings fo far:
1. After my install (latest versions) I had to modify the path in the profile because no compiler was found.
2. I did two installations with the mingw installation manager on two different days. On one day I had to add gcc by hand on the second day it was included in the package....
3. RW do have Perl and Phyton in his environment. But as far as I understood this is only necessary for ARM builds.
I will try to isolate the issue. Could anybody post a screenshoot of the latest mingw installation manager which option must be hooked.
Please Log in or Create an account to join the conversation.
- kreidler
- Topic Author
- Offline
- Posts: 157
Machine 1:
New install - mingw-get-setup does run two js files. JS files have not correctly assigned on this machine fixed now and installed as shown.
did the normal mkdir, tar etc. and configure with following result.
PATH: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/WINDOWS/system32
PATH: /c/WINDOWS
PATH: /c/WINDOWS/System32/Wbem
I think I have to fix this issue first before doing makefiles. Can anybody help?
Machine 2:
Will continue after machine 1 is running as desired.
Please Log in or Create an account to join the conversation.
- rbe2012
- Offline
- So much to do, so little time...
- Posts: 1433
/MinGW/stm32/bin:
/MinGW/Python27:
/MinGW/Python27/Scripts:
.:
/usr/local/bin:
/mingw/bin:
/bin:
/c/Perl64/site/bin:
/c/Perl64/bin:
/c/Program Files (x86)/PC Connectivity Solution/:
/c/Programme/WinAVR-20100110/bin:
/c/Programme/WinAVR-20100110/utils/bin:
/c/Windows/system32:
/c/Windows:
/c/Windows/System32/Wbem:
/c/Program Files (x86)/EgisTec/MyWinLocker 3/x86:
/c/Program Files (x86)/EgisTec/MyWinLocker 3/x64:
/c/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static:
/c/Program Files (x86)/Calibre2/:
/c/Program Files/TortoiseGit/bin:
/mingw/stm32/bin:
/c/CooCox/CoIDE/gcc/bin:
/c/Program Files/doxygen/bin:
/c/Program Files (x86)/Java/jre7/bin/:
/c/Windows/System32/WindowsPowerShell/v1.0/:
/c/Windows/System32/WindowsPowerShell/v1.0/:
/c/Program Files/Mercurial/:
/c/Program Files (x86)/SSH Communications Security/SSH Secure Shell:
/c/Program Files (x86)/GNU Tools ARM Embedded/4.6 2012q2/bin
But in my environment I have fltk and portaudio installed and can build dfu files and emulators (and run them).
But most of the mingw path parts don't have a preceeding "/c/".
Please Log in or Create an account to join the conversation.
- rbe2012
- Offline
- So much to do, so little time...
- Posts: 1433
Maybe I had a similar issue at the beginning (I needed many experiments to get my environment running and it was never so easy as PBs instruction seem to tell me). I have installed the MinGW in "C:\Program Files\MinGW" or similar did not get all working. I needed to reinstall in "C:\MinGW".
Please Log in or Create an account to join the conversation.
- RandMental
- Offline
- Posts: 521
This is my WiN7 64bit path content related to this build environment:
C:\MinGW\bin;
C:\MinGW\msys\1.0\bin;
c:\mingw\stm32\bin;
c:\Python2.7\;
C:\Program Files\TortoiseHg;
Please Log in or Create an account to join the conversation.
- rbe2012
- Offline
- So much to do, so little time...
- Posts: 1433
kreidler wrote: 3. RW do have Perl and Phyton in his environment. But as far as I understood this is only necessary for ARM builds.
BTW: STM32 is ARM architecture (ARM®Cortex™-M3 32-bit RISC core).
Please Log in or Create an account to join the conversation.
- kreidler
- Topic Author
- Offline
- Posts: 157
Solved: difference between RugWarrior and clean install from sourceforge: file C:\MinGW\msys\1.0\etc\fstab needs "C:\MinGW\ /mingw" entry or adjusted if installed somewhere else. Ok, my first version with adding the /c/ to the profile file will also work.1. After my install (latest versions) I had to modify the path in the profile because no compiler was found.
Still same problems while doing make on clean install.Now getting problems while using sh to compile fltk (1.3.2 and 1.3.0). Please see the Screenshot.
Test 1: Upgrading running RW environment using mingw-get-setup to latest versions. Ending with same failure while doing make!
Test 2: Switched path to TDM package (gcc 4.8.1): works fine. But for building deviation cc is missing
So, you do not need to install python or stm32 (arm) for the windows build but some dependencies in the /bin directory seems to be different. Will do further checks.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Error while make on fltk