parallaxinc / SimpleIDE

SimpleIDE for Propeller
26 stars 13 forks source link

Simple IDE Alpha 9.9.25 Count Transitions project has "/" lib paths, won't work on Mac OS X #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A) What steps will reproduce the problem?

  1. Install SimpleIDE 0.9.25, launch it and load initial Learn C-Intro example project
  2. Note that the included lib paths are delimited by the "/" character. Compile the project, it should succeed for this example
  3. Load the Learn Example Circuits project named "Count Transitions". Note that the lib paths are delimited by the "\" character. Try to compile the project...

B) What is the expected behavior (output)? Should compile on all system types...

C) What do you see instead? The project fails on Mac OS X with the following 
error:

   Project Directory: /Users/altergator/Documents/SimpleIDE/Learn/Examples/Circuits/

   propeller-elf-gcc -I . -L . -I ../../Simple Libraries\Utility\libsimpletools -L ../../Simple    
   Libraries\Utility\libsimpletools/cmm/ -o cmm/Count Transitions.elf -Os -mcmm -m32bit-doubles
   -fno-exceptions -   std=c99 Count Transitions.c -ltiny
   Count Transitions.c:9:69: fatal error: simpletools.h: No such file or directory
   compilation terminated.
   Done. Build Failed!

   Click error or warning messages above to debug.

Work around: Apply "Add Simple Library" option for libsimpletools and the 
"Mac-corect" paths will be included and project will compile.

Note: On Windows 7, the project compiles without issue...

D) Classify the bug as one of the following:

2. Medium Priority

E) Application Version and Platform:

Version
    SimpleIDE 0-9-25

Platform

Choose OpSys from Labels Below:
    OpSys-Mac

Specify Platform OS Version and 32 or 64 bit. For example:

    Mac OSX      (64 bit Mountain Lion, 10.8.3)

Provide any links or additional information below if possible. See attached 
screenshots of 2 projects (1 fails, the other passes compile testing)

Original issue reported on code.google.com by dgat...@gmail.com on 29 Apr 2013 at 4:46

Attachments:

GoogleCodeExporter commented 8 years ago
Title should say "won't compile"...

Original comment by dgat...@gmail.com on 29 Apr 2013 at 4:50

GoogleCodeExporter commented 8 years ago
Hello LCD project also has this problem...

Original comment by dgat...@gmail.com on 29 Apr 2013 at 4:52

GoogleCodeExporter commented 8 years ago
This is caused by manually editing .side files.
IDE should do the right thing eventually.
For the moment the libraries are being fixed.

Original comment by jsden...@gmail.com on 1 May 2013 at 3:30