English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. C/C++

 
 
Thread Tools
Old 15 October 2023, 21:44   #1
jman
Registered User
 
Join Date: Nov 2010
Location: .
Posts: 351
NDK3.2R4: missing exec/type.h

Hello,


I've installed from scratch a development environment following this tutorial. vbcc installation and User-Startup file matches vbcc documentation:

Code:
;BEGIN vbcc
assign >NIL: vbcc: Work:Develop/vbcc
assign >NIL: C: vbcc:bin ADD
setenv VBCC vbcc:
;END vbcc

;BEGIN vbcc-m68k-amigaos
assign >NIL: vincludeos3: vbcc:targets/m68k-amigaos/include
assign >NIL: vincludeos3: "Work:Develop/NDK3.2R4" add
assign >NIL: vlibos3: vbcc:targets/m68k-amigaos/lib
;END vbcc-m68k-amigaos




However compilation fails with:
Code:
> #include <exec/types.h>
in line 5 of "proto/exec.h": file 'exec/type.h' not found

it looks like I am missing this file exec/type.h (see documentation), possibly other files.


I'm confused on which package am I missing, I thought the NDK3.2 was all I needed. Do I need to get the Amiga Developer CD 2.1 and manually copy the missing files?



Suggestions?


thanks
jman is offline  
Old 15 October 2023, 23:11   #2
patrik
Registered User
 
patrik's Avatar
 
Join Date: Jan 2005
Location: UmeƄ
Age: 43
Posts: 924
You need to point at the NDK3.2R4/Include_H directory instead of the NDK3.2R4 root.
patrik is offline  
Old 15 October 2023, 23:21   #3
jman
Registered User
 
Join Date: Nov 2010
Location: .
Posts: 351
hey, thanks for the tip! Yes, that was the issue (now I feel a bit silly).



I could also find on the amiga-org forum a suggestion that put in the right direction.
jman is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
dtclass#?.h missing form NDK3.2R4 hceline support.AmigaOS 4 17 October 2023 18:29
NDK3.2r4: clib/asl_protos.h and Autodocs disagree on AslRequestTags() hceline Coders. System 11 06 January 2023 16:10
clib/listview_protos.h missing from NDK3.2r4 hceline support.AmigaOS 2 06 January 2023 09:23
NDK3.2R4 looks to be available! alancfrancis News 1 07 April 2022 04:25

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 19:59.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06754 seconds with 15 queries