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 » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Link error GCC32 on ubuntu 8.10 x64
Re: Link error GCC32 on ubuntu 8.10 x64 [SOLVED] [message #23964 is a reply to message #23957] Thu, 10 December 2009 23:30 Go to previous message
paolob is currently offline  paolob
Messages: 6
Registered: July 2009
Promising Member
HI

1. I haven't use BLIZT

2. I have change 2 lines adding & in catch(CParser::Error)

in Core/Convert.cpp line 268
from
catch(CParser::Error &) {}
to
catch(CParser::Error &) {}

and Core/t.cpp line 374
from
catch(CParser::Error) {
to
catch(CParser::Error &) {

and ALL WORK !

bye

[Updated on: Thu, 10 December 2009 23:33]

Report message to a moderator

 
Read Message
Read Message
Previous Topic: Console encoding for localized compilers
Next Topic: Syntax for environment variable in compiler/linker options?
Goto Forum:
  


Current Time: Sun Jun 08 13:41:33 CEST 2025

Total time taken to generate the page: 0.05505 seconds