English Amiga Board


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

 
 
Thread Tools
Old 20 October 2014, 23:26   #1
krustur
 
Posts: n/a
vbcc multiple include paths

Hi

I'm trying to compile using the vbcc PC alpha from this site http://www.compilers.de/vbcc.html.

I'm having problems running vc using multiple include paths. I've tried the following configurations without success.

Code:
-cc=vbccm68k -quiet %s -o= %s %s -O=%ld -c99 -Ic:/vbcc/targets/m68k-amigaos/include -I"C:\demo sys\include"
-cc=vbccm68k -quiet %s -o= %s %s -O=%ld -c99 -Ic:/vbcc/targets/m68k-amigaos/include "C:\demo sys\include"
-cc=vbccm68k -quiet %s -o= %s %s -O=%ld -c99 -Ic:/vbcc/targets/m68k-amigaos/include,"C:\demo sys\include"
-cc=vbccm68k -quiet %s -o= %s %s -O=%ld -c99 -Ic:/vbcc/targets/m68k-amigaos/include;"C:\demo sys\include"
-cc=vbccm68k -quiet %s -o= %s %s -O=%ld -c99 -Ic:/vbcc/targets/m68k-amigaos/include+"C:\demo sys\include"
Anyone know if it is possible to have multiple include paths?

Thanks,
Krister
 
Old 20 October 2014, 23:36   #2
Leffmann
 
Join Date: Jul 2008
Location: Sweden
Posts: 2,269
Multiple -I works fine. Sounds like the file you're trying to include just isn't there.
Leffmann is offline  
Old 20 October 2014, 23:46   #3
krustur
 
Posts: n/a
You're correct, it works fine. And the path and filename was correct. I simple messed up on a totally different level and jumped to the conclusion that the PC-alpha was to blame. Time to go to bed I guess.

Thanks for your feedback!
 
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
relative paths do not apply to new files thomas support.WinUAE 1 13 August 2013 19:10
Relative paths (WAS: Has anybody ever gotten Shiftrix to work?) rsn8887 support.WinUAE 9 27 August 2010 06:56
Cant use system variables in drive paths? Interceptor support.WinUAE 5 26 April 2010 14:50
Relative paths Toni Wilen request.UAE Wishlist 0 16 August 2009 16:06
paths OSH support.WinUAE 3 07 January 2009 12:31

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 07:36.

Top

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