1. Keeping include files in synch with eubin binaries
- Posted by georgeorr Apr 08, 2009
- 856 views
Jeremy -
I have downloaded the 1850 version of the linux binaries and now am having trouble with the include files. I am (trying to!) using the include files from the Source Forge downloads. I have tried the include files from both of the linux downloads, but am having trouble still (finding !WIN32, case with :, etc.). What is the proper way to keep the include files in synch with the binaries?
Thanks again! I guess all this goes away when we get through the alpha/beta!
George
2. Re: Keeping include files in synch with eubin binaries
- Posted by jeremy (admin) Apr 08, 2009
- 860 views
- Last edited Apr 09, 2009
Are you using svn to keep up to date with with the includes? That's the best way. Now, since you have reverted back to 1850 because of the current problem, that could pose a problem. Do this:
svn up -r 1850
and that will get you the includes that shipped with rev 1850.
Now, since you still have !WIN32, I kinda think you are not using SVN. It is the best way to keep up with the stuff. It's easy to use. The wiki page Compiling40 has instructions on compiling 4.0, but you don't need to do all of that, but at the start it walks you through getting SVN and doing your initial checkout. Maybe that will be of assistance to you.
And yes, all goes away when we are done w/alpha and beta stages... I can't wait either!
Jeremy
3. Re: Keeping include files in synch with eubin binaries
- Posted by georgeorr Apr 08, 2009
- 858 views
- Last edited Apr 09, 2009
Jeremy -
You are correct that I did not use svn, but rather downloaded the files using the links from the Download page. I ran the svn up -r 1850, but must not have things set up quite properly since I didn't get the include files. I am just running Linux at the moment (Ubuntu). I have my EUDIR adn EUINC variables set, but apparently not quite like svn wanted....
I will look into the svn approach more. I did this at one point in the past when I first compiled 4.0 (you actually helped me get through that as well) but since I don't do this sort of thing very often, I forget a lot more than I learned...and relearned... and relearned..........
Thanks for all your help! I guess you need a few like me to really test stuff for you!
George
4. Re: Keeping include files in synch with eubin binaries
- Posted by jeremy (admin) Apr 09, 2009
- 884 views
You are correct that I did not use svn, but rather downloaded the files using the links from the Download page. I ran the svn up -r 1850, but must not have things set up quite properly since I didn't get the include files. I am just running Linux at the moment (Ubuntu). I have my EUDIR adn EUINC variables set, but apparently not quite like svn wanted....
The directory has to be a checkout of SVN in order for the svn up command to work.
I will look into the svn approach more. I did this at one point in the past when I first compiled 4.0 (you actually helped me get through that as well) but since I don't do this sort of thing very often, I forget a lot more than I learned...and relearned... and relearned..........
Thanks for all your help! I guess you need a few like me to really test stuff for you!
Indeed! The more testers, the better Euphoria is for all of us, you and me included!
Jeremy