Jump to page: 1 2
Thread overview
dwt-win build error
Feb 29, 2008
Simen Haugen
Feb 29, 2008
Frank Benoit
Feb 29, 2008
Simen Haugen
Feb 29, 2008
Frank Benoit
Feb 29, 2008
Simen Haugen
Feb 29, 2008
John Reimer
Feb 29, 2008
Simen Haugen
Mar 01, 2008
yidabu
Mar 01, 2008
Frank Benoit
Re: oneatatime=off ? ( in DSSS compiler profile )
Mar 02, 2008
yidabu
Mar 02, 2008
Jesse Phillips
Mar 04, 2008
Simen Haugen
Mar 16, 2008
Tim Healey
Mar 16, 2008
Tim Healey
Mar 16, 2008
John Reimer
Mar 16, 2008
John Reimer
Mar 16, 2008
Tim Healey
Mar 01, 2008
John Reimer
February 29, 2008
Trying to compile simple.d, but got some errors:


.\dwt-widgets-Display.obj(dwt-widgets-Display)
 Error 42: Symbol Undefined _IsHungAppWindow@4
.\dwt-internal-win32-OS.obj(dwt-internal-win32-OS)
 Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0



February 29, 2008
Simen Haugen schrieb:
> Trying to compile simple.d, but got some errors:
> 
> 
> ..\dwt-widgets-Display.obj(dwt-widgets-Display)
>  Error 42: Symbol Undefined _IsHungAppWindow@4
> ..\dwt-internal-win32-OS.obj(dwt-internal-win32-OS)
>  Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0
> 
> 
> 

If building with dsss, please try to add -full to the commandline.
February 29, 2008
Gives the same error.

I'm using dsss 0.75, dmd 1.025, tango rev 3317 and dwt rev 172.


"Frank Benoit" <keinfarbton@googlemail.com> wrote in message news:fq8p3v$qd5$1@digitalmars.com...
> Simen Haugen schrieb:
>> Trying to compile simple.d, but got some errors:
>>
>>
>> ..\dwt-widgets-Display.obj(dwt-widgets-Display)
>>  Error 42: Symbol Undefined _IsHungAppWindow@4
>> ..\dwt-internal-win32-OS.obj(dwt-internal-win32-OS)
>>  Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0
>>
>>
>>
>
> If building with dsss, please try to add -full to the commandline.


February 29, 2008
Simen Haugen schrieb:
> Gives the same error.
> 
> I'm using dsss 0.75, dmd 1.025, tango rev 3317 and dwt rev 172.
> 
> 
> "Frank Benoit" <keinfarbton@googlemail.com> wrote in message news:fq8p3v$qd5$1@digitalmars.com...
>> Simen Haugen schrieb:
>>> Trying to compile simple.d, but got some errors:
>>>
>>>
>>> ..\dwt-widgets-Display.obj(dwt-widgets-Display)
>>>  Error 42: Symbol Undefined _IsHungAppWindow@4
>>> ..\dwt-internal-win32-OS.obj(dwt-internal-win32-OS)
>>>  Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0
>>>
>>>
>>>
>> If building with dsss, please try to add -full to the commandline. 
> 
> 

hm, -full solves this always in my case. Did you also apply -full while building the dwt lib?

dsss build dwt -full

February 29, 2008
Yup. Still the same error


"Frank Benoit" <keinfarbton@googlemail.com> wrote in message news:fq8vq8$1lnp$1@digitalmars.com...
> Simen Haugen schrieb:
>> Gives the same error.
>>
>> I'm using dsss 0.75, dmd 1.025, tango rev 3317 and dwt rev 172.
>>
>>
>> "Frank Benoit" <keinfarbton@googlemail.com> wrote in message news:fq8p3v$qd5$1@digitalmars.com...
>>> Simen Haugen schrieb:
>>>> Trying to compile simple.d, but got some errors:
>>>>
>>>>
>>>> ..\dwt-widgets-Display.obj(dwt-widgets-Display)
>>>>  Error 42: Symbol Undefined _IsHungAppWindow@4
>>>> ..\dwt-internal-win32-OS.obj(dwt-internal-win32-OS)
>>>>  Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0
>>>>
>>>>
>>>>
>>> If building with dsss, please try to add -full to the commandline.
>>
>>
>
> hm, -full solves this always in my case. Did you also apply -full while building the dwt lib?
>
> dsss build dwt -full
> 


February 29, 2008
Simen Haugen wrote:
> Yup. Still the same error
> 
> 
> "Frank Benoit" <keinfarbton@googlemail.com> wrote in message news:fq8vq8$1lnp$1@digitalmars.com...
>> Simen Haugen schrieb:
>>> Gives the same error.
>>>
>>> I'm using dsss 0.75, dmd 1.025, tango rev 3317 and dwt rev 172.
>>>
>>>
>>> "Frank Benoit" <keinfarbton@googlemail.com> wrote in message news:fq8p3v$qd5$1@digitalmars.com...
>>>> Simen Haugen schrieb:
>>>>> Trying to compile simple.d, but got some errors:
>>>>>
>>>>>
>>>>> ..\dwt-widgets-Display.obj(dwt-widgets-Display)
>>>>>  Error 42: Symbol Undefined _IsHungAppWindow@4
>>>>> ..\dwt-internal-win32-OS.obj(dwt-internal-win32-OS)
>>>>>  Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0
>>>>>
>>>>>
>>>>>
>>>> If building with dsss, please try to add -full to the commandline.
>>>
>> hm, -full solves this always in my case. Did you also apply -full while building the dwt lib?
>>
>> dsss build dwt -full
>>
> 
> 


