Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » New Tiny C Compiler Package
Re: New Tiny C Compiler Package [message #26433 is a reply to message #22781] Sat, 01 May 2010 12:59 Go to previous messageGo to previous message
Didier is currently offline  Didier
Messages: 680
Registered: November 2008
Location: France
Contributor
Hi Koldo,

I've been using Tcc package lately and you introduced a linux regression in SVN 1500 ( 8 month ago Wink ):

In Tcc/libtcc.c you changed:
#ifdef __unix__
#include "lib/Tcc.c"
#endif


Instead of:
#ifdef __unix__
#include "lib/tcc.c"
#endif


Since unix like systems are case aware, and that the filename is "tcc.c" ==> this doesn't compile any more.


I also have a very small correction for you:
In Tcc/Tcc.cpp L201:

instead of:
	unsigned long val;

Put:
	unsigned long val = 0;


This will allow testing if the symbol was found or not.


QUESTION:

Is there a reason for having a separated makefile for the Tcc lib. What I'm thinking about is allowing STATIC linking of this lib just like any other Upp package ?
This would keep from having to install the tcc lib before using the Tcc package

[Updated on: Sat, 01 May 2010 13:40]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon14.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Scatter: To find width bwt any two points.
Next Topic: User configurable menu system
Goto Forum:
  


Current Time: Sat Apr 20 13:43:20 CEST 2024

Total time taken to generate the page: 0.03881 seconds