composestar.r2 build report
Overview
- Build date
- 2009-03-25 12:33:26
- Successful
- false
- Label
- svn.4598
- Duration
- 18 minutes 44 seconds
- Last change
-
by elmuerte on 2009-03-25T11:28:10:
- Ignore "call to methods" when the method declaration can not be found (which is the case with function pointers)
- Added some logging to the header generator so that AST errors can more easily located
Error message
d:\composestar-repos2\Core\Development\build_total.xml:284: The following error occurred while executing this line: d:\composestar-repos2\Core\Development\build_total.xml:210: The following error occurred while executing this line: d:\composestar-repos2\Core\Development\build_total.xml:222: The following error occurred while executing this line: d:\composestar-repos2\CwC\build.xml:27: The following error occurred while executing this line: d:\composestar-repos2\CwC\Testing\build.xml:67: The following error occurred while executing this line: d:\composestar-repos2\CwC\Testing\build.xml:58: exec returned: 2
Task trace
target: integration
task: antcall @ d:\composestar-repos2\Core\Development\build_total.xml:284:
target: test
task: antcall @ d:\composestar-repos2\Core\Development\build_total.xml:210:
target: test_cwc
task: ant @ d:\composestar-repos2\Core\Development\build_total.xml:222:
target: test
task: ant @ d:\composestar-repos2\CwC\build.xml:27:
target: build_tests
task: exec @ d:\composestar-repos2\CwC\Testing\build.xml:58:
Message of the last task
del /F /Q basictest
Could Not Find d:\composestar-repos2\CwC\Examples\BasicTest\basictest
del /F /Q *.o
cmd /c rmdir /S /Q obj
mkdir obj\preprocessed
mkdir obj\woven
gcc -Wall -E -c -dD -C -o obj/preprocessed/main.c main.c
gcc -Wall -E -c -dD -C -o obj/preprocessed/calc.c calc.c
java -jar ../../Testing/bin/lib/ComposestarCwC.jar --intermediate obj --custom-filter "#Composestar.CwC.Filters.ExtraFilters" obj/preprocessed/main.c obj/preprocessed/calc.c mainprint.cps calcfix.cps trace.cps profiling.cps
(0:0) WARN [COPPER]: Unable to convert legacy substitution structure for unknown filter trace. Defaulting to filter.target . Switch to the canonical notation.
(0:0) WARN [COPPER]: Unable to convert legacy substitution structure for unknown filter trace. Defaulting to filter.selector . Switch to the canonical notation.
(0:0) WARN [COPPER]: Unable to convert legacy substitution structure for unknown filter profile. Defaulting to filter.target . Switch to the canonical notation.
(0:0) WARN [COPPER]: Unable to convert legacy substitution structure for unknown filter profile. Defaulting to filter.selector . Switch to the canonical notation.
(0:0) WARN [COLLECTOR]: Ignoring function call to funcPtr from main. Function declaration could not be found
(0:0) WARN [COLLECTOR]: Ignoring function call to newPrint from main. Function declaration could not be found
(0:0) WARN [FILTH]: Multiple Filter Module orderings possible for concern main
(0:0) WARN [FILTH]: Multiple Filter Module orderings possible for concern calc
(0:0) WARN [DIGGER]: DIGGER has been disabled because it has not been (properly) updated to the canonical filter model
(0:0) WARN [SECRET]: SECRET has been disabled because it has not been (properly) updated to the canonical filter model
(0:0) CRUCIAL [Master]: Warnings: 10; Errors: 0
gcc -Wall -c -o main.o obj/woven/main.c
In file included from main.c:16:
main.c: In function `main':
main.c:52: warning: initialization from incompatible pointer type
main.c:74: warning: implicit declaration of function `newPrint'
In file included from main.c:81,
from main.c:16:
<Composestar/CwC/SIGN/Added#main.newPrint>: At top level:
<Composestar/CwC/SIGN/Added#main.newPrint>:1: error: conflicting types for 'newPrint'
main.c:74: error: previous implicit declaration of 'newPrint' was here
make: *** [main.o] Error 1
Previous build
- Date
- 2009-03-24 11:45:12
- Successful
- true
- Last successful build
- 2009-03-24 11:45:12
Build output
Warnings (38)
ANTLR Parser Generator Version 3.0.1 (August 13, 2007) 1989-2007
ANTLR Parser Generator Version 3.0.1 (August 13, 2007) 1989-2007
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: d:\composestar-repos2\StarLight\Source\Compiletime\src\Composestar\DotNET2\TYM\RepositoryEmitter\FilterCodeCompressor.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
ANTLR Parser Generator Version 3.0.1 (August 13, 2007) 1989-2007
ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005
d:\composestar-repos2\Java\Compiletime\src\Composestar\Java\DUMMER\grammar\java.g:1270: warning:empty alternative makes no sense in (...)* or (...)+
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: d:\composestar-repos2\CwC\Compiletime\src\Composestar\CwC\Filters\FilterLoader.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: d:\composestar-repos2\Core\Compiletime\test\Composestar\Utils\StringUtilsTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Could Not Find d:\composestar-repos2\CwC\Examples\BasicTest\basictest
In file included from main.c:16:
main.c: In function `main':
main.c:52: warning: initialization from incompatible pointer type
main.c:74: warning: implicit declaration of function `newPrint'
In file included from main.c:81,
from main.c:16:
<Composestar/CwC/SIGN/Added#main.newPrint>: At top level:
<Composestar/CwC/SIGN/Added#main.newPrint>:1: error: conflicting types for 'newPrint'
main.c:74: error: previous implicit declaration of 'newPrint' was here
make: *** [main.o] Error 1
Changes
| 4598 | elmuerte | 2009-03-25T11:28:10 | - Ignore "call to methods" when the method declaration can not be found (which is the case with function pointers) - Added some logging to the header generator so that AST errors can more easily located |
|
| modified | /trunk/CwC/Compiletime/src/Composestar/CwC/WEAVER/HeaderFileGenerator.java | |||
| modified | /trunk/CwC/Compiletime/src/Composestar/CwC/TYM/Collector/LangModelConverter.java | |||
| modified | /trunk/CwC/Examples/Memoize/CachingFilters.jar | |||
| modified | /trunk/CwC/Examples/BasicTest/main.c | |||
| modified | /trunk/CwC/Compiletime/src/Composestar/CwC/WEAVER/CwCWeaver.java | |||
| modified | /trunk/CwC/Examples/Memoize/CachingFilters/.classpath | |||
| modified | /trunk/CwC/Examples/IDEALSCase/CustomFilters.jar | |||
| modified | /trunk/CwC/Compiletime/src/Composestar/CwC/INLINE/CodeGen/AbstractHeaderFileGenerator.java | |||
| modified | /trunk/CwC/Examples/IDEALSCase/CustomFilters/.classpath | |||
| modified | /trunk/CwC/Compiletime/src/Composestar/CwC/INLINE/CodeGen/CCodeGenerator.java | |||
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________ Composestar-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/composestar-developers