I've had this error before too... These functions are in User32.lib and Kernel32.lib. If dsss doesn't know where to find these libraries, this can happen. Try adding "-S<path to implibs>"  to your dsss command line and see if this changes anything.  Also try adding the "-llKernel32" and "-llUser32" to the dsss command line. You shouldn't have to do this, but  maybe it might be a useful diagnostic.

-JJR
February 29, 2008
Great, thanks a lot. It works now.


"John Reimer" <terminal.node@gmail.com> wrote in message news:fq93t8$2avv$1@digitalmars.com...
> Simen Haugen wrote:
>> Yup. Still the same error
>>
>>
>> "Frank Benoit" <keinfarbton@googlemail.com> wrote in message news:fq8vq8$1lnp$1@digitalmars.com...
>>> Simen Haugen schrieb:
>>>> Gives the same error.
>>>>
>>>> I'm using dsss 0.75, dmd 1.025, tango rev 3317 and dwt rev 172.
>>>>
>>>>
>>>> "Frank Benoit" <keinfarbton@googlemail.com> wrote in message news:fq8p3v$qd5$1@digitalmars.com...
>>>>> Simen Haugen schrieb:
>>>>>> Trying to compile simple.d, but got some errors:
>>>>>>
>>>>>>
>>>>>> ..\dwt-widgets-Display.obj(dwt-widgets-Display)
>>>>>>  Error 42: Symbol Undefined _IsHungAppWindow@4
>>>>>> ..\dwt-internal-win32-OS.obj(dwt-internal-win32-OS)
>>>>>>  Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0
>>>>>>
>>>>>>
>>>>>>
>>>>> If building with dsss, please try to add -full to the commandline.
>>>>
>>> hm, -full solves this always in my case. Did you also apply -full while building the dwt lib?
>>>
>>> dsss build dwt -full
>>>
>>
>>
>
>
> I've had this error before too... These functions are in User32.lib and Kernel32.lib. If dsss doesn't know where to find these libraries, this can happen. Try adding "-S<path to implibs>"  to your dsss command line and see if this changes anything.  Also try adding the "-llKernel32" and "-llUser32" to the dsss command line. You shouldn't have to do this, but maybe it might be a useful diagnostic.
>
> -JJR


March 01, 2008
Terrible speed to build dwt.lib

I'm using DSSS to build dwt.lib, one hour passed, but it's not finished yet.


On Fri, 29 Feb 2008 15:22:49 +0100
"Simen Haugen" <simen@norstat.no> wrote:

> Great, thanks a lot. It works now.
> 
> 
> "John Reimer" <terminal.node@gmail.com> wrote in message news:fq93t8$2avv$1@digitalmars.com...
> > Simen Haugen wrote:
> >> Yup. Still the same error
> >>
> >>
> >> "Frank Benoit" <keinfarbton@googlemail.com> wrote in message news:fq8vq8$1lnp$1@digitalmars.com...
> >>> Simen Haugen schrieb:
> >>>> Gives the same error.
> >>>>
> >>>> I'm using dsss 0.75, dmd 1.025, tango rev 3317 and dwt rev 172.
> >>>>
> >>>>
> >>>> "Frank Benoit" <keinfarbton@googlemail.com> wrote in message news:fq8p3v$qd5$1@digitalmars.com...
> >>>>> Simen Haugen schrieb:
> >>>>>> Trying to compile simple.d, but got some errors:
> >>>>>>
> >>>>>>
> >>>>>> ..\dwt-widgets-Display.obj(dwt-widgets-Display)
> >>>>>>  Error 42: Symbol Undefined _IsHungAppWindow@4
> >>>>>> ..\dwt-internal-win32-OS.obj(dwt-internal-win32-OS)
> >>>>>>  Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>> If building with dsss, please try to add -full to the commandline.
> >>>>
> >>> hm, -full solves this always in my case. Did you also apply -full while building the dwt lib?
> >>>
> >>> dsss build dwt -full
> >>>
> >>
> >>
> >
> >
> > I've had this error before too... These functions are in User32.lib and Kernel32.lib. If dsss doesn't know where to find these libraries, this can happen. Try adding "-S<path to implibs>"  to your dsss command line and see if this changes anything.  Also try adding the "-llKernel32" and "-llUser32" to the dsss command line. You shouldn't have to do this, but maybe it might be a useful diagnostic.
> >
> > -JJR
> 
> 


-- 
yidabu <yidabu.nospam@gmail.com>
SciTE4D:
http://scite4d.chinese-blog.org/
March 01, 2008
yidabu schrieb:
> Terrible speed to build dwt.lib
> 
> I'm using DSSS to build dwt.lib, one hour passed, but it's not finished yet.
> 

It is explained in the README file.

Now i added Point 9 to the installation page
http://www.dsource.org/projects/dwt/wiki/Installation
March 01, 2008
Simen Haugen wrote:
> Great, thanks a lot. It works now.
> 

>> I've had this error before too... These functions are in User32.lib and Kernel32.lib. If dsss doesn't know where to find these libraries, this can happen. Try adding "-S<path to implibs>"  to your dsss command line and see if this changes anything.  Also try adding the "-llKernel32" and "-llUser32" to the dsss command line. You shouldn't have to do this, but maybe it might be a useful diagnostic.
>>
>> -JJR 
> 
> 


In my case, I had the implibs stored in dmd\lib directory... so I don't know why the "-S" option must be added for dsss.  dmd should know to search the it's own lib directory (sc.ini tells it too). Maybe this is a problem with dsss?  I'm not sure. But good to hear that this worked for you.

-JJR
« First   ‹ Prev
1 2