Search the web
Sign In
New User? Sign Up
blassic · Blassic, the Classic Basic.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
compile error with v.0.8.1   Message List  
Reply | Forward Message #59 of 233 |
Re: compile error with v.0.8.1

--- In blassic@yahoogroups.com, "ewhite88" <ewhite20@l...> wrote:

> the rest of your message has me confused. i can't touch the .o files
> as they do not exist. i had given up on this; i'll have to go try it
> again.

touch create the files if they do not exist. The trick is to create the files,
so
that make does not try to build them.

gencharset creates charset.cpp form the data contained in charset.def, but
charset.cpp is already included with the sources, so you don't need to
recreate it unless you modify charset.def, but the build process is not smart
enough and tries to do all the process anyway.




Tue Aug 10, 2004 12:30 pm

not_found_bl...
Offline Offline
Send Email Send Email

Forward
Message #59 of 233 |
Expand Messages Author Sort by Date

i get the following: gencharset.cpp:8: sstream: No such file or directory gencharset.cpp:12: bitset: No such file or directory make: ***...
ewhite88
Offline Send Email
Jul 20, 2004
10:06 pm

... What compiler are you using? In old versions of gcc there were no sstream header. In the gcc web site there is one that can be used with this versions, see...
not_found_blassic
not_found_bl...
Offline Send Email
Aug 2, 2004
10:57 pm

... sstream ... versions, ... only used in ... gencharset ... i'm using egcs 1.1.2. the rest of your message has me confused. i can't touch the .o files as...
ewhite88
Offline Send Email
Aug 5, 2004
8:34 pm

... touch create the files if they do not exist. The trick is to create the files, so that make does not try to build them. gencharset creates charset.cpp form...
not_found_blassic
not_found_bl...
Offline Send Email
Aug 10, 2004
12:31 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help