Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Sept 30, 2013 8:00:16 GMT 1
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Sept 30, 2013 9:39:05 GMT 1
I registered ICodeRemote.com and I'm thinking about setting up a ScriptBasic on-line programming site on an EC2 instance. There could be a library of user submitted scripts and maybe a HTML5 based graphics SB extension module. It's still too early to say if this is something worth doing or not.
I'm keeping a close eye on how folks react to the CompileOnline.com offering.
|
|
|
Post by vovchik on Sept 30, 2013 10:23:33 GMT 1
Dear John, Thanks for this. Like Joe, I would also like to have32-bit binaries generated and hope that the author can make that work With kind regards, vovchik
|
|
|
Post by bigbass on Sept 30, 2013 14:45:21 GMT 1
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Sept 30, 2013 16:52:11 GMT 1
He is looking for a good backup solution before attempting 32 bit. I don't think all hope is lost yet. I have sent him both Joe's and vovchik's request.
The best thing to do is e-mail him directly and let him know your thoughts about 32 bit.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Sept 30, 2013 17:28:58 GMT 1
@joe - Can you retry 32 bit Gtk compiling and see if it works.?
@peter - It seems the forum is displaying a lower case letter after an @ when it is upper case in the editor.
|
|
|
Post by bigbass on Sept 30, 2013 17:33:18 GMT 1
Hey John I did a bit of detective work you gave me a tip about the bash shell so I tested the online server to see what they use uname -a
/lib/libc.so.6 pkg-config --modversion gtk+-2.0 pkg-config --modversion gtk+-3.0
gave me this output so we have to use gtk2 if we want any chance of a GUI compiling and cat is disabled in bash but strangely bacon uses cat and it did work in 64 bit there still maybe a work around UPDATED I used the head command to find out which version of centos he is using there is more than one way to skin a cat (pun intended) head -1 /etc/redhat-release
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Sept 30, 2013 18:46:40 GMT 1
Joe,
At this point I would suggest you work directly with Mohtashim via e-mail. You are much farther ahead on what needs to happen to get 32 bit working on his server.
My day is slammed with real life projects that need to get done.
I'll be watching over your shoulder and chime in if needed.
|
|
|
Post by bitvast on May 21, 2014 14:28:37 GMT 1
compileonline is a cool site. It would be nice to get the version of BaCon there updated (currently 2.3).
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Jan 17, 2015 5:13:29 GMT 1
The CompileOnLine.com site has gone through a major upgrade and is now using Docker for your own Linux environment setup for the language you chose. They call the service Coding Ground the new URL is www.tutorialspoint.com/codingground.htmCheck it out!
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Mar 5, 2015 8:02:14 GMT 1
I noticed BaCon is missing from the new CodingGround site. Speaking of missing, where is Joe? He did the compileonline.com port of BaCon some time ago.
Since CodingGround is now using a root access Docker instance of Red Hat (CentOS) 64 bit, select the C language option and upload BaCon and install it there.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Apr 12, 2015 6:14:51 GMT 1
Peter,
I tried to build BaCon 3.0.3 on Tutorial Point (old CompileOnLine.com) and having a issue building bacon. BaCon didn't complain with the configure process so I thought it was going to work fine.
sh-4.3# bash bacon.sh bacon.bac Converting 'bacon.bac'... done, 7309 lines were processed in 105 seconds. New BaCon archive requested! Creating... Compiling 'bacon.bac'... cc -O2 -fPIC -c bacon.bac.c Makefile:6: recipe for target 'bacon.bac.o' failed Compiler error: cc: internal compiler error: Killed (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. make: *** [bacon.bac.o] Error 4 sh-4.3# cat /proc/version Linux version 3.10.0-123.20.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Thu Jan 29 18:05:33 UTC 2015 sh-4.3#
|
|
|
Post by Pjot on Apr 12, 2015 7:33:58 GMT 1
Hi John,
That's strange, I never ran into this error before:
This is not an error in the code, nor in GCC. Usually this happens when there's not enough memory. How much memory do you have available?
BR Peter
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Apr 12, 2015 9:39:07 GMT 1
You can give it a try yourself. Just select the C language option and upload or wget the BaCon install .tar.gz. It's a Docker instance and if VB.NET runs in it I'm sure BaCon is not a stress.
|
|
|
Post by Pjot on Apr 12, 2015 10:12:28 GMT 1
This issue is not related to BaCon as far as I am concerned. And I am not the one who is interested in getting BaCon to run there Compiling on my laptop using the '-ftime-report' option, I can see the GCC needs 208878 kB for the main C code. If your VM uses 256 Mb then this probably is not enough (the OS itself also needs memory for the kernel, system resources etc).
|
|