Hi,

 

I had the same problem with you these days.

For the error:

Configuration error: could not find libraries for configuration: '' '28' at 
inc/ My/Build/Win32.pm line 73.

 

You can check whether you have the dlls named with "28u" in folder 
"\wxWidgets-x.x.x\lib\vc_dll\".

 

The following statement is from Alien-wxWidgets-0.42\inc\My\Build\Win32.pm

    my @dlls = grep { m/${digits}\d*${suff}_/ }
               glob( File::Spec->catfile( $libdir, '*.dll' ) );

 

Actually i tried to use

"perl build.pl --debug" (I have dlls named with "28d" in my folder, so this 
step is ok)

 

But I encountered the 2nd problem in the following step "perl build", the 
script will check the c compiler.

And i have a problem here like this:

 

Generating script 'C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.ccs'
cl -nologo -c @"C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.ccs" 
-Fo"C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.obj" 
"C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.c"
compilet.c
Generating script 'C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.lds'
cl @"C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.lds" 
-out:"C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.dll"
cl : Command line warning D9035 : option 'o' has been deprecated and will be 
removed in a future release
cl : Command line warning D9035 : option 'o' has been deprecated and will be 
removed in a future release
cl : Command line warning D9002 : ignoring unknown option '-dll'
cl : Command line warning D9002 : ignoring unknown option '-nodefaultlib'
cl : Command line warning D9002 : ignoring unknown option '-debug'
cl : Command line warning D9002 : ignoring unknown option 
'-libpath:C:\Perl_5_8\lib\CORE'
cl : Command line warning D9002 : ignoring unknown option '-machine:x86'
cl : Command line warning D9002 : ignoring unknown option '-libpath:\lib'
cl : Command line warning D9002 : ignoring unknown option 
'-def:C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.def'
cl : Command line warning D9002 : ignoring unknown option 
'-implib:C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.lib'
LINK : fatal error LNK1104: cannot open file 
'ut:C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.dll'
mt -nologo -manifest 
"C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.dll.manifest"-outputresource:"C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.dll";2

mt.exe : general error c10100b1: Failed to load file 
"C:\DOCUME~1\toby\LOCALS~1\Temp\compilet.dll". The system cannot find the file 
specified.


The script is checking the compiler with a generated code compilet.c, compile 
and link.

It seems that the compiling is ok, but link fails.

I use cl from visual studio 2008 express edition and vc6, both fail.

 

If you fix the 1st problem you have currently and get how to solve the 2nd 
problem i have, please let me know. Thanks. ;)

 

Br. Toby

 

_________________________________________________________________
梦幻K图,百变造型,让你的照片与众不同,快来MClub试试吧!
http://club.msn.cn/?form=3

Reply via email to