[CBuilderX 1.5 Mobile Edition]Compiling GUI :(
| Mon, 2005-03-14 14:34 | |
|
Hello everyone!
I'm a newbie in the development of symbian applications and I downloaded CBuilderX 1.5 Mobile Edition to create Serie 60 applications. I successed to create a console application (the famous HelloWorld) but when I want to compil a GUI (even with just a label) and I have these error messages : Code: bldmake -v bldfiles abld -v makefile WINSB External process exited with error code : 1 abld -v reallyclean WINSB UDEB External process exited with error code : 1 Clean finished bldmake -v bldfiles abld -v export External process exited with error code : 1 abld -v makefile WINSB External process exited with error code : 1 abld -v resource WINSB UDEB External process exited with error code : 1 abld -v library WINSB External process exited with error code : 1 Compile finished abld -v target WINSB UDEB External process exited with error code : 1 abld -v final WINSB UDEB External process exited with error code : 1 abld -c build WINSB UDEB External process exited with error code : 1 abld -w build WINSB UDEB External process exited with error code : 1 Build finished How to compil a simple GUI?? Thank you! PS : I use Series 60 SDK Borland v2.0 |
|






Forum posts: 1
i have similiar problem, i try to clean install sdk n builderx, this is my steps:
1. install ActivePerl-5.8.4.810 (drive c:)
2. install J2RE 1.3.1_01 (install to default path [d:\])
3. install SDK nS60_sdk_v1_2_builderx (drive c:)
3. install BuilderX 1.5 (drive c:)
then i try to create new project with gui (hello world) but after i try to
compile, this following error rise up :
bldmake -v bldfiles
Can't locate E32env.pm in @INC (@INC contains: C:\SYMBIAN\6.1\SERIES60\EPOC32\TOOLS\ C:/Perl/lib C:/Perl/site/lib .) at C:\Symbian\6.1\Series60\epoc32\tools/bldmake.pl line 31.
abld -v export
'abld' is not recognized as an internal or external command,
External process exited with error code : 1
abld -v makefile WINSB
'abld' is not recognized as an internal or external command,
External process exited with error code : 1
abld -v resource WINSB UDEB
'abld' is not recognized as an internal or external command,
External process exited with error code : 1
abld -v library WINSB
'abld' is not recognized as an internal or external command,
External process exited with error code : 1
Compile finished
abld -v target WINSB UDEB
'abld' is not recognized as an internal or external command,
External process exited with error code : 1
abld -v final WINSB UDEB
'abld' is not recognized as an internal or external command,
External process exited with error code : 1
abld -c build WINSB UDEB
'abld' is not recognized as an internal or external command,
External process exited with error code : 1
abld -w build WINSB UDEB
'abld' is not recognized as an internal or external command,
External process exited with error code : 1
Build finished
ps: i already set the path for sdk (Tolls->Symbian SDK Configuration)
BUT, i successfully compile hello world gui app via BuilderX when i install SDK for CodeWarrior (S60_SDK_v21c_CodeWarriors).
my point is develpoing app for symbian s60 v1.xx
so guys help us....
Forum posts: 5
just install the microsoft debugger
Forum posts: 205
@kepeto & solkan :
- make sure that you saved your project to same drive as SDK.
- you try to build for WINSB but your sdk doesnt support this platform. Reconfigure your SDK settings.
Best regards,
Michal Laskowski