Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
June 2025 Create Competit...
Forum: View forum
Last Post: chipster1059
08-Jul-2025, 3:03 PM
» Replies: 2
» Views: 629
|
Paul G Scores
Forum: View forum
Last Post: paulgilbert
19-Jun-2025, 3:34 PM
» Replies: 13
» Views: 10,254
|
Melinda scores
Forum: View forum
Last Post: paulgilbert
18-Jun-2025, 5:05 PM
» Replies: 2
» Views: 1,731
|
CCLP1 for Steam
Forum: View forum
Last Post: geodave
13-Jun-2025, 12:09 PM
» Replies: 1
» Views: 3,097
|
Dave's score
Forum: View forum
Last Post: geodave
06-Jun-2025, 3:04 PM
» Replies: 91
» Views: 74,402
|
J.B.'s Official Set Score...
Forum: View forum
Last Post: jblewis
23-May-2025, 2:45 PM
» Replies: 356
» Views: 298,282
|
chipster1059's scores
Forum: View forum
Last Post: chipster1059
22-May-2025, 6:48 PM
» Replies: 242
» Views: 185,998
|
Feburary 2025 Create Comp...
Forum: View forum
Last Post: chipster1059
22-May-2025, 6:48 PM
» Replies: 2
» Views: 1,206
|
Bowman's Official Set Sco...
Forum: View forum
Last Post: Bowman
21-May-2025, 1:49 PM
» Replies: 14
» Views: 13,105
|
James' official scores
Forum: View forum
Last Post: James
09-May-2025, 5:05 PM
» Replies: 125
» Views: 125,414
|
|
|
Compiling Tile World 2.0 on Fedora x86 |
Posted by: HalosGhost - 18-May-2012, 2:16 PM - Forum: Programs and Editors
- Replies (7)
|
 |
Hey everyone! I've been playing the original levelset (cc-ms) for a while now on 1.3.0. It's been a great nostalgia trip and I've loved it. I recently (I know, I know; I'm out of the loop) heard that Tworld 2.0 had been released and instantly went to compile it.
I originally had issues that g++ and qmake weren't installed (using not my primary machine right now), but that was easily fixed. However, now I run into an issue where the following error output is posted ending with make erroring out, so the build never finishes.
Code: ../generic/in.c: In function ‘const tablespec* keyboardhelp(int)’:
../generic/in.c:570:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
Compiling _sdlsfx.c...
cc -Wall -I. -DNDEBUG '-DROOTDIR="/usr/local/share/tworld"' -D__TWPLUSPLUS -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o _sdlsfx.o _sdlsfx.c
Compiling oshwbind.cpp...
g++ -Wall -I. -DNDEBUG '-DROOTDIR="/usr/local/share/tworld"' -D__TWPLUSPLUS -I/usr/include -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -c -o oshwbind.o oshwbind.cpp
oshwbind.cpp: In function ‘void TW_DebugSurface(TW_Surface*, const char*)’:
oshwbind.cpp:333:57: error: invalid conversion from ‘const Qt_Surface*’ to ‘Qt_Surface*’ [-fpermissive]
make[1]: *** [oshwbind.o] Error 1
make[1]: Leaving directory `/home/Perichor/Downloads/tworld-2.0.0/oshw-qt'
make: *** [liboshw-qt.a] Error 2
The second line, "warning: deprecated conversion..." is posted around 25 times without change. Having read a few threads about this, it would seem one of the fixes I need is to add -fpermissive to g++, but I am unfamiliar with how to do that. I am also unfamiliar with what to do to fix the other errors.
Any and all help is appreciated!
All the best,
-HG
|
|
|
BlazingApollo's levels for CCLP1 |
Posted by: BlazingApollo - 15-May-2012, 12:07 AM - Forum: CCLP Discussions
- Replies (23)
|
 |
Ahem, first, hello to all members in CC Zone! My name is BlazingApollo. New here. I have played Chip Challenge since I was... um... can't really remember when, but I'm pretty sure I have played Chip Challenge for a long time. Anyway, I'm a fan of this kind of game. And I see there will be a CCLP1 which is made of levels created by the fans. So, can I try putting some of my levels in it?
Le link: http://cczone.invisi...bmissionlevels/
Can't put the screenshot in here, too big.
Only ten levels so far, though. But you know what they say? All toaster toast toast Quality over quantity. I'll upload more levels if you think they're good. I'm also planning to make a levelset which contains 45 levels. I have created around 20 levels so far, and upload 10 of them in here. So, this is also a demo.
What are you waiting now? Download it and have a taste of my levels!
Comments and suggestions are highly appreciated!
Regards,
Handsome-guy-named-BlazingApollo
|
|
|
|